1 write to _bounds
PresentationFramework (1)
System\Windows\Interop\ActiveXHost.cs (1)
761
set {
_bounds
= value; }
7 references to _bounds
PresentationFramework (7)
System\Windows\Interop\ActiveXHost.cs (7)
170
_bounds
.left = (int) bounds.X;
171
_bounds
.top = (int) bounds.Y;
172
_bounds
.right = (int) (bounds.Width + bounds.X);
173
_bounds
.bottom = (int) (bounds.Height + bounds.Y);
178
this.ActiveXSite.OnActiveXRectChange(
_bounds
);
506
_bounds
);
759
get { return
_bounds
; }