1 write to _defaultTextProperties
PresentationFramework (1)
MS\Internal\Text\LineProperties.cs (1)
122_defaultTextProperties = defaultTextProperties;
2 references to _defaultTextProperties
PresentationFramework (2)
MS\Internal\Text\LineProperties.cs (2)
71public override TextRunProperties DefaultTextRunProperties { get { return _defaultTextProperties; } } 76public override TextDecorationCollection TextDecorations { get { return _defaultTextProperties.TextDecorations; } }