21 references to Interface
System.Windows.Forms.Primitives (21)
System\Windows\Forms\IExtender.cs (21)
26
/// <inheritdoc cref="
Interface
"/>
130
=> UnwrapAndInvoke<IExtender,
Interface
>(@this, o => *value = o.Align);
134
=> UnwrapAndInvoke<IExtender,
Interface
>(@this, o => o.Align = value);
138
=> UnwrapAndInvoke<IExtender,
Interface
>(@this, o => *value = o.Enabled);
142
=> UnwrapAndInvoke<IExtender,
Interface
>(@this, o => o.Enabled = value);
146
=> UnwrapAndInvoke<IExtender,
Interface
>(@this, o => *value = o.Height);
150
=> UnwrapAndInvoke<IExtender,
Interface
>(@this, o => o.Height = value);
154
=> UnwrapAndInvoke<IExtender,
Interface
>(@this, o => *value = o.Left);
158
=> UnwrapAndInvoke<IExtender,
Interface
>(@this, o => o.Left = value);
162
=> UnwrapAndInvoke<IExtender,
Interface
>(@this, o => *value = o.TabStop);
166
=> UnwrapAndInvoke<IExtender,
Interface
>(@this, o => o.TabStop = value);
170
=> UnwrapAndInvoke<IExtender,
Interface
>(@this, o => *value = o.Top);
174
=> UnwrapAndInvoke<IExtender,
Interface
>(@this, o => o.Top = value);
178
=> UnwrapAndInvoke<IExtender,
Interface
>(@this, o => *value = o.Visible);
182
=> UnwrapAndInvoke<IExtender,
Interface
>(@this, o => o.Visible = value);
186
=> UnwrapAndInvoke<IExtender,
Interface
>(@this, o => *value = o.Width);
190
=> UnwrapAndInvoke<IExtender,
Interface
>(@this, o => o.Width = value);
194
=> UnwrapAndInvoke<IExtender,
Interface
>(@this, o => *value = o.Name);
198
=> UnwrapAndInvoke<IExtender,
Interface
>(@this, o => *value = o.Parent);
202
=> UnwrapAndInvoke<IExtender,
Interface
>(@this, o => *value = o.Hwnd);
206
=> UnwrapAndInvoke<IExtender,
Interface
>(@this, o => *value = o.Container);