1 write to _dispid
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.AxPropertyDescriptor.cs (1)
37
_dispid
= baseDescriptor.GetAttribute<DispIdAttribute>();
6 references to _dispid
System.Windows.Forms (6)
System\Windows\Forms\ActiveX\AxHost.AxPropertyDescriptor.cs (6)
38
if (
_dispid
is not null)
44
Guid g = GetPropertyPage(
_dispid
.Value);
52
CategoryAttribute? cat = owner.GetCategoryForDispid(
_dispid
.Value);
80
if (
_dispid
is not null)
115
if (
_dispid
is not null)
117
UpdateTypeConverterAndTypeEditorInternal(false,
_dispid
.Value);