24 references to RenderScope
PresentationFramework (24)
System\Windows\Controls\FlowDocumentScrollViewer.cs (24)
122
RenderScope
.Document = null;
142
RenderScope
.Document = Document;
555
if (
RenderScope
!= null)
557
RenderScope
.SuspendLayout();
948
if (
RenderScope
!= null)
950
RenderScope
.LayoutTransform = new ScaleTransform(Zoom / 100, Zoom / 100);
992
RenderScope
!= null &&
1057
if (
RenderScope
!= null)
1059
RenderScope
.ResumeLayout();
1125
if (
RenderScope
!= null &&
RenderScope
.IsAncestorOf(targetUIElement))
1133
targetRect = MakeVisible((IScrollInfo)
RenderScope
, targetUIElement, targetRect);
1137
GeneralTransform t =
RenderScope
.TransformToAncestor(this);
1161
targetRect = MakeVisible((IScrollInfo)
RenderScope
, (Visual)ich, rects[0]);
1165
GeneralTransform t =
RenderScope
.TransformToAncestor(this);
1214
if (
RenderScope
!= null)
1216
RenderScope
.Document = null;
1240
if (
RenderScope
!= null)
1242
RenderScope
.Document = newDocument;
1284
if (
RenderScope
is IServiceProvider)
1286
textView = (ITextView)((IServiceProvider)
RenderScope
).GetService(typeof(ITextView));
1297
if (
RenderScope
!= null && VisualTreeHelper.GetChildrenCount(
RenderScope
) > 0)
1299
ich = VisualTreeHelper.GetChild(
RenderScope
, 0) as IContentHost;