1 write to Children
PresentationFramework (1)
System\Windows\FrameworkElement.cs (1)
5158Children = ts
37 references to Children
PresentationCore (10)
System\Windows\Media\Generated\TransformGroup.cs (3)
217TransformCollection vChildren = Children; 258TransformCollection vChildren = Children; 286TransformCollection vChildren = Children;
System\Windows\Media\Imaging\BitmapImage.cs (2)
432transformGroup.Children.Add( 461transformGroup.Children.Add(new RotateTransform(rotation));
System\Windows\Media\TransformGroup.cs (2)
36TransformCollection children = Children; 62TransformCollection children = Children;
System\Windows\UIElement.cs (3)
1272t.Children.Add(new TranslateTransform(-(finalRect.Width * origin.X), -(finalRect.Height * origin.Y))); 1274t.Children.Add(renderTransform); 1277t.Children.Add(new TranslateTransform(finalRect.Width * origin.X,
PresentationFramework (20)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (2)
959group.Children.Add(pageGeometry.Transform); 960group.Children.Add(additionalTransform);
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (6)
389bodyTransform.Children.Add(bodyScale); 390bodyTransform.Children.Add(bodyOffset); 402bottomTailTransform.Children.Add(tailScale); 403bottomTailTransform.Children.Add(bottomOffset); 407topTailTransform.Children.Add(tailScale); 408topTailTransform.Children.Add(topOffset);
System\Windows\Controls\InkCanvas.cs (2)
299for ( int i = 0; i < transformGroup.Children.Count; i++ ) 301transforms.Push(transformGroup.Children[i]);
System\Windows\Documents\AdornerLayer.cs (2)
876transformGroup.Children.Add(transform.AffineTransform); 886transformGroup.Children.Add(transform.AffineTransform);
System\Windows\FrameworkElement.cs (7)
5217t.Children.CanBeInheritanceContext = false; 5220t.Children.Add(additionalTransform); 5224t.Children.Add(ltd.Transform); 5241t.Children.Add(new TranslateTransform(-inkRectTransformed.X, -inkRectTransformed.Y)); 5252t.Children.Add(backOrigin); 5256t.Children.Add(renderTransform); 5262t.Children.Add(forwardOrigin);
System\Windows\Markup\KnownTypes.cs (1)
2530case KnownElements.TransformGroup: return (o as System.Windows.Media.TransformGroup).Children;
PresentationUI (5)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (5)
2448tg.Children.Add(Transform.Identity); 2467tg.Children.Add(new MatrixTransform(0.0, 1.0, -1.0, 0.0, fixedPage.Height, 0.0)); 2476tg.Children.Add(new MatrixTransform(0.0, -1.0, 1.0, 0.0, 0.0, fixedPage.Width)); 2499tg.Children.Add(scale); 2511tg.Children.Add(new TranslateTransform(left - pageBounds.Left, top - pageBounds.Top));
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
816layoutTransforms.Children.Add(_decorator.LayoutTransform); 817layoutTransforms.Children.Add(new ScaleTransform(dx, dy));