22 references to RenderScope
PresentationFramework (22)
System\Windows\Controls\FlowDocumentScrollViewer.cs (22)
119
RenderScope
.Document = null;
139
RenderScope
.Document = Document;
552
RenderScope
?.SuspendLayout();
941
if (
RenderScope
!= null)
943
RenderScope
.LayoutTransform = new ScaleTransform(Zoom / 100, Zoom / 100);
985
RenderScope
!= null &&
1052
RenderScope
?.ResumeLayout();
1114
if (
RenderScope
!= null &&
RenderScope
.IsAncestorOf(targetUIElement))
1122
targetRect = MakeVisible((IScrollInfo)
RenderScope
, targetUIElement, targetRect);
1126
GeneralTransform t =
RenderScope
.TransformToAncestor(this);
1150
targetRect = MakeVisible((IScrollInfo)
RenderScope
, (Visual)ich, rects[0]);
1154
GeneralTransform t =
RenderScope
.TransformToAncestor(this);
1203
if (
RenderScope
!= null)
1205
RenderScope
.Document = null;
1229
if (
RenderScope
!= null)
1231
RenderScope
.Document = newDocument;
1270
if (
RenderScope
is IServiceProvider)
1272
textView = (ITextView)((IServiceProvider)
RenderScope
).GetService(typeof(ITextView));
1283
if (
RenderScope
!= null && VisualTreeHelper.GetChildrenCount(
RenderScope
) > 0)
1285
ich = VisualTreeHelper.GetChild(
RenderScope
, 0) as IContentHost;