1 write to _bounds
PresentationFramework (1)
src\Framework\System\Windows\Interop\ActiveXHost.cs (1)
896
set {
_bounds
= value; }
7 references to _bounds
PresentationFramework (7)
src\Framework\System\Windows\Interop\ActiveXHost.cs (7)
204
_bounds
.left = (int) bounds.X;
205
_bounds
.top = (int) bounds.Y;
206
_bounds
.right = (int) (bounds.Width + bounds.X);
207
_bounds
.bottom = (int) (bounds.Height + bounds.Y);
212
this.ActiveXSite.OnActiveXRectChange(
_bounds
);
565
_bounds
);
894
get { return
_bounds
; }