24 references to RenderScope
PresentationFramework (24)
System\Windows\Controls\FlowDocumentScrollViewer.cs (24)
119
RenderScope
.Document = null;
139
RenderScope
.Document = Document;
552
if (
RenderScope
!= null)
554
RenderScope
.SuspendLayout();
945
if (
RenderScope
!= null)
947
RenderScope
.LayoutTransform = new ScaleTransform(Zoom / 100, Zoom / 100);
989
RenderScope
!= null &&
1054
if (
RenderScope
!= null)
1056
RenderScope
.ResumeLayout();
1122
if (
RenderScope
!= null &&
RenderScope
.IsAncestorOf(targetUIElement))
1130
targetRect = MakeVisible((IScrollInfo)
RenderScope
, targetUIElement, targetRect);
1134
GeneralTransform t =
RenderScope
.TransformToAncestor(this);
1158
targetRect = MakeVisible((IScrollInfo)
RenderScope
, (Visual)ich, rects[0]);
1162
GeneralTransform t =
RenderScope
.TransformToAncestor(this);
1211
if (
RenderScope
!= null)
1213
RenderScope
.Document = null;
1237
if (
RenderScope
!= null)
1239
RenderScope
.Document = newDocument;
1281
if (
RenderScope
is IServiceProvider)
1283
textView = (ITextView)((IServiceProvider)
RenderScope
).GetService(typeof(ITextView));
1294
if (
RenderScope
!= null && VisualTreeHelper.GetChildrenCount(
RenderScope
) > 0)
1296
ich = VisualTreeHelper.GetChild(
RenderScope
, 0) as IContentHost;