26 references to BringIntoView
PresentationFramework (16)
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (1)
382((TreeViewItem)Owner).BringIntoView();
System\Windows\Controls\DataGrid.cs (1)
1656row.BringIntoView();
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1170BringIntoView();
System\Windows\Controls\ItemsControl.cs (2)
1795element.BringIntoView(); 2688container.BringIntoView();
System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
1185BringIntoView();
System\Windows\Controls\TextBlock.cs (1)
3477textBlock.BringIntoView();
System\Windows\Controls\TreeViewItem.cs (3)
767header.BringIntoView(); 780header?.BringIntoView(); 1034subitem.BringIntoView();
System\Windows\Controls\VirtualizingStackPanel.cs (2)
1722childFE.BringIntoView(); 1727childFE.BringIntoView();
System\Windows\Documents\FixedHyperlink.cs (1)
102targetElement.BringIntoView();
System\Windows\FrameworkElement.cs (1)
5385BringIntoView();
System\Windows\LogicalTreeHelper.cs (1)
185fe?.BringIntoView();
System\Windows\Navigation\NavigationService.cs (1)
390fe.BringIntoView();
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Automation\Peers\RibbonGalleryCategoryDataAutomationPeer.cs (1)
80category?.BringIntoView();
Microsoft\Windows\Automation\Peers\RibbonGalleryItemDataAutomationPeer.cs (1)
87ribbonGalleryItem?.BringIntoView();
Microsoft\Windows\Automation\Peers\RibbonGroupDataAutomationPeer.cs (1)
89wrapper?.BringIntoView();
Microsoft\Windows\Automation\Peers\RibbonTabDataAutomationPeer.cs (1)
175wrapperTab.RibbonTabHeader.BringIntoView();
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (4)
2763highlightedGalleryItem.BringIntoView(); 3107_selectedContainers[0].BringIntoView(); 3111_highlightedContainer.BringIntoView(); 3125galleryItem.BringIntoView();
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
105((RibbonGalleryItem)arg).BringIntoView();
Microsoft\Windows\Controls\Ribbon\RibbonTabHeaderItemsControl.cs (1)
159element.BringIntoView();