26 references to BringIntoView
PresentationFramework (16)
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (1)
381((TreeViewItem)Owner).BringIntoView();
System\Windows\Controls\DataGrid.cs (1)
1655row.BringIntoView();
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1169BringIntoView();
System\Windows\Controls\ItemsControl.cs (2)
1794element.BringIntoView(); 2687container.BringIntoView();
System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
1184BringIntoView();
System\Windows\Controls\TextBlock.cs (1)
3476textBlock.BringIntoView();
System\Windows\Controls\TreeViewItem.cs (3)
766header.BringIntoView(); 779header?.BringIntoView(); 1033subitem.BringIntoView();
System\Windows\Controls\VirtualizingStackPanel.cs (2)
1721childFE.BringIntoView(); 1726childFE.BringIntoView();
System\Windows\Documents\FixedHyperlink.cs (1)
101targetElement.BringIntoView();
System\Windows\FrameworkElement.cs (1)
5384BringIntoView();
System\Windows\LogicalTreeHelper.cs (1)
184fe?.BringIntoView();
System\Windows\Navigation\NavigationService.cs (1)
389fe.BringIntoView();
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Automation\Peers\RibbonGalleryCategoryDataAutomationPeer.cs (1)
79category?.BringIntoView();
Microsoft\Windows\Automation\Peers\RibbonGalleryItemDataAutomationPeer.cs (1)
86ribbonGalleryItem?.BringIntoView();
Microsoft\Windows\Automation\Peers\RibbonGroupDataAutomationPeer.cs (1)
88wrapper?.BringIntoView();
Microsoft\Windows\Automation\Peers\RibbonTabDataAutomationPeer.cs (1)
174wrapperTab.RibbonTabHeader.BringIntoView();
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (4)
2762highlightedGalleryItem.BringIntoView(); 3106_selectedContainers[0].BringIntoView(); 3110_highlightedContainer.BringIntoView(); 3124galleryItem.BringIntoView();
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
104((RibbonGalleryItem)arg).BringIntoView();
Microsoft\Windows\Controls\Ribbon\RibbonTabHeaderItemsControl.cs (1)
158element.BringIntoView();