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