6 references to TextMarkerProperties
PresentationCore (6)
MS\Internal\TextFormatting\FullTextState.cs (4)
90
&& pap.
TextMarkerProperties
!= null
91
&& pap.
TextMarkerProperties
.TextSource != null)
98
pap.
TextMarkerProperties
.TextSource,
272
return Math.Min(0, TextFormatterImp.RealToIdeal(_markerStore.Pap.
TextMarkerProperties
.Offset) - _store.Settings.TextIndent);
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
405
lsLineProps.durLeft = TextFormatterImp.RealToIdeal(markerStore.Pap.
TextMarkerProperties
.Offset);
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
100
&& pap.
TextMarkerProperties
!= null)