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