20 references to PixelsPerDip
PresentationCore (1)
MS\Internal\DpiScale2.cs (1)
56get { return this.dpiScale.PixelsPerDip; }
PresentationFramework (19)
MS\Internal\Documents\TextBoxLine.cs (1)
38PixelsPerDip = _owner.GetDpi().PixelsPerDip;
MS\Internal\Text\Line.cs (1)
64PixelsPerDip = _owner.GetDpi().PixelsPerDip;
MS\Internal\Text\TextProperties.cs (1)
110PixelsPerDip = target.GetDpi().PixelsPerDip;
System\Windows\Documents\FixedPage.cs (1)
1273GetDpi().PixelsPerDip);
System\Windows\Documents\FixedPageStructure.cs (12)
271dpi.PixelsPerDip); 285dpi.PixelsPerDip); 302dpi.PixelsPerDip); 339dpi.PixelsPerDip); 373dpi.PixelsPerDip); 419dpi.PixelsPerDip); 435dpi.PixelsPerDip); 483dpi.PixelsPerDip); 499dpi.PixelsPerDip); 558dpi.PixelsPerDip); 627dpi.PixelsPerDip); 658fp.GetDpi().PixelsPerDip);
System\Windows\Documents\FlowDocument.cs (2)
750if (dpiInfo.PixelsPerDip != _pixelsPerDip) 752_pixelsPerDip = dpiInfo.PixelsPerDip;
System\Windows\Documents\Glyphs.cs (1)
302glyphRunProperties = new LayoutDependentGlyphRunProperties(GetDpi().PixelsPerDip);