8 writes to PixelsPerDip
PresentationCore (4)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
60PixelsPerDip = pixelsPerDip;
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
149_textRunProperties.PixelsPerDip = PixelsPerDip;
System\Windows\Media\FormattedText.cs (2)
258_defaultParaProps.DefaultTextRunProperties.PixelsPerDip = _pixelsPerDip; 1843properties.PixelsPerDip = this.PixelsPerDip;
PresentationFramework (4)
MS\Internal\Text\TextProperties.cs (3)
110PixelsPerDip = target.GetDpi().PixelsPerDip; 146PixelsPerDip = pixelsPerDip; 193PixelsPerDip = source.PixelsPerDip;
MS\Internal\Text\TextSpanModifier.cs (1)
181PixelsPerDip = _runProperties.PixelsPerDip;
17 references to PixelsPerDip
PresentationCore (10)
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
52PixelsPerDip = defaultRunProperties.PixelsPerDip;
MS\Internal\TextFormatting\TextRunCacheImp.cs (1)
168textRun.Properties?.PixelsPerDip = settings.TextSource.PixelsPerDip;
MS\Internal\TextFormatting\TextShapeableCharacters.cs (7)
164(float)_properties.PixelsPerDip, 231(float)_properties.PixelsPerDip, 309(float)_properties.PixelsPerDip, 330(float)_properties.PixelsPerDip, 345double pixelsPerDip = _properties.PixelsPerDip; 481return _properties.Typeface.LineSpacing(_properties.FontRenderingEmSize, 1, _properties.PixelsPerDip, _textFormattingMode); 493return _properties.Typeface.Baseline(_properties.FontRenderingEmSize, 1, _properties.PixelsPerDip, _textFormattingMode);
System\Windows\Media\textformatting\TextCharacters.cs (1)
218(float)textRunProperties.PixelsPerDip,
PresentationFramework (7)
MS\Internal\Documents\TextBoxLine.cs (1)
92run.Properties?.PixelsPerDip = this.PixelsPerDip;
MS\Internal\PtsHost\TextFormatterHost.cs (1)
42run.Properties?.PixelsPerDip = PixelsPerDip;
MS\Internal\PtsHost\TextParagraph.cs (1)
1483if (_lineProperties == null || (_lineProperties != null && _lineProperties.DefaultTextRunProperties.PixelsPerDip != StructuralCache.TextFormatterHost.PixelsPerDip))
MS\Internal\Text\ComplexLine.cs (1)
65run.Properties?.PixelsPerDip = this.PixelsPerDip;
MS\Internal\Text\SimpleLine.cs (1)
60run.Properties?.PixelsPerDip = this.PixelsPerDip;
MS\Internal\Text\TextProperties.cs (1)
193PixelsPerDip = source.PixelsPerDip;
MS\Internal\Text\TextSpanModifier.cs (1)
181PixelsPerDip = _runProperties.PixelsPerDip;