1 override of OnControlTemplateChanged
Microsoft.Maui.Controls (1)
ContentPage\ContentPage.cs (1)
57 internal override void OnControlTemplateChanged(ControlTemplate oldValue, ControlTemplate newValue)
2 references to OnControlTemplateChanged
Microsoft.Maui.Controls (2)
ContentPage\ContentPage.cs (1)
62 base.OnControlTemplateChanged(oldValue, newValue);
TemplatedPage.cs (1)
48 OnControlTemplateChanged(oldValue, newValue);