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