Implemented interface member:
9 references to Add
PresentationCore (1)
System\Windows\Media\Generated\Int32Collection.cs (1)
710resource.Add(value);
PresentationFramework (8)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (4)
1441ints.Add(reader.ReadByte()); 1448ints.Add(reader.ReadUInt16()); 1456ints.Add(num7); 1465ints.Add(num2 + m);
System\Windows\Markup\XamlInt32CollectionSerializer.cs (4)
288theCollection.Add( first + i ); 299theCollection.Add( (int) reader.ReadByte()); 308theCollection.Add( (int) reader.ReadUInt16()); 319theCollection.Add( value);