1 write to _bounds
PresentationFramework (1)
src\Framework\System\Windows\Interop\ActiveXHost.cs (1)
896set { _bounds = value; }
7 references to _bounds
PresentationFramework (7)
src\Framework\System\Windows\Interop\ActiveXHost.cs (7)
204_bounds.left = (int) bounds.X; 205_bounds.top = (int) bounds.Y; 206_bounds.right = (int) (bounds.Width + bounds.X); 207_bounds.bottom = (int) (bounds.Height + bounds.Y); 212this.ActiveXSite.OnActiveXRectChange(_bounds); 565_bounds); 894get { return _bounds; }