26 references to BringIntoView
PresentationFramework (16)
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (1)
397((TreeViewItem)Owner).BringIntoView();
System\Windows\Controls\DataGrid.cs (1)
1668row.BringIntoView();
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1181BringIntoView();
System\Windows\Controls\ItemsControl.cs (2)
1831element.BringIntoView(); 2727container.BringIntoView();
System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
1212BringIntoView();
System\Windows\Controls\TextBlock.cs (1)
3496textBlock.BringIntoView();
System\Windows\Controls\TreeViewItem.cs (3)
782header.BringIntoView(); 797header.BringIntoView(); 1055subitem.BringIntoView();
System\Windows\Controls\VirtualizingStackPanel.cs (2)
1737childFE.BringIntoView(); 1742childFE.BringIntoView();
System\Windows\Documents\FixedHyperlink.cs (1)
111targetElement.BringIntoView();
System\Windows\FrameworkElement.cs (1)
5390BringIntoView();
System\Windows\LogicalTreeHelper.cs (1)
190fe.BringIntoView();
System\Windows\Navigation\NavigationService.cs (1)
406fe.BringIntoView();
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Automation\Peers\RibbonGalleryCategoryDataAutomationPeer.cs (1)
82category.BringIntoView();
Microsoft\Windows\Automation\Peers\RibbonGalleryItemDataAutomationPeer.cs (1)
90ribbonGalleryItem.BringIntoView();
Microsoft\Windows\Automation\Peers\RibbonGroupDataAutomationPeer.cs (1)
93wrapper.BringIntoView();
Microsoft\Windows\Automation\Peers\RibbonTabDataAutomationPeer.cs (1)
181wrapperTab.RibbonTabHeader.BringIntoView();
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (4)
2764highlightedGalleryItem.BringIntoView(); 3108_selectedContainers[0].BringIntoView(); 3112_highlightedContainer.BringIntoView(); 3126galleryItem.BringIntoView();
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
107((RibbonGalleryItem)arg).BringIntoView();
Microsoft\Windows\Controls\Ribbon\RibbonTabHeaderItemsControl.cs (1)
164element.BringIntoView();