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