1 override of Offset
PresentationCore (1)
System\Windows\Media\textformatting\TextSimpleMarkerProperties.cs (1)
80public sealed override double Offset
2 references to Offset
PresentationCore (2)
MS\Internal\TextFormatting\FullTextState.cs (1)
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);