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