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