3 references to Parse
PresentationCore (2)
Core\CSharp\System\Windows\Media\Converters\Generated\Int32CollectionValueSerializer.cs (1)
82
return Int32Collection.
Parse
(value );
Core\CSharp\System\Windows\Media\Generated\Int32CollectionConverter.cs (1)
110
return Int32Collection.
Parse
(source);
PresentationFramework (1)
src\Framework\System\Windows\Markup\XamlInt32CollectionSerializer.cs (1)
98
Int32Collection ints = Int32Collection.
Parse
( stringValue );