19 references to RenderScope
PresentationFramework (19)
System\Windows\Controls\FlowDocumentScrollViewer.cs (19)
115RenderScope.Document = null; 135RenderScope.Document = Document; 548RenderScope?.SuspendLayout(); 937RenderScope?.LayoutTransform = new ScaleTransform(Zoom / 100, Zoom / 100); 978RenderScope != null && 1045RenderScope?.ResumeLayout(); 1107if (RenderScope != null && RenderScope.IsAncestorOf(targetUIElement)) 1115targetRect = MakeVisible((IScrollInfo)RenderScope, targetUIElement, targetRect); 1119GeneralTransform t = RenderScope.TransformToAncestor(this); 1143targetRect = MakeVisible((IScrollInfo)RenderScope, (Visual)ich, rects[0]); 1147GeneralTransform t = RenderScope.TransformToAncestor(this); 1196RenderScope?.Document = null; 1219RenderScope?.Document = newDocument; 1257if (RenderScope is IServiceProvider) 1259textView = (ITextView)((IServiceProvider)RenderScope).GetService(typeof(ITextView)); 1270if (RenderScope != null && VisualTreeHelper.GetChildrenCount(RenderScope) > 0) 1272ich = VisualTreeHelper.GetChild(RenderScope, 0) as IContentHost;