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