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