8 references to IndexOf
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\Adornment\RenameFlyout.xaml.cs (1)
76var index = MainPanel.Children.IndexOf(IdentifierAndExpandButtonGrid);
PresentationFramework (7)
System\Windows\Controls\DataGridCellsPanel.cs (2)
721int containerIndex = children.IndexOf(container); 740int originalIndex = children.IndexOf(container);
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
657int i = InternalChildren.IndexOf(header);
System\Windows\Controls\Stack.cs (1)
870return (children.IndexOf((UIElement)dependencyObjectChild));
System\Windows\Controls\UIElementCollection.cs (1)
424return IndexOf(value as UIElement);
System\Windows\Documents\FixedPage.cs (2)
1021childIndex = parentFP.Children.IndexOf((UIElement)e); 1025childIndex = parentC.Children.IndexOf((UIElement)e);