13 writes to PixelsPerDip
PresentationCore (5)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
61PixelsPerDip = pixelsPerDip;
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
150_textRunProperties.PixelsPerDip = PixelsPerDip;
MS\Internal\TextFormatting\TextRunCacheImp.cs (1)
171textRun.Properties.PixelsPerDip = settings.TextSource.PixelsPerDip;
System\Windows\Media\FormattedText.cs (2)
262_defaultParaProps.DefaultTextRunProperties.PixelsPerDip = _pixelsPerDip; 1864properties.PixelsPerDip = this.PixelsPerDip;
PresentationFramework (8)
MS\Internal\Documents\TextBoxLine.cs (1)
95run.Properties.PixelsPerDip = this.PixelsPerDip;
MS\Internal\PtsHost\TextFormatterHost.cs (1)
45run.Properties.PixelsPerDip = PixelsPerDip;
MS\Internal\Text\ComplexLine.cs (1)
68run.Properties.PixelsPerDip = this.PixelsPerDip;
MS\Internal\Text\SimpleLine.cs (1)
63run.Properties.PixelsPerDip = this.PixelsPerDip;
MS\Internal\Text\TextProperties.cs (3)
111PixelsPerDip = target.GetDpi().PixelsPerDip; 147PixelsPerDip = pixelsPerDip; 194PixelsPerDip = source.PixelsPerDip;
MS\Internal\Text\TextSpanModifier.cs (1)
182PixelsPerDip = _runProperties.PixelsPerDip;
12 references to PixelsPerDip
PresentationCore (9)
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
53PixelsPerDip = defaultRunProperties.PixelsPerDip;
MS\Internal\TextFormatting\TextShapeableCharacters.cs (7)
165(float)_properties.PixelsPerDip, 232(float)_properties.PixelsPerDip, 310(float)_properties.PixelsPerDip, 331(float)_properties.PixelsPerDip, 346double pixelsPerDip = _properties.PixelsPerDip; 482return _properties.Typeface.LineSpacing(_properties.FontRenderingEmSize, 1, _properties.PixelsPerDip, _textFormattingMode); 494return _properties.Typeface.Baseline(_properties.FontRenderingEmSize, 1, _properties.PixelsPerDip, _textFormattingMode);
System\Windows\Media\textformatting\TextCharacters.cs (1)
219(float)textRunProperties.PixelsPerDip,
PresentationFramework (3)
MS\Internal\PtsHost\TextParagraph.cs (1)
1506if (_lineProperties == null || (_lineProperties != null && _lineProperties.DefaultTextRunProperties.PixelsPerDip != StructuralCache.TextFormatterHost.PixelsPerDip))
MS\Internal\Text\TextProperties.cs (1)
194PixelsPerDip = source.PixelsPerDip;
MS\Internal\Text\TextSpanModifier.cs (1)
182PixelsPerDip = _runProperties.PixelsPerDip;