9 implementations of MakeVisible
PresentationFramework (6)
MS\Internal\Documents\DocumentGrid.cs (1)
257public Rect MakeVisible(Visual v, Rect r)
MS\Internal\Documents\FlowDocumentView.cs (1)
530Rect IScrollInfo.MakeVisible(Visual visual, Rect rectangle)
MS\Internal\Documents\TextBoxView.cs (1)
185Rect IScrollInfo.MakeVisible(Visual visual, Rect rectangle)
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
173public Rect MakeVisible(Visual visual, Rect rectangle)
System\Windows\Controls\Stack.cs (1)
231public Rect MakeVisible(Visual visual, Rect rectangle)
System\Windows\Controls\VirtualizingStackPanel.cs (1)
1476public Rect MakeVisible(Visual visual, Rect rectangle)
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryCategoriesPanel.cs (1)
796public Rect MakeVisible(Visual visual, Rect rectangle)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabHeadersPanel.cs (1)
882public Rect MakeVisible(Visual visual, Rect rectangle)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabsPanel.cs (1)
125public Rect MakeVisible(Visual visual, Rect rectangle)
10 references to MakeVisible
PresentationFramework (9)
MS\Internal\Documents\FlowDocumentView.cs (1)
528/// <see cref="IScrollInfo.MakeVisible"/>
MS\Internal\Documents\ScrollData.cs (1)
161/// <see cref="IScrollInfo.MakeVisible"/>
MS\Internal\Documents\TextBoxView.cs (1)
183/// <see cref="IScrollInfo.MakeVisible"/>
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1577result = scrollInfo.MakeVisible(visual, rectangle);
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (2)
171/// ScrollContentPresenter implementation of <seealso cref="IScrollInfo.MakeVisible" />. 536/// ScrollContentPresenter implementation of <seealso cref="IScrollInfo.MakeVisible" />.
System\Windows\Controls\ScrollViewer.cs (1)
2258rcNew = isi.MakeVisible(child, targetRect);
System\Windows\Controls\Stack.cs (1)
225/// StackPanel implementation of <seealso cref="IScrollInfo.MakeVisible" />.
System\Windows\Controls\VirtualizingStackPanel.cs (1)
1470/// VirtualizingStackPanel implementation of <seealso cref="IScrollInfo.MakeVisible" />.
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryCategoriesPanel.cs (1)
786/// RibbonGalleryCategoriesPanel implementation of <seealso cref="IScrollInfo.MakeVisible" />.