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)
97
internal override void
OnTemplateChangedInternal
(FrameworkTemplate oldTemplate,FrameworkTemplate newTemplate)
System\Windows\Controls\ItemsControl.cs (1)
1718
internal override void
OnTemplateChangedInternal
(FrameworkTemplate oldTemplate, FrameworkTemplate newTemplate)
2 references to OnTemplateChangedInternal
PresentationFramework (2)
System\Windows\Controls\GroupItem.cs (1)
99
base.
OnTemplateChangedInternal
(oldTemplate, newTemplate);
System\Windows\Controls\ItemsControl.cs (1)
1725
base.
OnTemplateChangedInternal
(oldTemplate, newTemplate);