12 references to VT_UI4
System.Private.Windows.Core (10)
Windows\Win32\System\Variant\VARIANT.cs (10)
148
case
VT_UI4
:
312
case
VT_UI4
:
549
case
VT_UI4
:
649
&& !(vt == VT_UINT && arrayVarType ==
VT_UI4
)
651
&& !(vt ==
VT_UI4
&& arrayVarType == VT_UINT)
668
VT_UI4
or VT_UINT or VT_ERROR => typeof(uint),
716
case
VT_UI4
:
781
case
VT_UI4
:
914
=> value.vt is
VT_UI4
or VT_UINT ? value.data.uintVal : ThrowInvalidCast<uint>();
921
vt =
VT_UI4
,
System.Windows.Forms (2)
System\Windows\Forms\ComponentModel\COM2Interop\COM2ColorConverter.cs (1)
19
VARENUM.
VT_UI4
or VARENUM.VT_UINT => (int)(uint)nativeValue,
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (1)
883
VT_UI4
or VT_UINT => typeof(uint),