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