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