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); 2628source = PresentationSource.CriticalFromVisual(RenderScope); 2862source = PresentationSource.CriticalFromVisual((Visual)RenderScope); 3013Point point = Mouse.GetPosition(RenderScope); 3317if (RenderScope != null) 3323win32Window = PresentationSource.CriticalFromVisual(RenderScope) as IWin32Window; 3327win32Window = PresentationSource.FromVisual(RenderScope) as IWin32Window;