2 references to Viewbox
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
12368DefaultConstructor = delegate () { return new System.Windows.Controls.Viewbox(); },
System\Windows\Markup\KnownTypes.cs (1)
1647case KnownElements.Viewbox: o = new System.Windows.Controls.Viewbox(); break;