22 references to RenderScope
PresentationFramework (22)
System\Windows\Controls\FlowDocumentScrollViewer.cs (22)
119RenderScope.Document = null; 139RenderScope.Document = Document; 552RenderScope?.SuspendLayout(); 941if (RenderScope != null) 943RenderScope.LayoutTransform = new ScaleTransform(Zoom / 100, Zoom / 100); 985RenderScope != null && 1052RenderScope?.ResumeLayout(); 1114if (RenderScope != null && RenderScope.IsAncestorOf(targetUIElement)) 1122targetRect = MakeVisible((IScrollInfo)RenderScope, targetUIElement, targetRect); 1126GeneralTransform t = RenderScope.TransformToAncestor(this); 1150targetRect = MakeVisible((IScrollInfo)RenderScope, (Visual)ich, rects[0]); 1154GeneralTransform t = RenderScope.TransformToAncestor(this); 1203if (RenderScope != null) 1205RenderScope.Document = null; 1229if (RenderScope != null) 1231RenderScope.Document = newDocument; 1270if (RenderScope is IServiceProvider) 1272textView = (ITextView)((IServiceProvider)RenderScope).GetService(typeof(ITextView)); 1283if (RenderScope != null && VisualTreeHelper.GetChildrenCount(RenderScope) > 0) 1285ich = VisualTreeHelper.GetChild(RenderScope, 0) as IContentHost;