2 references to ControlTemplate
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3002bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.ControlTemplate(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1189case KnownElements.ControlTemplate: o = new System.Windows.Controls.ControlTemplate(); break;