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