1 write to _templateRoot
Microsoft.Maui.Controls (1)
RadioButton\RadioButton.cs (1)
310
_templateRoot
= (this as IControlTemplated)?.TemplateRoot as View;
4 references to _templateRoot
Microsoft.Maui.Controls (4)
RadioButton\RadioButton.cs (4)
350
if (
_templateRoot
!= null)
352
VisualStateManager.GoToState(
_templateRoot
, CheckedVisualState);
358
if (
_templateRoot
!= null)
360
VisualStateManager.GoToState(
_templateRoot
, UncheckedVisualState);