1 type derived from TextMarkerProperties
PresentationCore (1)
System\Windows\Media\textformatting\TextSimpleMarkerProperties.cs (1)
12public class TextSimpleMarkerProperties : TextMarkerProperties
8 references to TextMarkerProperties
PresentationCore (3)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
343public override TextMarkerProperties TextMarkerProperties
MS\Internal\TextFormatting\TextProperties.cs (1)
138internal TextMarkerProperties TextMarkerProperties
System\Windows\Media\textformatting\TextParagraphProperties.cs (1)
89public abstract TextMarkerProperties TextMarkerProperties
PresentationFramework (5)
MS\Internal\Text\LineProperties.cs (4)
87public override TextMarkerProperties TextMarkerProperties { get { return _markerProperties; } } 303private TextMarkerProperties _markerProperties; // Marker properties 366public override TextMarkerProperties TextMarkerProperties { get { return _lp.TextMarkerProperties; } } 448public override TextMarkerProperties TextMarkerProperties { get { return _lp.TextMarkerProperties; } }
MS\Internal\Text\MarkerProperties.cs (1)
51internal TextMarkerProperties GetTextMarkerProperties(TextParagraphProperties textParaProps)