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