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