1 type derived from TextMarkerProperties
PresentationCore (1)
System\Windows\Media\textformatting\TextSimpleMarkerProperties.cs (1)
27public class TextSimpleMarkerProperties : TextMarkerProperties
8 references to TextMarkerProperties
PresentationCore (3)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
345public override TextMarkerProperties TextMarkerProperties
MS\Internal\TextFormatting\TextProperties.cs (1)
144internal TextMarkerProperties TextMarkerProperties
System\Windows\Media\textformatting\TextParagraphProperties.cs (1)
96public abstract TextMarkerProperties TextMarkerProperties
PresentationFramework (5)
MS\Internal\Text\LineProperties.cs (4)
91public override TextMarkerProperties TextMarkerProperties { get { return _markerProperties; } } 307private TextMarkerProperties _markerProperties; // Marker properties 370public override TextMarkerProperties TextMarkerProperties { get { return _lp.TextMarkerProperties; } } 452public override TextMarkerProperties TextMarkerProperties { get { return _lp.TextMarkerProperties; } }
MS\Internal\Text\MarkerProperties.cs (1)
53internal TextMarkerProperties GetTextMarkerProperties(TextParagraphProperties textParaProps)