4 references to ControlTemplate
Microsoft.AspNetCore.Components.WebView.Wpf (1)
BlazorWebView.cs (1)
116 Template = new ControlTemplate
Microsoft.VisualStudio.LanguageServices (1)
InheritanceMargin\MarginGlyph\InheritanceMarginGlyph.cs (1)
89Template = new ControlTemplate { VisualTree = templateBorder };
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
3171DefaultConstructor = delegate () { return new System.Windows.Controls.ControlTemplate(); },
System\Windows\Markup\KnownTypes.cs (1)
1182case KnownElements.ControlTemplate: o = new System.Windows.Controls.ControlTemplate(); break;