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