4 overrides of TextMarkerProperties
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
346
public override TextMarkerProperties
TextMarkerProperties
PresentationFramework (3)
src\Framework\MS\Internal\Text\LineProperties.cs (3)
94
public override TextMarkerProperties
TextMarkerProperties
{ get { return _markerProperties; } }
373
public override TextMarkerProperties
TextMarkerProperties
{ get { return _lp.TextMarkerProperties; } }
455
public override TextMarkerProperties
TextMarkerProperties
{ get { return _lp.TextMarkerProperties; } }
2 references to TextMarkerProperties
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\TextProperties.cs (1)
148
get { return _paragraphProperties.
TextMarkerProperties
; }
PresentationFramework (1)
src\Framework\MS\Internal\Text\LineProperties.cs (1)
455
public override TextMarkerProperties TextMarkerProperties { get { return _lp.
TextMarkerProperties
; } }