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