1 write to _offset
PresentationCore (1)
System\Windows\Media\Visual.cs (1)
3503
_offset
= value;
16 references to _offset
PresentationCore (16)
System\Windows\Media\Visual.cs (16)
586
bboxSubgraph.X +=
_offset
.X;
587
bboxSubgraph.Y +=
_offset
.Y;
1117
bboxSubgraph.X +=
_offset
.X;
1118
bboxSubgraph.Y +=
_offset
.Y;
1584
if (isOnChannel ||
_offset
!= new Vector())
1592
_offset
.X,
1593
_offset
.Y,
2105
newHitPoint = newHitPoint - child.
_offset
;
2213
m.Translate(
_offset
.X,
_offset
.Y); // Consider having a bit that indicates that we have a non-null offset.
2310
inv.Translate(-child.
_offset
.X, -child.
_offset
.Y);
3493
return
_offset
;
3499
if (value !=
_offset
) // Fuzzy comparison might be better here.
4538
m.Translate(gAsVisual.
_offset
.X, gAsVisual.
_offset
.Y); // Consider having a bit that indicates that we have a non-null offset.