1 write to Bounds
PresentationFramework (1)
MS\Internal\Controls\ActiveXSite.cs (1)
470this.Host.Bounds = lprcPosRect;
7 references to Bounds
PresentationFramework (7)
MS\Internal\Controls\ActiveXSite.cs (7)
177this.OnActiveXRectChange(this.Host.Bounds); 252lprcPosRect.left = (int)this.Host.Bounds.left; 253lprcPosRect.top = (int)this.Host.Bounds.top; 254lprcPosRect.right = (int)this.Host.Bounds.right; 255lprcPosRect.bottom = (int)this.Host.Bounds.bottom; 257lprcClipRect = this.Host.Bounds; 331return this.Host.Bounds;