1 write to _offset
PresentationCore (1)
Core\CSharp\System\Windows\Media\Visual.cs (1)
3549_offset = value;
16 references to _offset
PresentationCore (16)
Core\CSharp\System\Windows\Media\Visual.cs (16)
609bboxSubgraph.X += _offset.X; 610bboxSubgraph.Y += _offset.Y; 1143bboxSubgraph.X += _offset.X; 1144bboxSubgraph.Y += _offset.Y; 1612if (isOnChannel || _offset != new Vector()) 1620_offset.X, 1621_offset.Y, 2140newHitPoint = newHitPoint - child._offset; 2248m.Translate(_offset.X, _offset.Y); // Consider having a bit that indicates that we have a non-null offset. 2345inv.Translate(-child._offset.X, -child._offset.Y); 3539return _offset; 3545if (value != _offset) // Fuzzy comparison might be better here. 4600m.Translate(gAsVisual._offset.X, gAsVisual._offset.Y); // Consider having a bit that indicates that we have a non-null offset.