2 references to OnItemTemplateChanged
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (1)
537
((DataGrid)d).
OnItemTemplateChanged
(null, null);
System\Windows\Controls\ItemsControl.cs (1)
481
((ItemsControl) d).
OnItemTemplateChanged
((DataTemplate) e.OldValue, (DataTemplate) e.NewValue);