1 implementation of GetUInt32
mscorlib (1)
system\runtime\interopservices\windowsruntime\clripropertyvalueimpl.cs (1)
102
public UInt32
GetUInt32
()
2 references to GetUInt32
mscorlib (2)
system\runtime\interopservices\windowsruntime\clripropertyvalueimpl.cs (2)
460
return (T)(object)ipv.
GetUInt32
();
463
return (T)(object)ipv.
GetUInt32
();