1 write to _offset
PresentationCore (1)
System\Windows\Media\Visual.cs (1)
3500
_offset
= value;
16 references to _offset
PresentationCore (16)
System\Windows\Media\Visual.cs (16)
585
bboxSubgraph.X +=
_offset
.X;
586
bboxSubgraph.Y +=
_offset
.Y;
1114
bboxSubgraph.X +=
_offset
.X;
1115
bboxSubgraph.Y +=
_offset
.Y;
1581
if (isOnChannel ||
_offset
!= new Vector())
1589
_offset
.X,
1590
_offset
.Y,
2102
newHitPoint -= child.
_offset
;
2210
m.Translate(
_offset
.X,
_offset
.Y); // Consider having a bit that indicates that we have a non-null offset.
2307
inv.Translate(-child.
_offset
.X, -child.
_offset
.Y);
3490
return
_offset
;
3496
if (value !=
_offset
) // Fuzzy comparison might be better here.
4535
m.Translate(gAsVisual.
_offset
.X, gAsVisual.
_offset
.Y); // Consider having a bit that indicates that we have a non-null offset.