6 references to PixelsPerDip
PresentationCore (6)
System\Windows\Media\FormattedText.cs (1)
1983private double _pixelsPerDip = MS.Internal.FontCache.Util.PixelsPerDip;
System\Windows\Media\GlyphRun.cs (2)
223Util.PixelsPerDip, 2468private float _pixelsPerDip = MS.Internal.FontCache.Util.PixelsPerDip;
System\Windows\Media\textformatting\TextLine.cs (1)
127private double _pixelsPerDip = MS.Internal.FontCache.Util.PixelsPerDip;
System\Windows\Media\textformatting\TextRunProperties.cs (1)
117private double _pixelsPerDip = MS.Internal.FontCache.Util.PixelsPerDip;
System\Windows\Media\textformatting\TextSource.cs (1)
70private double _pixelsPerDip = MS.Internal.FontCache.Util.PixelsPerDip;