Base:
method
OnTemplateChangedInternal
System.Windows.FrameworkElement.OnTemplateChangedInternal(System.Windows.FrameworkTemplate, System.Windows.FrameworkTemplate)
2 overrides of OnTemplateChangedInternal
PresentationFramework (2)
System\Windows\Controls\GroupItem.cs (1)
97internal override void OnTemplateChangedInternal(FrameworkTemplate oldTemplate,FrameworkTemplate newTemplate)
System\Windows\Controls\ItemsControl.cs (1)
1718internal override void OnTemplateChangedInternal(FrameworkTemplate oldTemplate, FrameworkTemplate newTemplate)
2 references to OnTemplateChangedInternal
PresentationFramework (2)
System\Windows\Controls\GroupItem.cs (1)
99base.OnTemplateChangedInternal(oldTemplate, newTemplate);
System\Windows\Controls\ItemsControl.cs (1)
1725base.OnTemplateChangedInternal(oldTemplate, newTemplate);