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