1 instantiation of IntegerMarkup
PresentationBuildTasks (1)
Framework\System\Windows\Markup\XamlInt32CollectionSerializer.cs (1)
240resource.Add( new IntegerMarkup(value) );
4 references to IntegerMarkup
PresentationBuildTasks (4)
Framework\System\Windows\Markup\XamlInt32CollectionSerializer.cs (4)
96List<IntegerMarkup> ints = Parse( stringValue); 227public static List<IntegerMarkup> Parse(string source) 232List<IntegerMarkup> resource = new List<IntegerMarkup>();