7 references to IndexOf
PresentationFramework (7)
src\Framework\System\Windows\Controls\DataGridCellsPanel.cs (2)
723
int containerIndex = children.
IndexOf
(container);
742
int originalIndex = children.
IndexOf
(container);
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
659
int i = InternalChildren.
IndexOf
(header);
src\Framework\System\Windows\Controls\Stack.cs (1)
876
return (children.
IndexOf
((UIElement)dependencyObjectChild));
src\Framework\System\Windows\Controls\UIElementCollection.cs (1)
430
return
IndexOf
(value as UIElement);
src\Framework\System\Windows\Documents\FixedPage.cs (2)
1052
childIndex = ((FixedPage)parent).Children.
IndexOf
((UIElement)e);
1056
childIndex = ((Canvas)parent).Children.
IndexOf
((UIElement)e);