6 references to PixelsPerDip
PresentationCore (6)
System\Windows\Media\FormattedText.cs (1)
2016private double _pixelsPerDip = MS.Internal.FontCache.Util.PixelsPerDip;
System\Windows\Media\GlyphRun.cs (2)
248Util.PixelsPerDip, 2495private float _pixelsPerDip = MS.Internal.FontCache.Util.PixelsPerDip;
System\Windows\Media\textformatting\TextLine.cs (1)
137private double _pixelsPerDip = MS.Internal.FontCache.Util.PixelsPerDip;
System\Windows\Media\textformatting\TextRunProperties.cs (1)
121private double _pixelsPerDip = MS.Internal.FontCache.Util.PixelsPerDip;
System\Windows\Media\textformatting\TextSource.cs (1)
75private double _pixelsPerDip = MS.Internal.FontCache.Util.PixelsPerDip;