Implemented interface member:
method
Add
System.Collections.Generic.ICollection<T>.Add(T)
9 references to Add
PresentationCore (1)
Core\CSharp\System\Windows\Media\Generated\Int32Collection.cs (1)
761resource.Add(value);
PresentationFramework (8)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (4)
1460ints.Add(reader.ReadByte()); 1467ints.Add(reader.ReadUInt16()); 1475ints.Add(num7); 1484ints.Add(num2 + m);
src\Framework\System\Windows\Markup\XamlInt32CollectionSerializer.cs (4)
301theCollection.Add( first + i ); 312theCollection.Add( (int) reader.ReadByte()); 321theCollection.Add( (int) reader.ReadUInt16()); 332theCollection.Add( value);