13 writes to PixelsPerDip
PresentationCore (5)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
63PixelsPerDip = pixelsPerDip;
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
156_textRunProperties.PixelsPerDip = PixelsPerDip;
MS\Internal\TextFormatting\TextRunCacheImp.cs (1)
185textRun.Properties.PixelsPerDip = settings.TextSource.PixelsPerDip;
System\Windows\Media\FormattedText.cs (2)
278_defaultParaProps.DefaultTextRunProperties.PixelsPerDip = _pixelsPerDip; 1880properties.PixelsPerDip = this.PixelsPerDip;
PresentationFramework (8)
MS\Internal\Documents\TextBoxLine.cs (1)
102run.Properties.PixelsPerDip = this.PixelsPerDip;
MS\Internal\PtsHost\TextFormatterHost.cs (1)
48run.Properties.PixelsPerDip = PixelsPerDip;
MS\Internal\Text\ComplexLine.cs (1)
73run.Properties.PixelsPerDip = this.PixelsPerDip;
MS\Internal\Text\SimpleLine.cs (1)
68run.Properties.PixelsPerDip = this.PixelsPerDip;
MS\Internal\Text\TextProperties.cs (3)
113PixelsPerDip = target.GetDpi().PixelsPerDip; 149PixelsPerDip = pixelsPerDip; 196PixelsPerDip = source.PixelsPerDip;
MS\Internal\Text\TextSpanModifier.cs (1)
184PixelsPerDip = _runProperties.PixelsPerDip;
12 references to PixelsPerDip
PresentationCore (9)
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
59PixelsPerDip = defaultRunProperties.PixelsPerDip;
MS\Internal\TextFormatting\TextShapeableCharacters.cs (7)
173(float)_properties.PixelsPerDip, 240(float)_properties.PixelsPerDip, 318(float)_properties.PixelsPerDip, 339(float)_properties.PixelsPerDip, 354double pixelsPerDip = _properties.PixelsPerDip; 490return _properties.Typeface.LineSpacing(_properties.FontRenderingEmSize, 1, _properties.PixelsPerDip, _textFormattingMode); 502return _properties.Typeface.Baseline(_properties.FontRenderingEmSize, 1, _properties.PixelsPerDip, _textFormattingMode);
System\Windows\Media\textformatting\TextCharacters.cs (1)
228(float)textRunProperties.PixelsPerDip,
PresentationFramework (3)
MS\Internal\PtsHost\TextParagraph.cs (1)
1513if (_lineProperties == null || (_lineProperties != null && _lineProperties.DefaultTextRunProperties.PixelsPerDip != StructuralCache.TextFormatterHost.PixelsPerDip))
MS\Internal\Text\TextProperties.cs (1)
196PixelsPerDip = source.PixelsPerDip;
MS\Internal\Text\TextSpanModifier.cs (1)
184PixelsPerDip = _runProperties.PixelsPerDip;