1 override of Offset
PresentationCore (1)
System\Windows\Media\textformatting\TextSimpleMarkerProperties.cs (1)
80
public sealed override double
Offset
2 references to Offset
PresentationCore (2)
MS\Internal\TextFormatting\FullTextState.cs (1)
272
return Math.Min(0, TextFormatterImp.RealToIdeal(_markerStore.Pap.TextMarkerProperties.
Offset
) - _store.Settings.TextIndent);
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
405
lsLineProps.durLeft = TextFormatterImp.RealToIdeal(markerStore.Pap.TextMarkerProperties.
Offset
);