3 writes to _pixelsPerDip
PresentationCore (3)
Core\CSharp\System\Windows\Media\GlyphRun.cs (3)
82_pixelsPerDip = pixelsPerDip; 388_pixelsPerDip = pixelsPerDip; 845_pixelsPerDip = value;
7 references to _pixelsPerDip
PresentationCore (7)
Core\CSharp\System\Windows\Media\GlyphRun.cs (7)
840return _pixelsPerDip; 1288_pixelsPerDip, 1324EmGlyphMetrics emGlyphMetrics = new EmGlyphMetrics(glyphMetrics[i], designToEm, _pixelsPerDip, _textFormattingMode); 1493EmGlyphMetrics emGlyphMetrics = new EmGlyphMetrics(glyphMetrics[i], designToEm, _pixelsPerDip, _textFormattingMode); 1609double nominalAdvance = TextFormatterImp.RoundDip(_glyphTypeface.GetAdvanceWidth(glyphIndex, _pixelsPerDip, _textFormattingMode, IsSideways) * _renderingEmSize, 1610_pixelsPerDip, _textFormattingMode); 2368_pixelsPerDip,