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