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)
761
resource.
Add
(value);
PresentationFramework (8)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (4)
1460
ints.
Add
(reader.ReadByte());
1467
ints.
Add
(reader.ReadUInt16());
1475
ints.
Add
(num7);
1484
ints.
Add
(num2 + m);
src\Framework\System\Windows\Markup\XamlInt32CollectionSerializer.cs (4)
301
theCollection.
Add
( first + i );
312
theCollection.
Add
( (int) reader.ReadByte());
321
theCollection.
Add
( (int) reader.ReadUInt16());
332
theCollection.
Add
( value);