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)
1650internal override void OnTemplateChangedInternal(FrameworkTemplate oldTemplate, FrameworkTemplate newTemplate)
System\Windows\Controls\ToolBar.cs (1)
492internal override void OnTemplateChangedInternal(FrameworkTemplate oldTemplate, FrameworkTemplate newTemplate)
2 references to OnTemplateChangedInternal
PresentationFramework (2)
System\Windows\Controls\ComboBox.cs (1)
1652base.OnTemplateChangedInternal(oldTemplate, newTemplate);
System\Windows\Controls\ToolBar.cs (1)
498base.OnTemplateChangedInternal(oldTemplate, newTemplate);