19 references to RenderScope
PresentationFramework (19)
System\Windows\Controls\FlowDocumentScrollViewer.cs (19)
115
RenderScope
.Document = null;
135
RenderScope
.Document = Document;
548
RenderScope
?.SuspendLayout();
937
RenderScope
?.LayoutTransform = new ScaleTransform(Zoom / 100, Zoom / 100);
978
RenderScope
!= null &&
1045
RenderScope
?.ResumeLayout();
1107
if (
RenderScope
!= null &&
RenderScope
.IsAncestorOf(targetUIElement))
1115
targetRect = MakeVisible((IScrollInfo)
RenderScope
, targetUIElement, targetRect);
1119
GeneralTransform t =
RenderScope
.TransformToAncestor(this);
1143
targetRect = MakeVisible((IScrollInfo)
RenderScope
, (Visual)ich, rects[0]);
1147
GeneralTransform t =
RenderScope
.TransformToAncestor(this);
1196
RenderScope
?.Document = null;
1219
RenderScope
?.Document = newDocument;
1257
if (
RenderScope
is IServiceProvider)
1259
textView = (ITextView)((IServiceProvider)
RenderScope
).GetService(typeof(ITextView));
1270
if (
RenderScope
!= null && VisualTreeHelper.GetChildrenCount(
RenderScope
) > 0)
1272
ich = VisualTreeHelper.GetChild(
RenderScope
, 0) as IContentHost;