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