8 references to RenderScope
PresentationFramework (8)
System\Windows\Documents\TextServicesDisplayAttributePropertyRanges.cs (1)
173
this.TextStore.
RenderScope
.UpdateLayout();
System\Windows\Documents\TextStore.cs (7)
950
GeneralTransform transform = compositionTarget.RootVisual.TransformToDescendant(
RenderScope
);
2601
source = PresentationSource.CriticalFromVisual(
RenderScope
);
2837
source = PresentationSource.CriticalFromVisual((Visual)
RenderScope
);
2988
Point point = Mouse.GetPosition(
RenderScope
);
3292
if (
RenderScope
!= null)
3298
win32Window = PresentationSource.CriticalFromVisual(
RenderScope
) as IWin32Window;
3302
win32Window = PresentationSource.FromVisual(
RenderScope
) as IWin32Window;