1 implementation of Name
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.AxContainer.ExtenderProxy.cs (1)
261
public BSTR
Name
=> new(GetControl() is { } control ? GetNameForControl(control) : string.Empty);
1 reference to Name
System.Windows.Forms.Primitives (1)
System\Windows\Forms\IExtender.cs (1)
194
=> UnwrapAndInvoke<IExtender, Interface>(@this, o => *value = o.
Name
);