Implemented interface member:
method
Add
System.Collections.Generic.ICollection<T>.Add(T)
35 references to Add
PresentationCore (5)
Core\CSharp\System\Windows\Media\Generated\DoubleCollection.cs (1)
761resource.Add(value);
Core\CSharp\System\Windows\UIElement.cs (4)
1003xLines.Add(0d); 1004xLines.Add(this.RenderSize.Width); 1020yLines.Add(0d); 1021yLines.Add(this.RenderSize.Height);
PresentationFramework (28)
src\Framework\MS\Internal\Controls\InkCanvasFeedbackAdorner.cs (2)
50dashes.Add(4.5); 51dashes.Add(4.5);
src\Framework\MS\Internal\Controls\InkCanvasSelectionAdorner.cs (2)
50dashes.Add(4.5); 51dashes.Add(4.5);
src\Framework\System\Windows\Controls\Grid.cs (4)
4202oddDashArray.Add(c_dashLength); 4203oddDashArray.Add(c_dashLength); 4210evenDashArray.Add(c_dashLength); 4211evenDashArray.Add(c_dashLength);
src\Framework\System\Windows\Controls\Primitives\TickBar.cs (16)
472xLines.Add(startPoint.X); 473yLines.Add(startPoint.Y - 0.5); 474xLines.Add(startPoint.X + tickLen); 475yLines.Add(endPoint.Y - 0.5); 476xLines.Add(startPoint.X + tickLen2); 508yLines.Add(y - 0.5); 525yLines.Add(y - 0.5); 579xLines.Add(startPoint.X - 0.5); 580yLines.Add(startPoint.Y); 581xLines.Add(startPoint.X - 0.5); 582yLines.Add(endPoint.Y + tickLen); 583yLines.Add(endPoint.Y + tickLen2); 614xLines.Add(x - 0.5); 630xLines.Add(x - 0.5); 667xLines.Add(ActualWidth); 668yLines.Add(ActualHeight);
src\Framework\System\Windows\Documents\CompositionAdorner.cs (4)
195dashArray.Add(DotLength); 196dashArray.Add(DotLength); 215dashArray.Add(dashLength); 216dashArray.Add(dashGapLength);
PresentationFramework.Classic (2)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (2)
868guidelines.Add(i * thickness1); 869guidelines.Add(length - i * thickness2);