1 write to _templateRoot
Microsoft.Maui.Controls (1)
RadioButton\RadioButton.cs (1)
309
_templateRoot
= (this as IControlTemplated)?.TemplateRoot as View;
4 references to _templateRoot
Microsoft.Maui.Controls (4)
RadioButton\RadioButton.cs (4)
349
if (
_templateRoot
!= null)
351
VisualStateManager.GoToState(
_templateRoot
, CheckedVisualState);
357
if (
_templateRoot
!= null)
359
VisualStateManager.GoToState(
_templateRoot
, UncheckedVisualState);