9 references to Value
PresentationFramework (1)
src\Framework\MS\Internal\Interop\InternalDispatchObject.cs (1)
79
int dispid = ((DispIdAttribute[])method.GetCustomAttributes(typeof(DispIdAttribute), false))[0].
Value
;
System.Core (1)
System\Runtime\InteropServices\ComAwareEventInfo.cs (1)
134
dispid = ((DispIdAttribute)dispIdAttribute).
Value
;
System.Windows.Forms (5)
winforms\Managed\System\WinForms\AxHost.cs (4)
6986
Guid g = GetPropertyPage(dispid.
Value
);
6996
CategoryAttribute cat = owner.GetCategoryForDispid(dispid.
Value
);
7030
return dispid.
Value
;
7065
UpdateTypeConverterAndTypeEditorInternal(false, dispid.
Value
);
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
2765
fullRefresh = (dispID != dispIdAttr.
Value
);
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Themes.cs (2)
3233
return prop1DispID.
Value
- prop2DispID.
Value
;