24 references to RenderScope
PresentationFramework (24)
System\Windows\Controls\FlowDocumentScrollViewer.cs (24)
119RenderScope.Document = null; 139RenderScope.Document = Document; 552if (RenderScope != null) 554RenderScope.SuspendLayout(); 945if (RenderScope != null) 947RenderScope.LayoutTransform = new ScaleTransform(Zoom / 100, Zoom / 100); 989RenderScope != null && 1054if (RenderScope != null) 1056RenderScope.ResumeLayout(); 1122if (RenderScope != null && RenderScope.IsAncestorOf(targetUIElement)) 1130targetRect = MakeVisible((IScrollInfo)RenderScope, targetUIElement, targetRect); 1134GeneralTransform t = RenderScope.TransformToAncestor(this); 1158targetRect = MakeVisible((IScrollInfo)RenderScope, (Visual)ich, rects[0]); 1162GeneralTransform t = RenderScope.TransformToAncestor(this); 1211if (RenderScope != null) 1213RenderScope.Document = null; 1237if (RenderScope != null) 1239RenderScope.Document = newDocument; 1281if (RenderScope is IServiceProvider) 1283textView = (ITextView)((IServiceProvider)RenderScope).GetService(typeof(ITextView)); 1294if (RenderScope != null && VisualTreeHelper.GetChildrenCount(RenderScope) > 0) 1296ich = VisualTreeHelper.GetChild(RenderScope, 0) as IContentHost;