6 references to PixelsPerDip
PresentationCore (6)
System\Windows\Media\FormattedText.cs (1)
1986private double _pixelsPerDip = MS.Internal.FontCache.Util.PixelsPerDip;
System\Windows\Media\GlyphRun.cs (2)
224Util.PixelsPerDip, 2469private float _pixelsPerDip = MS.Internal.FontCache.Util.PixelsPerDip;
System\Windows\Media\textformatting\TextLine.cs (1)
128private double _pixelsPerDip = MS.Internal.FontCache.Util.PixelsPerDip;
System\Windows\Media\textformatting\TextRunProperties.cs (1)
118private double _pixelsPerDip = MS.Internal.FontCache.Util.PixelsPerDip;
System\Windows\Media\textformatting\TextSource.cs (1)
71private double _pixelsPerDip = MS.Internal.FontCache.Util.PixelsPerDip;