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)
717int containerIndex = children.IndexOf(container); 736int originalIndex = children.IndexOf(container);
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
654int i = InternalChildren.IndexOf(header);
System\Windows\Controls\Stack.cs (1)
864return (children.IndexOf((UIElement)dependencyObjectChild));
System\Windows\Controls\UIElementCollection.cs (1)
420return IndexOf(value as UIElement);
System\Windows\Documents\FixedPage.cs (2)
1013childIndex = parentFP.Children.IndexOf((UIElement)e); 1017childIndex = parentC.Children.IndexOf((UIElement)e);