1 write to _bounds
PresentationFramework (1)
System\Windows\Interop\ActiveXHost.cs (1)
776set { _bounds = value; }
7 references to _bounds
PresentationFramework (7)
System\Windows\Interop\ActiveXHost.cs (7)
185_bounds.left = (int) bounds.X; 186_bounds.top = (int) bounds.Y; 187_bounds.right = (int) (bounds.Width + bounds.X); 188_bounds.bottom = (int) (bounds.Height + bounds.Y); 193this.ActiveXSite.OnActiveXRectChange(_bounds); 521_bounds); 774get { return _bounds; }