Implemented interface member:
9 references to Add
PresentationCore (1)
System\Windows\Media\Generated\Int32Collection.cs (1)
725resource.Add(value);
PresentationFramework (8)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (4)
1447ints.Add(reader.ReadByte()); 1454ints.Add(reader.ReadUInt16()); 1462ints.Add(num7); 1471ints.Add(num2 + m);
System\Windows\Markup\XamlInt32CollectionSerializer.cs (4)
287theCollection.Add( first + i ); 298theCollection.Add( (int) reader.ReadByte()); 307theCollection.Add( (int) reader.ReadUInt16()); 318theCollection.Add( value);