1 type derived from TextMarkerProperties
PresentationCore (1)
System\Windows\Media\textformatting\TextSimpleMarkerProperties.cs (1)
11public class TextSimpleMarkerProperties : TextMarkerProperties
8 references to TextMarkerProperties
PresentationCore (3)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
342public override TextMarkerProperties TextMarkerProperties
MS\Internal\TextFormatting\TextProperties.cs (1)
137internal TextMarkerProperties TextMarkerProperties
System\Windows\Media\textformatting\TextParagraphProperties.cs (1)
88public abstract TextMarkerProperties TextMarkerProperties
PresentationFramework (5)
MS\Internal\Text\LineProperties.cs (4)
86public override TextMarkerProperties TextMarkerProperties { get { return _markerProperties; } } 302private TextMarkerProperties _markerProperties; // Marker properties 365public override TextMarkerProperties TextMarkerProperties { get { return _lp.TextMarkerProperties; } } 447public override TextMarkerProperties TextMarkerProperties { get { return _lp.TextMarkerProperties; } }
MS\Internal\Text\MarkerProperties.cs (1)
50internal TextMarkerProperties GetTextMarkerProperties(TextParagraphProperties textParaProps)