1 write to _defaultTextProperties
PresentationFramework (1)
src\Framework\MS\Internal\Text\LineProperties.cs (1)
129_defaultTextProperties = defaultTextProperties;
2 references to _defaultTextProperties
PresentationFramework (2)
src\Framework\MS\Internal\Text\LineProperties.cs (2)
78public override TextRunProperties DefaultTextRunProperties { get { return _defaultTextProperties; } } 83public override TextDecorationCollection TextDecorations { get { return _defaultTextProperties.TextDecorations; } }