Implemented interface member:
36 references to Add
PresentationCore (5)
System\Windows\Media\Generated\DoubleCollection.cs (1)
736resource.Add(value);
System\Windows\UIElement.cs (4)
996xLines.Add(0d); 997xLines.Add(this.RenderSize.Width); 1013yLines.Add(0d); 1014yLines.Add(this.RenderSize.Height);
PresentationFramework (28)
MS\Internal\Controls\InkCanvasFeedbackAdorner.cs (2)
42dashes.Add(4.5); 43dashes.Add(4.5);
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (2)
42dashes.Add(4.5); 43dashes.Add(4.5);
System\Windows\Controls\Grid.cs (4)
3978oddDashArray.Add(c_dashLength); 3979oddDashArray.Add(c_dashLength); 3986evenDashArray.Add(c_dashLength); 3987evenDashArray.Add(c_dashLength);
System\Windows\Controls\Primitives\TickBar.cs (16)
471xLines.Add(startPoint.X); 472yLines.Add(startPoint.Y - 0.5); 473xLines.Add(startPoint.X + tickLen); 474yLines.Add(endPoint.Y - 0.5); 475xLines.Add(startPoint.X + tickLen2); 507yLines.Add(y - 0.5); 524yLines.Add(y - 0.5); 578xLines.Add(startPoint.X - 0.5); 579yLines.Add(startPoint.Y); 580xLines.Add(startPoint.X - 0.5); 581yLines.Add(endPoint.Y + tickLen); 582yLines.Add(endPoint.Y + tickLen2); 613xLines.Add(x - 0.5); 629xLines.Add(x - 0.5); 666xLines.Add(ActualWidth); 667yLines.Add(ActualHeight);
System\Windows\Documents\CompositionAdorner.cs (4)
193dashArray.Add(DotLength); 194dashArray.Add(DotLength); 213dashArray.Add(dashLength); 214dashArray.Add(dashGapLength);
PresentationFramework.Classic (2)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (2)
863guidelines.Add(i * thickness1); 864guidelines.Add(length - i * thickness2);
ReachFramework (1)
Serialization\VisualSerializer.cs (1)
956dashes.Add(Math.Abs(d));