6 references to PixelsPerDip
PresentationCore (6)
Core\CSharp\System\Windows\Media\FormattedText.cs (1)
2033private double _pixelsPerDip = MS.Internal.FontCache.Util.PixelsPerDip;
Core\CSharp\System\Windows\Media\GlyphRun.cs (2)
249Util.PixelsPerDip, 2516private float _pixelsPerDip = MS.Internal.FontCache.Util.PixelsPerDip;
Core\CSharp\System\Windows\Media\TextFormatting\TextLine.cs (1)
140private double _pixelsPerDip = MS.Internal.FontCache.Util.PixelsPerDip;
Core\CSharp\System\Windows\Media\TextFormatting\TextRunProperties.cs (1)
123private double _pixelsPerDip = MS.Internal.FontCache.Util.PixelsPerDip;
Core\CSharp\System\Windows\Media\TextFormatting\TextSource.cs (1)
77private double _pixelsPerDip = MS.Internal.FontCache.Util.PixelsPerDip;