Base:
method
OnTemplateChangedInternal
System.Windows.Controls.Control.OnTemplateChangedInternal(System.Windows.FrameworkTemplate, System.Windows.FrameworkTemplate)
2 overrides of OnTemplateChangedInternal
PresentationFramework (2)
System\Windows\Controls\ComboBox.cs (1)
1662internal override void OnTemplateChangedInternal(FrameworkTemplate oldTemplate, FrameworkTemplate newTemplate)
System\Windows\Controls\ToolBar.cs (1)
507internal override void OnTemplateChangedInternal(FrameworkTemplate oldTemplate, FrameworkTemplate newTemplate)
2 references to OnTemplateChangedInternal
PresentationFramework (2)
System\Windows\Controls\ComboBox.cs (1)
1664base.OnTemplateChangedInternal(oldTemplate, newTemplate);
System\Windows\Controls\ToolBar.cs (1)
513base.OnTemplateChangedInternal(oldTemplate, newTemplate);