24 references to RenderScope
PresentationFramework (24)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (24)
123
RenderScope
.Document = null;
143
RenderScope
.Document = Document;
556
if (
RenderScope
!= null)
558
RenderScope
.SuspendLayout();
954
if (
RenderScope
!= null)
956
RenderScope
.LayoutTransform = new ScaleTransform(Zoom / 100, Zoom / 100);
1000
RenderScope
!= null &&
1065
if (
RenderScope
!= null)
1067
RenderScope
.ResumeLayout();
1133
if (
RenderScope
!= null &&
RenderScope
.IsAncestorOf(targetUIElement))
1141
targetRect = MakeVisible((IScrollInfo)
RenderScope
, targetUIElement, targetRect);
1145
GeneralTransform t =
RenderScope
.TransformToAncestor(this);
1169
targetRect = MakeVisible((IScrollInfo)
RenderScope
, (Visual)ich, rects[0]);
1173
GeneralTransform t =
RenderScope
.TransformToAncestor(this);
1222
if (
RenderScope
!= null)
1224
RenderScope
.Document = null;
1248
if (
RenderScope
!= null)
1250
RenderScope
.Document = newDocument;
1292
if (
RenderScope
is IServiceProvider)
1294
textView = (ITextView)((IServiceProvider)
RenderScope
).GetService(typeof(ITextView));
1305
if (
RenderScope
!= null && VisualTreeHelper.GetChildrenCount(
RenderScope
) > 0)
1307
ich = VisualTreeHelper.GetChild(
RenderScope
, 0) as IContentHost;