8 references to RenderScope
PresentationFramework (8)
System\Windows\Documents\TextServicesDisplayAttributePropertyRanges.cs (1)
181
this.TextStore.
RenderScope
.UpdateLayout();
System\Windows\Documents\TextStore.cs (7)
962
GeneralTransform transform = compositionTarget.RootVisual.TransformToDescendant(
RenderScope
);
2619
source = PresentationSource.CriticalFromVisual(
RenderScope
);
2853
source = PresentationSource.CriticalFromVisual((Visual)
RenderScope
);
3004
Point point = Mouse.GetPosition(
RenderScope
);
3308
if (
RenderScope
!= null)
3314
win32Window = PresentationSource.CriticalFromVisual(
RenderScope
) as IWin32Window;
3318
win32Window = PresentationSource.FromVisual(
RenderScope
) as IWin32Window;