1 write to Bounds
PresentationFramework (1)
src\Framework\MS\Internal\Controls\ActiveXSite.cs (1)
566
this.Host.
Bounds
= lprcPosRect;
7 references to Bounds
PresentationFramework (7)
src\Framework\MS\Internal\Controls\ActiveXSite.cs (7)
202
this.OnActiveXRectChange(this.Host.
Bounds
);
289
lprcPosRect.left = (int) this.Host.
Bounds
.left;
290
lprcPosRect.top = (int) this.Host.
Bounds
.top;
291
lprcPosRect.right = (int) this.Host.
Bounds
.right;
292
lprcPosRect.bottom = (int) this.Host.
Bounds
.bottom;
294
lprcClipRect = this.Host.
Bounds
;
394
return this.Host.
Bounds
;