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)
609
bboxSubgraph.X +=
_offset
.X;
610
bboxSubgraph.Y +=
_offset
.Y;
1143
bboxSubgraph.X +=
_offset
.X;
1144
bboxSubgraph.Y +=
_offset
.Y;
1612
if (isOnChannel ||
_offset
!= new Vector())
1620
_offset
.X,
1621
_offset
.Y,
2140
newHitPoint = newHitPoint - child.
_offset
;
2248
m.Translate(
_offset
.X,
_offset
.Y); // Consider having a bit that indicates that we have a non-null offset.
2345
inv.Translate(-child.
_offset
.X, -child.
_offset
.Y);
3539
return
_offset
;
3545
if (value !=
_offset
) // Fuzzy comparison might be better here.
4600
m.Translate(gAsVisual.
_offset
.X, gAsVisual.
_offset
.Y); // Consider having a bit that indicates that we have a non-null offset.