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