1 write to _markerProperties
PresentationFramework (1)
MS\Internal\Text\LineProperties.cs (1)
127_markerProperties = (markerProperties != null) ? markerProperties.GetTextMarkerProperties(this) : null;
2 references to _markerProperties
PresentationFramework (2)
MS\Internal\Text\LineProperties.cs (2)
91public override TextMarkerProperties TextMarkerProperties { get { return _markerProperties; } } 277get { return (_markerProperties != null || !DoubleUtil.IsZero(_textIndent)); }