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