4 overrides of TextMarkerProperties
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
345
public override TextMarkerProperties
TextMarkerProperties
PresentationFramework (3)
MS\Internal\Text\LineProperties.cs (3)
91
public override TextMarkerProperties
TextMarkerProperties
{ get { return _markerProperties; } }
370
public override TextMarkerProperties
TextMarkerProperties
{ get { return _lp.TextMarkerProperties; } }
452
public override TextMarkerProperties
TextMarkerProperties
{ get { return _lp.TextMarkerProperties; } }
2 references to TextMarkerProperties
PresentationCore (1)
MS\Internal\TextFormatting\TextProperties.cs (1)
146
get { return _paragraphProperties.
TextMarkerProperties
; }
PresentationFramework (1)
MS\Internal\Text\LineProperties.cs (1)
452
public override TextMarkerProperties TextMarkerProperties { get { return _lp.
TextMarkerProperties
; } }