1 write to _bounds
PresentationFramework (1)
System\Windows\Interop\ActiveXHost.cs (1)
758
set {
_bounds
= value; }
7 references to _bounds
PresentationFramework (7)
System\Windows\Interop\ActiveXHost.cs (7)
167
_bounds
.left = (int) bounds.X;
168
_bounds
.top = (int) bounds.Y;
169
_bounds
.right = (int) (bounds.Width + bounds.X);
170
_bounds
.bottom = (int) (bounds.Height + bounds.Y);
175
this.ActiveXSite.OnActiveXRectChange(
_bounds
);
503
_bounds
);
756
get { return
_bounds
; }