1 type derived from TextMarkerProperties
PresentationCore (1)
Core\CSharp\System\Windows\Media\TextFormatting\TextSimpleMarkerProperties.cs (1)
30public class TextSimpleMarkerProperties : TextMarkerProperties
8 references to TextMarkerProperties
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
346public override TextMarkerProperties TextMarkerProperties
Core\CSharp\MS\Internal\TextFormatting\TextProperties.cs (1)
146internal TextMarkerProperties TextMarkerProperties
Core\CSharp\System\Windows\Media\TextFormatting\TextParagraphProperties.cs (1)
98public abstract TextMarkerProperties TextMarkerProperties
PresentationFramework (5)
src\Framework\MS\Internal\Text\LineProperties.cs (4)
94public override TextMarkerProperties TextMarkerProperties { get { return _markerProperties; } } 310private TextMarkerProperties _markerProperties; // Marker properties 373public override TextMarkerProperties TextMarkerProperties { get { return _lp.TextMarkerProperties; } } 455public override TextMarkerProperties TextMarkerProperties { get { return _lp.TextMarkerProperties; } }
src\Framework\MS\Internal\Text\MarkerProperties.cs (1)
56internal TextMarkerProperties GetTextMarkerProperties(TextParagraphProperties textParaProps)