Implemented interface member:
55 references to Add
PresentationCore (37)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (2)
97transformGroup.Children.Add(descendentVisual.TransformToAncestor(visual3Dchild)); 98transformGroup.Children.Add(visual3Dchild.TransformToOuterSpace());
System\Windows\Input\Stylus\Common\RawStylusInput.cs (3)
75group.Children.Add(new MatrixTransform(_report.InputSource.CompositionTarget.TransformFromDevice)); 77group.Children.Add(_tabletToElementTransform); 80group.Children.Add(transform);
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (2)
1136group.Children.Add(new MatrixTransform(PointerTabletDevice.TabletToScreen * toDevice)); 1137group.Children.Add(StylusDevice.GetElementTransform(relativeTo));
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (8)
283transformTabletToView.Children.Add(rawStylusInputReport.StylusDevice.As<PointerStylusDevice>().GetTabletToElementTransform(null)); // this gives matrix in measured units (not device) 284transformTabletToView.Children.Add(targetPIC.ViewToElement); // Make it relative to the element. 304transformTabletToView.Children.Add(stylusDevice.GetTabletToElementTransform(null)); // this gives matrix in measured units (not device) 305transformTabletToView.Children.Add(currentTarget.ViewToElement); // Make it relative to the element. 444transformTabletToView.Children.Add(new MatrixTransform(GetTabletToViewTransform(stylusDevice.TabletDevice))); // this gives matrix in measured units (not device) 445transformTabletToView.Children.Add(currentPic.ViewToElement); // Make it relative to the element. 463transformTabletToView.Children.Add(new MatrixTransform(GetTabletToViewTransform(stylusDevice.TabletDevice))); // this gives matrix in measured units (not device) 464transformTabletToView.Children.Add(pic.ViewToElement); // Make it relative to the element.
System\Windows\Input\Stylus\Wisp\PenContexts.cs (4)
420transformTabletToView.Children.Add(new MatrixTransform(_stylusLogic.GetTabletToViewTransform(inputReport.InputSource, stylusDevice.TabletDevice))); // this gives matrix in measured units (not device) 421transformTabletToView.Children.Add(currentPic.ViewToElement); // Make it relative to the element. 439transformTabletToView.Children.Add(new MatrixTransform(_stylusLogic.GetTabletToViewTransform(inputReport.InputSource, stylusDevice.TabletDevice))); // this gives matrix in measured units (not device) 440transformTabletToView.Children.Add(pic.ViewToElement); // Make it relative to the element.
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
2683transformTabletToView.Children.Add(new MatrixTransform(GetTabletToViewTransform(rawStylusInputReport.InputSource, stylusDevice.TabletDevice))); // this gives matrix in measured units (not device) 2684transformTabletToView.Children.Add(targetPIC.ViewToElement); // Make it relative to the element. 2702transformTabletToView.Children.Add(new MatrixTransform(GetTabletToViewTransform(rawStylusInputReport.InputSource, stylusDevice.TabletDevice))); // this gives matrix in measured units (not device) 2703transformTabletToView.Children.Add(currentTarget.ViewToElement); // Make it relative to the element.
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
1286group.Children.Add(new MatrixTransform(_stylusLogic.GetTabletToViewTransform(source, _tabletDevice.TabletDevice))); 1287group.Children.Add(StylusDevice.GetElementTransform(relativeTo));
System\Windows\Media\GeneralTransformGroup.cs (1)
103group.Children.Add(g);
System\Windows\Media\Visual.cs (9)
2195group.Children.Add(gt); 2221group.Children.Add(new MatrixTransform(m)); 4414group.Children.Add(g0); 4415group.Children.Add(g1); 4524group.Children.Add(new MatrixTransform(m)); 4527group.Children.Add(gt); 4554group.Children.Add(new MatrixTransform(m)); 4568group.Children.Add(new GeneralTransform2DTo3DTo2D(gAsVisual3D, visualForGenTransform)); 4592group.Children.Add(new MatrixTransform(m));
System\Windows\Media3D\GeneralTransform2DTo3D.cs (2)
31transformGroup.Children.Add((GeneralTransform)transform2D.GetCurrentValueAsFrozen()); 32transformGroup.Children.Add((GeneralTransform)child.TransformToOuterSpace().GetCurrentValueAsFrozen());
PresentationFramework (16)
MS\Internal\Controls\InkCanvasFeedbackAdorner.cs (2)
54desiredTransform.Children.Add(transform); 59desiredTransform.Children.Add(new TranslateTransform(_offsetX, _offsetY));
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (4)
1024transformations.Children.Add(new MatrixTransform(-1.0, 0.0, 0.0, 1.0, this.Width, 0.0)); 1027transformations.Children.Add(new TranslateTransform(anchor.X, anchor.Y)); 1072transformations.Children.Add(offsetTransform); 1074transformations.Children.Add(transform);
MS\Internal\Controls\TemplatedAdorner.cs (2)
74group.Children.Add(transform); 80group.Children.Add(t);
System\Windows\Controls\Primitives\Popup.cs (2)
2429visualToClientTransform.Children.Add(visual.TransformToAncestor(rootVisual)); 2432visualToClientTransform.Children.Add(new MatrixTransform(
System\Windows\Documents\AdornerLayer.cs (2)
976group.Children.Add(matrixTransform); 980group.Children.Add(sourceTransform);
System\Windows\Documents\ColumnResizeAdorner.cs (2)
70group.Children.Add(translation); 74group.Children.Add(transform);
System\Windows\Documents\CompositionAdorner.cs (2)
100group.Children.Add(translation); 104group.Children.Add(transform);
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonToolTip.cs (2)
392transformGroup.Children.Add(transform); 393transformGroup.Children.Add(deviceTransform);