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