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