1 implementation of Visible
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.AxContainer.ExtenderProxy.cs (1)
237public BOOL Visible
1 write to Visible
System.Windows.Forms.Primitives (1)
System\Windows\Forms\IExtender.cs (1)
182=> UnwrapAndInvoke<IExtender, Interface>(@this, o => o.Visible = value);
1 reference to Visible
System.Windows.Forms.Primitives (1)
System\Windows\Forms\IExtender.cs (1)
178=> UnwrapAndInvoke<IExtender, Interface>(@this, o => *value = o.Visible);