1 write to Children
PresentationFramework (1)
System\Windows\FrameworkElement.cs (1)
5168Children = ts
37 references to Children
PresentationCore (10)
System\Windows\Media\Generated\TransformGroup.cs (3)
204TransformCollection vChildren = Children; 242TransformCollection vChildren = Children; 266TransformCollection vChildren = Children;
System\Windows\Media\Imaging\BitmapImage.cs (2)
433transformGroup.Children.Add( 462transformGroup.Children.Add(new RotateTransform(rotation));
System\Windows\Media\TransformGroup.cs (2)
37TransformCollection children = Children; 63TransformCollection children = Children;
System\Windows\UIElement.cs (3)
1273t.Children.Add(new TranslateTransform(-(finalRect.Width * origin.X), -(finalRect.Height * origin.Y))); 1275t.Children.Add(renderTransform); 1278t.Children.Add(new TranslateTransform(finalRect.Width * origin.X,
PresentationFramework (20)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (2)
963group.Children.Add(pageGeometry.Transform); 964group.Children.Add(additionalTransform);
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (6)
390bodyTransform.Children.Add(bodyScale); 391bodyTransform.Children.Add(bodyOffset); 403bottomTailTransform.Children.Add(tailScale); 404bottomTailTransform.Children.Add(bottomOffset); 408topTailTransform.Children.Add(tailScale); 409topTailTransform.Children.Add(topOffset);
System\Windows\Controls\InkCanvas.cs (2)
300for ( int i = 0; i < transformGroup.Children.Count; i++ ) 302transforms.Push(transformGroup.Children[i]);
System\Windows\Documents\AdornerLayer.cs (2)
877transformGroup.Children.Add(transform.AffineTransform); 887transformGroup.Children.Add(transform.AffineTransform);
System\Windows\FrameworkElement.cs (7)
5227t.Children.CanBeInheritanceContext = false; 5230t.Children.Add(additionalTransform); 5234t.Children.Add(ltd.Transform); 5251t.Children.Add(new TranslateTransform(-inkRectTransformed.X, -inkRectTransformed.Y)); 5262t.Children.Add(backOrigin); 5266t.Children.Add(renderTransform); 5272t.Children.Add(forwardOrigin);
System\Windows\Markup\KnownTypes.cs (1)
2531case KnownElements.TransformGroup: return (o as System.Windows.Media.TransformGroup).Children;
PresentationUI (5)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (5)
2452tg.Children.Add(Transform.Identity); 2471tg.Children.Add(new MatrixTransform(0.0, 1.0, -1.0, 0.0, fixedPage.Height, 0.0)); 2480tg.Children.Add(new MatrixTransform(0.0, -1.0, 1.0, 0.0, 0.0, fixedPage.Width)); 2503tg.Children.Add(scale); 2515tg.Children.Add(new TranslateTransform(left - pageBounds.Left, top - pageBounds.Top));
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
822layoutTransforms.Children.Add(_decorator.LayoutTransform); 823layoutTransforms.Children.Add(new ScaleTransform(dx, dy));