2 references to ToUInt32
PresentationCore (1)
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
186
rasterOperation = Convert.
ToUInt32
(data[0]);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Byte.cs (1)
219
return Convert.
ToUInt32
(m_value);