1 write to Bounds
PresentationFramework (1)
MS\Internal\Controls\ActiveXSite.cs (1)
478
this.Host.
Bounds
= lprcPosRect;
7 references to Bounds
PresentationFramework (7)
MS\Internal\Controls\ActiveXSite.cs (7)
185
this.OnActiveXRectChange(this.Host.
Bounds
);
260
lprcPosRect.left = (int)this.Host.
Bounds
.left;
261
lprcPosRect.top = (int)this.Host.
Bounds
.top;
262
lprcPosRect.right = (int)this.Host.
Bounds
.right;
263
lprcPosRect.bottom = (int)this.Host.
Bounds
.bottom;
265
lprcClipRect = this.Host.
Bounds
;
339
return this.Host.
Bounds
;