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