8 references to RenderScope
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextServicesDisplayAttributePropertyRanges.cs (1)
201
this.TextStore.
RenderScope
.UpdateLayout();
src\Framework\System\Windows\Documents\TextStore.cs (7)
831
GeneralTransform transform = compositionTarget.RootVisual.TransformToDescendant(
RenderScope
);
2479
source = PresentationSource.CriticalFromVisual(
RenderScope
);
2737
source = PresentationSource.CriticalFromVisual((Visual)
RenderScope
);
2912
Point point = Mouse.GetPosition(
RenderScope
);
3222
if (
RenderScope
!= null)
3228
win32Window = PresentationSource.CriticalFromVisual(
RenderScope
) as IWin32Window;
3232
win32Window = PresentationSource.FromVisual(
RenderScope
) as IWin32Window;