8 references to IndexOf
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\Adornment\RenameFlyout.xaml.cs (1)
75var index = MainPanel.Children.IndexOf(IdentifierAndExpandButtonGrid);
PresentationFramework (7)
System\Windows\Controls\DataGridCellsPanel.cs (2)
715int containerIndex = children.IndexOf(container); 734int originalIndex = children.IndexOf(container);
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
653int i = InternalChildren.IndexOf(header);
System\Windows\Controls\Stack.cs (1)
859return (children.IndexOf((UIElement)dependencyObjectChild));
System\Windows\Controls\UIElementCollection.cs (1)
419return IndexOf(value as UIElement);
System\Windows\Documents\FixedPage.cs (2)
1014childIndex = parentFP.Children.IndexOf((UIElement)e); 1018childIndex = parentC.Children.IndexOf((UIElement)e);