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