1 write to Bounds
PresentationFramework (1)
MS\Internal\Controls\ActiveXSite.cs (1)
469this.Host.Bounds = lprcPosRect;
7 references to Bounds
PresentationFramework (7)
MS\Internal\Controls\ActiveXSite.cs (7)
176this.OnActiveXRectChange(this.Host.Bounds); 251lprcPosRect.left = (int)this.Host.Bounds.left; 252lprcPosRect.top = (int)this.Host.Bounds.top; 253lprcPosRect.right = (int)this.Host.Bounds.right; 254lprcPosRect.bottom = (int)this.Host.Bounds.bottom; 256lprcClipRect = this.Host.Bounds; 330return this.Host.Bounds;