3 references to ToByte
PresentationCore (1)
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
409
color.A = Convert.
ToByte
(alpha);
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
725
return
ToByte
(ToInt32(value));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int32.cs (1)
211
return Convert.
ToByte
(m_value);