Implemented interface member:
55 references to Add
PresentationCore (37)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (2)
114transformGroup.Children.Add(descendentVisual.TransformToAncestor(visual3Dchild)); 115transformGroup.Children.Add(visual3Dchild.TransformToOuterSpace());
System\Windows\Input\Stylus\Common\RawStylusInput.cs (3)
82group.Children.Add(new MatrixTransform(_report.InputSource.CompositionTarget.TransformFromDevice)); 84group.Children.Add(_tabletToElementTransform); 87group.Children.Add(transform);
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (2)
1161group.Children.Add(new MatrixTransform(PointerTabletDevice.TabletToScreen * toDevice)); 1162group.Children.Add(StylusDevice.GetElementTransform(relativeTo));
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (8)
295transformTabletToView.Children.Add(rawStylusInputReport.StylusDevice.As<PointerStylusDevice>().GetTabletToElementTransform(null)); // this gives matrix in measured units (not device) 296transformTabletToView.Children.Add(targetPIC.ViewToElement); // Make it relative to the element. 316transformTabletToView.Children.Add(stylusDevice.GetTabletToElementTransform(null)); // this gives matrix in measured units (not device) 317transformTabletToView.Children.Add(currentTarget.ViewToElement); // Make it relative to the element. 456transformTabletToView.Children.Add(new MatrixTransform(GetTabletToViewTransform(stylusDevice.TabletDevice))); // this gives matrix in measured units (not device) 457transformTabletToView.Children.Add(currentPic.ViewToElement); // Make it relative to the element. 475transformTabletToView.Children.Add(new MatrixTransform(GetTabletToViewTransform(stylusDevice.TabletDevice))); // this gives matrix in measured units (not device) 476transformTabletToView.Children.Add(pic.ViewToElement); // Make it relative to the element.
System\Windows\Input\Stylus\Wisp\PenContexts.cs (4)
442transformTabletToView.Children.Add(new MatrixTransform(_stylusLogic.GetTabletToViewTransform(inputReport.InputSource, stylusDevice.TabletDevice))); // this gives matrix in measured units (not device) 443transformTabletToView.Children.Add(currentPic.ViewToElement); // Make it relative to the element. 461transformTabletToView.Children.Add(new MatrixTransform(_stylusLogic.GetTabletToViewTransform(inputReport.InputSource, stylusDevice.TabletDevice))); // this gives matrix in measured units (not device) 462transformTabletToView.Children.Add(pic.ViewToElement); // Make it relative to the element.
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
2692transformTabletToView.Children.Add(new MatrixTransform(GetTabletToViewTransform(rawStylusInputReport.InputSource, stylusDevice.TabletDevice))); // this gives matrix in measured units (not device) 2693transformTabletToView.Children.Add(targetPIC.ViewToElement); // Make it relative to the element. 2711transformTabletToView.Children.Add(new MatrixTransform(GetTabletToViewTransform(rawStylusInputReport.InputSource, stylusDevice.TabletDevice))); // this gives matrix in measured units (not device) 2712transformTabletToView.Children.Add(currentTarget.ViewToElement); // Make it relative to the element.
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
1320group.Children.Add(new MatrixTransform(_stylusLogic.GetTabletToViewTransform(source, _tabletDevice.TabletDevice))); 1321group.Children.Add(StylusDevice.GetElementTransform(relativeTo));
System\Windows\Media\GeneralTransformGroup.cs (1)
121group.Children.Add(g);
System\Windows\Media\Visual.cs (9)
2214group.Children.Add(gt); 2240group.Children.Add(new MatrixTransform(m)); 4436group.Children.Add(g0); 4437group.Children.Add(g1); 4546group.Children.Add(new MatrixTransform(m)); 4549group.Children.Add(gt); 4576group.Children.Add(new MatrixTransform(m)); 4590group.Children.Add(new GeneralTransform2DTo3DTo2D(gAsVisual3D, visualForGenTransform)); 4614group.Children.Add(new MatrixTransform(m));
System\Windows\Media3D\GeneralTransform2DTo3D.cs (2)
42transformGroup.Children.Add((GeneralTransform)transform2D.GetCurrentValueAsFrozen()); 43transformGroup.Children.Add((GeneralTransform)child.TransformToOuterSpace().GetCurrentValueAsFrozen());
PresentationFramework (16)
MS\Internal\Controls\InkCanvasFeedbackAdorner.cs (2)
57desiredTransform.Children.Add(transform); 62desiredTransform.Children.Add(new TranslateTransform(_offsetX, _offsetY));
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (4)
1034transformations.Children.Add(new MatrixTransform(-1.0, 0.0, 0.0, 1.0, this.Width, 0.0)); 1037transformations.Children.Add(new TranslateTransform(anchor.X, anchor.Y)); 1082transformations.Children.Add(offsetTransform); 1084transformations.Children.Add(transform);
MS\Internal\Controls\TemplatedAdorner.cs (2)
81group.Children.Add(transform); 87group.Children.Add(t);
System\Windows\Controls\Primitives\Popup.cs (2)
2436visualToClientTransform.Children.Add(visual.TransformToAncestor(rootVisual)); 2439visualToClientTransform.Children.Add(new MatrixTransform(
System\Windows\Documents\AdornerLayer.cs (2)
980group.Children.Add(matrixTransform); 984group.Children.Add(sourceTransform);
System\Windows\Documents\ColumnResizeAdorner.cs (2)
78group.Children.Add(translation); 82group.Children.Add(transform);
System\Windows\Documents\CompositionAdorner.cs (2)
103group.Children.Add(translation); 107group.Children.Add(transform);
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonToolTip.cs (2)
395transformGroup.Children.Add(transform); 396transformGroup.Children.Add(deviceTransform);