13 references to BringIntoView
PresentationFramework (12)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
1444
target.
BringIntoView
(rect);
src\Framework\MS\Internal\Documents\TextViewBase.cs (2)
168
frameworkParent.
BringIntoView
(rect);
173
((FrameworkElement)textView.RenderScope).
BringIntoView
(rect);
src\Framework\MS\Internal\Ink\InkCanvasSelection.cs (1)
772
_inkCanvas.
BringIntoView
(newRect);
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1193
BringIntoView
(targetRect);
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
1228
BringIntoView
(targetRect);
src\Framework\System\Windows\Controls\ScrollViewer.cs (1)
2325
BringIntoView
(rcNew);
src\Framework\System\Windows\Controls\TextAdaptor.cs (1)
279
fe.
BringIntoView
(rangeVisibleBounds);
src\Framework\System\Windows\Controls\TextBlock.cs (1)
3481
textBlock.
BringIntoView
(rects[0]);
src\Framework\System\Windows\Controls\TextBox.cs (1)
400
this.RenderScope.
BringIntoView
(rect);
src\Framework\System\Windows\Documents\FixedHyperlink.cs (1)
120
targetElement.
BringIntoView
(targetElement.VisualContentBounds);
src\Framework\System\Windows\FrameworkElement.cs (1)
3302
BringIntoView
( /*RenderSize*/ Rect.Empty);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemExtensions.cs (1)
967
((FrameworkElement)this.itemToFocus.View).
BringIntoView
(rectToBringIntoView);