1 write to _bounds
PresentationFramework (1)
System\Windows\Interop\ActiveXHost.cs (1)
758set { _bounds = value; }
7 references to _bounds
PresentationFramework (7)
System\Windows\Interop\ActiveXHost.cs (7)
167_bounds.left = (int) bounds.X; 168_bounds.top = (int) bounds.Y; 169_bounds.right = (int) (bounds.Width + bounds.X); 170_bounds.bottom = (int) (bounds.Height + bounds.Y); 175this.ActiveXSite.OnActiveXRectChange(_bounds); 503_bounds); 756get { return _bounds; }