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