1 write to _bounds
PresentationFramework (1)
System\Windows\Interop\ActiveXHost.cs (1)
762set { _bounds = value; }
7 references to _bounds
PresentationFramework (7)
System\Windows\Interop\ActiveXHost.cs (7)
171_bounds.left = (int) bounds.X; 172_bounds.top = (int) bounds.Y; 173_bounds.right = (int) (bounds.Width + bounds.X); 174_bounds.bottom = (int) (bounds.Height + bounds.Y); 179this.ActiveXSite.OnActiveXRectChange(_bounds); 507_bounds); 760get { return _bounds; }