22 references to RenderScope
PresentationFramework (22)
System\Windows\Controls\FlowDocumentScrollViewer.cs (22)
118RenderScope.Document = null; 138RenderScope.Document = Document; 551RenderScope?.SuspendLayout(); 940if (RenderScope != null) 942RenderScope.LayoutTransform = new ScaleTransform(Zoom / 100, Zoom / 100); 984RenderScope != null && 1051RenderScope?.ResumeLayout(); 1113if (RenderScope != null && RenderScope.IsAncestorOf(targetUIElement)) 1121targetRect = MakeVisible((IScrollInfo)RenderScope, targetUIElement, targetRect); 1125GeneralTransform t = RenderScope.TransformToAncestor(this); 1149targetRect = MakeVisible((IScrollInfo)RenderScope, (Visual)ich, rects[0]); 1153GeneralTransform t = RenderScope.TransformToAncestor(this); 1202if (RenderScope != null) 1204RenderScope.Document = null; 1228if (RenderScope != null) 1230RenderScope.Document = newDocument; 1269if (RenderScope is IServiceProvider) 1271textView = (ITextView)((IServiceProvider)RenderScope).GetService(typeof(ITextView)); 1282if (RenderScope != null && VisualTreeHelper.GetChildrenCount(RenderScope) > 0) 1284ich = VisualTreeHelper.GetChild(RenderScope, 0) as IContentHost;