Implemented interface member:
36 references to Add
PresentationCore (5)
System\Windows\Media\Generated\DoubleCollection.cs (1)
711resource.Add(value);
System\Windows\UIElement.cs (4)
991xLines.Add(0d); 992xLines.Add(this.RenderSize.Width); 1008yLines.Add(0d); 1009yLines.Add(this.RenderSize.Height);
PresentationFramework (28)
MS\Internal\Controls\InkCanvasFeedbackAdorner.cs (2)
39dashes.Add(4.5); 40dashes.Add(4.5);
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (2)
35dashes.Add(4.5); 36dashes.Add(4.5);
System\Windows\Controls\Grid.cs (4)
3969oddDashArray.Add(c_dashLength); 3970oddDashArray.Add(c_dashLength); 3977evenDashArray.Add(c_dashLength); 3978evenDashArray.Add(c_dashLength);
System\Windows\Controls\Primitives\TickBar.cs (16)
457xLines.Add(startPoint.X); 458yLines.Add(startPoint.Y - 0.5); 459xLines.Add(startPoint.X + tickLen); 460yLines.Add(endPoint.Y - 0.5); 461xLines.Add(startPoint.X + tickLen2); 493yLines.Add(y - 0.5); 510yLines.Add(y - 0.5); 564xLines.Add(startPoint.X - 0.5); 565yLines.Add(startPoint.Y); 566xLines.Add(startPoint.X - 0.5); 567yLines.Add(endPoint.Y + tickLen); 568yLines.Add(endPoint.Y + tickLen2); 599xLines.Add(x - 0.5); 615xLines.Add(x - 0.5); 652xLines.Add(ActualWidth); 653yLines.Add(ActualHeight);
System\Windows\Documents\CompositionAdorner.cs (4)
190dashArray.Add(DotLength); 191dashArray.Add(DotLength); 210dashArray.Add(dashLength); 211dashArray.Add(dashGapLength);
PresentationFramework.Classic (2)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (2)
860guidelines.Add(i * thickness1); 861guidelines.Add(length - i * thickness2);
ReachFramework (1)
Serialization\VisualSerializer.cs (1)
948dashes.Add(Math.Abs(d));