'Declaration
<ExtensionAttribute()> Public Shared Function C1IndexOf( _ ByVal itemsControl As ItemsControl, _ ByVal value As Object _ ) As Integer
[Extension()] public static int C1IndexOf( ItemsControl itemsControl, object value )
Parameters
- itemsControl
- The items control.
- value
- The value.