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