24 references to RenderScope
PresentationFramework (24)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (24)
123RenderScope.Document = null; 143RenderScope.Document = Document; 556if (RenderScope != null) 558RenderScope.SuspendLayout(); 954if (RenderScope != null) 956RenderScope.LayoutTransform = new ScaleTransform(Zoom / 100, Zoom / 100); 1000RenderScope != null && 1065if (RenderScope != null) 1067RenderScope.ResumeLayout(); 1133if (RenderScope != null && RenderScope.IsAncestorOf(targetUIElement)) 1141targetRect = MakeVisible((IScrollInfo)RenderScope, targetUIElement, targetRect); 1145GeneralTransform t = RenderScope.TransformToAncestor(this); 1169targetRect = MakeVisible((IScrollInfo)RenderScope, (Visual)ich, rects[0]); 1173GeneralTransform t = RenderScope.TransformToAncestor(this); 1222if (RenderScope != null) 1224RenderScope.Document = null; 1248if (RenderScope != null) 1250RenderScope.Document = newDocument; 1292if (RenderScope is IServiceProvider) 1294textView = (ITextView)((IServiceProvider)RenderScope).GetService(typeof(ITextView)); 1305if (RenderScope != null && VisualTreeHelper.GetChildrenCount(RenderScope) > 0) 1307ich = VisualTreeHelper.GetChild(RenderScope, 0) as IContentHost;