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