Implemented interface member:
55 references to Add
PresentationCore (37)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (2)
98transformGroup.Children.Add(descendentVisual.TransformToAncestor(visual3Dchild)); 99transformGroup.Children.Add(visual3Dchild.TransformToOuterSpace());
System\Windows\Input\Stylus\Common\RawStylusInput.cs (3)
74group.Children.Add(new MatrixTransform(_report.InputSource.CompositionTarget.TransformFromDevice)); 76group.Children.Add(_tabletToElementTransform); 79group.Children.Add(transform);
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (2)
1141group.Children.Add(new MatrixTransform(PointerTabletDevice.TabletToScreen * toDevice)); 1142group.Children.Add(StylusDevice.GetElementTransform(relativeTo));
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (8)
282transformTabletToView.Children.Add(rawStylusInputReport.StylusDevice.As<PointerStylusDevice>().GetTabletToElementTransform(null)); // this gives matrix in measured units (not device) 283transformTabletToView.Children.Add(targetPIC.ViewToElement); // Make it relative to the element. 303transformTabletToView.Children.Add(stylusDevice.GetTabletToElementTransform(null)); // this gives matrix in measured units (not device) 304transformTabletToView.Children.Add(currentTarget.ViewToElement); // Make it relative to the element. 443transformTabletToView.Children.Add(new MatrixTransform(GetTabletToViewTransform(stylusDevice.TabletDevice))); // this gives matrix in measured units (not device) 444transformTabletToView.Children.Add(currentPic.ViewToElement); // Make it relative to the element. 462transformTabletToView.Children.Add(new MatrixTransform(GetTabletToViewTransform(stylusDevice.TabletDevice))); // this gives matrix in measured units (not device) 463transformTabletToView.Children.Add(pic.ViewToElement); // Make it relative to the element.
System\Windows\Input\Stylus\Wisp\PenContexts.cs (4)
419transformTabletToView.Children.Add(new MatrixTransform(_stylusLogic.GetTabletToViewTransform(inputReport.InputSource, stylusDevice.TabletDevice))); // this gives matrix in measured units (not device) 420transformTabletToView.Children.Add(currentPic.ViewToElement); // Make it relative to the element. 438transformTabletToView.Children.Add(new MatrixTransform(_stylusLogic.GetTabletToViewTransform(inputReport.InputSource, stylusDevice.TabletDevice))); // this gives matrix in measured units (not device) 439transformTabletToView.Children.Add(pic.ViewToElement); // Make it relative to the element.
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
2697transformTabletToView.Children.Add(new MatrixTransform(GetTabletToViewTransform(rawStylusInputReport.InputSource, stylusDevice.TabletDevice))); // this gives matrix in measured units (not device) 2698transformTabletToView.Children.Add(targetPIC.ViewToElement); // Make it relative to the element. 2716transformTabletToView.Children.Add(new MatrixTransform(GetTabletToViewTransform(rawStylusInputReport.InputSource, stylusDevice.TabletDevice))); // this gives matrix in measured units (not device) 2717transformTabletToView.Children.Add(currentTarget.ViewToElement); // Make it relative to the element.
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
1288group.Children.Add(new MatrixTransform(_stylusLogic.GetTabletToViewTransform(source, _tabletDevice.TabletDevice))); 1289group.Children.Add(StylusDevice.GetElementTransform(relativeTo));
System\Windows\Media\GeneralTransformGroup.cs (1)
102group.Children.Add(g);
System\Windows\Media\Visual.cs (9)
2192group.Children.Add(gt); 2218group.Children.Add(new MatrixTransform(m)); 4411group.Children.Add(g0); 4412group.Children.Add(g1); 4521group.Children.Add(new MatrixTransform(m)); 4524group.Children.Add(gt); 4551group.Children.Add(new MatrixTransform(m)); 4565group.Children.Add(new GeneralTransform2DTo3DTo2D(gAsVisual3D, visualForGenTransform)); 4589group.Children.Add(new MatrixTransform(m));
System\Windows\Media3D\GeneralTransform2DTo3D.cs (2)
30transformGroup.Children.Add((GeneralTransform)transform2D.GetCurrentValueAsFrozen()); 31transformGroup.Children.Add((GeneralTransform)child.TransformToOuterSpace().GetCurrentValueAsFrozen());
PresentationFramework (16)
MS\Internal\Controls\InkCanvasFeedbackAdorner.cs (2)
53desiredTransform.Children.Add(transform); 58desiredTransform.Children.Add(new TranslateTransform(_offsetX, _offsetY));
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (4)
1023transformations.Children.Add(new MatrixTransform(-1.0, 0.0, 0.0, 1.0, this.Width, 0.0)); 1026transformations.Children.Add(new TranslateTransform(anchor.X, anchor.Y)); 1071transformations.Children.Add(offsetTransform); 1073transformations.Children.Add(transform);
MS\Internal\Controls\TemplatedAdorner.cs (2)
74group.Children.Add(transform); 80group.Children.Add(t);
System\Windows\Controls\Primitives\Popup.cs (2)
2441visualToClientTransform.Children.Add(visual.TransformToAncestor(rootVisual)); 2444visualToClientTransform.Children.Add(new MatrixTransform(
System\Windows\Documents\AdornerLayer.cs (2)
979group.Children.Add(matrixTransform); 983group.Children.Add(sourceTransform);
System\Windows\Documents\ColumnResizeAdorner.cs (2)
69group.Children.Add(translation); 73group.Children.Add(transform);
System\Windows\Documents\CompositionAdorner.cs (2)
99group.Children.Add(translation); 103group.Children.Add(transform);
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonToolTip.cs (2)
391transformGroup.Children.Add(transform); 392transformGroup.Children.Add(deviceTransform);