2 references to ToUInt32
PresentationCore (1)
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
519
cbData += SerializationHelper.Encode(stream, Convert.
ToUInt32
(transparency));
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Int32.cs (1)
237
return Convert.
ToUInt32
(m_value);