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