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