3 writes to _offset
PresentationFramework (3)
MS\Internal\Text\MarkerProperties.cs (3)
29
_offset
= list.MarkerOffset;
36
_offset
= - 0.5 * lineHeight;
40
_offset
= -_offset;
3 references to _offset
PresentationFramework (3)
MS\Internal\Text\MarkerProperties.cs (3)
32
if (Double.IsNaN(
_offset
))
40
_offset = -
_offset
;
52
return new TextSimpleMarkerProperties(_style,
_offset
, _index, textParaProps);