3 references to ControlTemplate
PresentationFramework (3)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1162
ControlTemplate template = new
ControlTemplate
(typeof(Separator));
System\Windows\Controls\ScrollViewer.cs (1)
2742
template = new
ControlTemplate
(typeof(ScrollViewer));
System\Windows\Controls\Validation.cs (1)
603
ControlTemplate defaultTemplate = new
ControlTemplate
(typeof(Control));