11 references to VT_UINT
System.Private.Windows.Core (9)
Windows\Win32\System\Variant\VARIANT.cs (9)
149case VT_UINT: 313case VT_UINT: 550case VT_UINT: 649&& !(vt == VT_UINT && arrayVarType == VT_UI4) 651&& !(vt == VT_UI4 && arrayVarType == VT_UINT) 668VT_UI4 or VT_UINT or VT_ERROR => typeof(uint), 718case VT_UINT: 783case VT_UINT: // Not explicitly mentioned in the docs but trivial to implement. 914=> value.vt is VT_UI4 or VT_UINT ? value.data.uintVal : ThrowInvalidCast<uint>();
System.Windows.Forms (2)
System\Windows\Forms\ComponentModel\COM2Interop\COM2ColorConverter.cs (1)
19VARENUM.VT_UI4 or VARENUM.VT_UINT => (int)(uint)nativeValue,
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (1)
883VT_UI4 or VT_UINT => typeof(uint),