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