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