6 references to TextMarkerProperties
PresentationCore (6)
Core\CSharp\MS\Internal\TextFormatting\FullTextState.cs (4)
99
&& pap.
TextMarkerProperties
!= null
100
&& pap.
TextMarkerProperties
.TextSource != null)
107
pap.
TextMarkerProperties
.TextSource,
292
return Math.Min(0, TextFormatterImp.RealToIdeal(_markerStore.Pap.
TextMarkerProperties
.Offset) - _store.Settings.TextIndent);
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
437
lsLineProps.durLeft = TextFormatterImp.RealToIdeal(markerStore.Pap.
TextMarkerProperties
.Offset);
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (1)
103
&& pap.
TextMarkerProperties
!= null)