1 write to _offset
PresentationCore (1)
System\Windows\Media\Visual.cs (1)
3525_offset = value;
16 references to _offset
PresentationCore (16)
System\Windows\Media\Visual.cs (16)
605bboxSubgraph.X += _offset.X; 606bboxSubgraph.Y += _offset.Y; 1136bboxSubgraph.X += _offset.X; 1137bboxSubgraph.Y += _offset.Y; 1603if (isOnChannel || _offset != new Vector()) 1611_offset.X, 1612_offset.Y, 2124newHitPoint = newHitPoint - child._offset; 2232m.Translate(_offset.X, _offset.Y); // Consider having a bit that indicates that we have a non-null offset. 2329inv.Translate(-child._offset.X, -child._offset.Y); 3515return _offset; 3521if (value != _offset) // Fuzzy comparison might be better here. 4560m.Translate(gAsVisual._offset.X, gAsVisual._offset.Y); // Consider having a bit that indicates that we have a non-null offset.