3 writes to _offset
PresentationFramework (3)
MS\Internal\Text\MarkerProperties.cs (3)
30
_offset
= list.MarkerOffset;
37
_offset
= - 0.5 * lineHeight;
41
_offset
= -_offset;
3 references to _offset
PresentationFramework (3)
MS\Internal\Text\MarkerProperties.cs (3)
33
if (Double.IsNaN(
_offset
))
41
_offset = -
_offset
;
53
return new TextSimpleMarkerProperties(_style,
_offset
, _index, textParaProps);