1 write to _bounds
PresentationFramework (1)
System\Windows\Interop\ActiveXHost.cs (1)
776
set {
_bounds
= value; }
7 references to _bounds
PresentationFramework (7)
System\Windows\Interop\ActiveXHost.cs (7)
185
_bounds
.left = (int) bounds.X;
186
_bounds
.top = (int) bounds.Y;
187
_bounds
.right = (int) (bounds.Width + bounds.X);
188
_bounds
.bottom = (int) (bounds.Height + bounds.Y);
193
this.ActiveXSite.OnActiveXRectChange(
_bounds
);
521
_bounds
);
774
get { return
_bounds
; }