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