Implemented interface member:
36 references to Add
PresentationCore (5)
System\Windows\Media\Generated\DoubleCollection.cs (1)
725resource.Add(value);
System\Windows\UIElement.cs (4)
986xLines.Add(0d); 987xLines.Add(this.RenderSize.Width); 1003yLines.Add(0d); 1004yLines.Add(this.RenderSize.Height);
PresentationFramework (28)
MS\Internal\Controls\InkCanvasFeedbackAdorner.cs (2)
38dashes.Add(4.5); 39dashes.Add(4.5);
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (2)
34dashes.Add(4.5); 35dashes.Add(4.5);
System\Windows\Controls\Grid.cs (4)
3961oddDashArray.Add(c_dashLength); 3962oddDashArray.Add(c_dashLength); 3969evenDashArray.Add(c_dashLength); 3970evenDashArray.Add(c_dashLength);
System\Windows\Controls\Primitives\TickBar.cs (16)
456xLines.Add(startPoint.X); 457yLines.Add(startPoint.Y - 0.5); 458xLines.Add(startPoint.X + tickLen); 459yLines.Add(endPoint.Y - 0.5); 460xLines.Add(startPoint.X + tickLen2); 492yLines.Add(y - 0.5); 509yLines.Add(y - 0.5); 563xLines.Add(startPoint.X - 0.5); 564yLines.Add(startPoint.Y); 565xLines.Add(startPoint.X - 0.5); 566yLines.Add(endPoint.Y + tickLen); 567yLines.Add(endPoint.Y + tickLen2); 598xLines.Add(x - 0.5); 614xLines.Add(x - 0.5); 651xLines.Add(ActualWidth); 652yLines.Add(ActualHeight);
System\Windows\Documents\CompositionAdorner.cs (4)
189dashArray.Add(DotLength); 190dashArray.Add(DotLength); 209dashArray.Add(dashLength); 210dashArray.Add(dashGapLength);
PresentationFramework.Classic (2)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (2)
861guidelines.Add(i * thickness1); 862guidelines.Add(length - i * thickness2);
ReachFramework (1)
Serialization\VisualSerializer.cs (1)
948dashes.Add(Math.Abs(d));