8 references to RenderScope
PresentationFramework (8)
System\Windows\Documents\TextServicesDisplayAttributePropertyRanges.cs (1)
174
this.TextStore.
RenderScope
.UpdateLayout();
System\Windows\Documents\TextStore.cs (7)
951
GeneralTransform transform = compositionTarget.RootVisual.TransformToDescendant(
RenderScope
);
2608
source = PresentationSource.CriticalFromVisual(
RenderScope
);
2844
source = PresentationSource.CriticalFromVisual((Visual)
RenderScope
);
2995
Point point = Mouse.GetPosition(
RenderScope
);
3299
if (
RenderScope
!= null)
3305
win32Window = PresentationSource.CriticalFromVisual(
RenderScope
) as IWin32Window;
3309
win32Window = PresentationSource.FromVisual(
RenderScope
) as IWin32Window;