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