9 implementations of MakeVisible
PresentationFramework (6)
MS\Internal\Documents\DocumentGrid.cs (1)
265public Rect MakeVisible(Visual v, Rect r)
MS\Internal\Documents\FlowDocumentView.cs (1)
584Rect IScrollInfo.MakeVisible(Visual visual, Rect rectangle)
MS\Internal\Documents\TextBoxView.cs (1)
230Rect IScrollInfo.MakeVisible(Visual visual, Rect rectangle)
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
184public Rect MakeVisible(Visual visual, Rect rectangle)
System\Windows\Controls\Stack.cs (1)
238public Rect MakeVisible(Visual visual, Rect rectangle)
System\Windows\Controls\VirtualizingStackPanel.cs (1)
1482public Rect MakeVisible(Visual visual, Rect rectangle)
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryCategoriesPanel.cs (1)
805public Rect MakeVisible(Visual visual, Rect rectangle)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabHeadersPanel.cs (1)
892public Rect MakeVisible(Visual visual, Rect rectangle)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabsPanel.cs (1)
130public Rect MakeVisible(Visual visual, Rect rectangle)
10 references to MakeVisible
PresentationFramework (9)
MS\Internal\Documents\FlowDocumentView.cs (1)
582/// <see cref="IScrollInfo.MakeVisible"/>
MS\Internal\Documents\ScrollData.cs (1)
170/// <see cref="IScrollInfo.MakeVisible"/>
MS\Internal\Documents\TextBoxView.cs (1)
228/// <see cref="IScrollInfo.MakeVisible"/>
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1614result = scrollInfo.MakeVisible(visual, rectangle);
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (2)
182/// ScrollContentPresenter implementation of <seealso cref="IScrollInfo.MakeVisible" />. 547/// ScrollContentPresenter implementation of <seealso cref="IScrollInfo.MakeVisible" />.
System\Windows\Controls\ScrollViewer.cs (1)
2268rcNew = isi.MakeVisible(child, targetRect);
System\Windows\Controls\Stack.cs (1)
232/// StackPanel implementation of <seealso cref="IScrollInfo.MakeVisible" />.
System\Windows\Controls\VirtualizingStackPanel.cs (1)
1476/// VirtualizingStackPanel implementation of <seealso cref="IScrollInfo.MakeVisible" />.
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryCategoriesPanel.cs (1)
795/// RibbonGalleryCategoriesPanel implementation of <seealso cref="IScrollInfo.MakeVisible" />.