24 references to RenderScope
PresentationFramework (24)
System\Windows\Controls\FlowDocumentScrollViewer.cs (24)
122RenderScope.Document = null; 142RenderScope.Document = Document; 555if (RenderScope != null) 557RenderScope.SuspendLayout(); 948if (RenderScope != null) 950RenderScope.LayoutTransform = new ScaleTransform(Zoom / 100, Zoom / 100); 992RenderScope != null && 1057if (RenderScope != null) 1059RenderScope.ResumeLayout(); 1125if (RenderScope != null && RenderScope.IsAncestorOf(targetUIElement)) 1133targetRect = MakeVisible((IScrollInfo)RenderScope, targetUIElement, targetRect); 1137GeneralTransform t = RenderScope.TransformToAncestor(this); 1161targetRect = MakeVisible((IScrollInfo)RenderScope, (Visual)ich, rects[0]); 1165GeneralTransform t = RenderScope.TransformToAncestor(this); 1214if (RenderScope != null) 1216RenderScope.Document = null; 1240if (RenderScope != null) 1242RenderScope.Document = newDocument; 1284if (RenderScope is IServiceProvider) 1286textView = (ITextView)((IServiceProvider)RenderScope).GetService(typeof(ITextView)); 1297if (RenderScope != null && VisualTreeHelper.GetChildrenCount(RenderScope) > 0) 1299ich = VisualTreeHelper.GetChild(RenderScope, 0) as IContentHost;