1 implementation of Width
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.AxContainer.ExtenderProxy.cs (1)
249public int Width
1 write to Width
System.Windows.Forms.Primitives (1)
System\Windows\Forms\IExtender.cs (1)
190=> UnwrapAndInvoke<IExtender, Interface>(@this, o => o.Width = value);
1 reference to Width
System.Windows.Forms.Primitives (1)
System\Windows\Forms\IExtender.cs (1)
186=> UnwrapAndInvoke<IExtender, Interface>(@this, o => *value = o.Width);