9 implementations of MakeVisible
PresentationFramework (6)
MS\Internal\Documents\DocumentGrid.cs (1)
258public Rect MakeVisible(Visual v, Rect r)
MS\Internal\Documents\FlowDocumentView.cs (1)
582Rect IScrollInfo.MakeVisible(Visual visual, Rect rectangle)
MS\Internal\Documents\TextBoxView.cs (1)
228Rect IScrollInfo.MakeVisible(Visual visual, Rect rectangle)
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (1)
174public Rect MakeVisible(Visual visual, Rect rectangle)
System\Windows\Controls\Stack.cs (1)
232public Rect MakeVisible(Visual visual, Rect rectangle)
System\Windows\Controls\VirtualizingStackPanel.cs (1)
1477public Rect MakeVisible(Visual visual, Rect rectangle)
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryCategoriesPanel.cs (1)
800public Rect MakeVisible(Visual visual, Rect rectangle)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabHeadersPanel.cs (1)
889public Rect MakeVisible(Visual visual, Rect rectangle)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabsPanel.cs (1)
126public Rect MakeVisible(Visual visual, Rect rectangle)
10 references to MakeVisible
PresentationFramework (9)
MS\Internal\Documents\FlowDocumentView.cs (1)
580/// <see cref="IScrollInfo.MakeVisible"/>
MS\Internal\Documents\ScrollData.cs (1)
168/// <see cref="IScrollInfo.MakeVisible"/>
MS\Internal\Documents\TextBoxView.cs (1)
226/// <see cref="IScrollInfo.MakeVisible"/>
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1611result = scrollInfo.MakeVisible(visual, rectangle);
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (2)
172/// ScrollContentPresenter implementation of <seealso cref="IScrollInfo.MakeVisible" />. 537/// ScrollContentPresenter implementation of <seealso cref="IScrollInfo.MakeVisible" />.
System\Windows\Controls\ScrollViewer.cs (1)
2260rcNew = isi.MakeVisible(child, targetRect);
System\Windows\Controls\Stack.cs (1)
226/// StackPanel implementation of <seealso cref="IScrollInfo.MakeVisible" />.
System\Windows\Controls\VirtualizingStackPanel.cs (1)
1471/// VirtualizingStackPanel implementation of <seealso cref="IScrollInfo.MakeVisible" />.
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryCategoriesPanel.cs (1)
790/// RibbonGalleryCategoriesPanel implementation of <seealso cref="IScrollInfo.MakeVisible" />.