26 references to BringIntoView
PresentationFramework (16)
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (1)
385((TreeViewItem)Owner).BringIntoView();
System\Windows\Controls\DataGrid.cs (1)
1665row.BringIntoView();
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1178BringIntoView();
System\Windows\Controls\ItemsControl.cs (2)
1822element.BringIntoView(); 2718container.BringIntoView();
System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
1207BringIntoView();
System\Windows\Controls\TextBlock.cs (1)
3486textBlock.BringIntoView();
System\Windows\Controls\TreeViewItem.cs (3)
778header.BringIntoView(); 793header.BringIntoView(); 1051subitem.BringIntoView();
System\Windows\Controls\VirtualizingStackPanel.cs (2)
1732childFE.BringIntoView(); 1737childFE.BringIntoView();
System\Windows\Documents\FixedHyperlink.cs (1)
102targetElement.BringIntoView();
System\Windows\FrameworkElement.cs (1)
5386BringIntoView();
System\Windows\LogicalTreeHelper.cs (1)
187fe.BringIntoView();
System\Windows\Navigation\NavigationService.cs (1)
395fe.BringIntoView();
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Automation\Peers\RibbonGalleryCategoryDataAutomationPeer.cs (1)
82category.BringIntoView();
Microsoft\Windows\Automation\Peers\RibbonGalleryItemDataAutomationPeer.cs (1)
89ribbonGalleryItem.BringIntoView();
Microsoft\Windows\Automation\Peers\RibbonGroupDataAutomationPeer.cs (1)
91wrapper.BringIntoView();
Microsoft\Windows\Automation\Peers\RibbonTabDataAutomationPeer.cs (1)
175wrapperTab.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)
105((RibbonGalleryItem)arg).BringIntoView();
Microsoft\Windows\Controls\Ribbon\RibbonTabHeaderItemsControl.cs (1)
162element.BringIntoView();