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