11 writes to Name
Microsoft.Maui.Controls (11)
RadioButton\RadioButton.cs (2)
572
var common = new VisualStateGroup() {
Name
= "Common" };
578
var checkedStates = new VisualStateGroup() {
Name
= "CheckedStates" };
Shell\BaseShellItem.cs (1)
389
commonGroup.
Name
= "CommonStates";
TitleBar\TitleBar.cs (7)
400
leadingVisibleGroup.
Name
= "LeadingContentGroup";
423
iconVisibleGroup.
Name
= "IconGroup";
470
var labelActiveStateGroup = new VisualStateGroup() {
Name
= "TitleActiveStates" };
476
titleVisibleGroup.
Name
= "TitleTextGroup";
507
subtitleVisibleGroup.
Name
= "SubtitleTextGroup";
526
contentVisibleGroup.
Name
= "ContentGroup";
545
trailingContentVisibleGroup.
Name
= "TrailingContentGroup";
VisualStateManager.cs (1)
513
var clone = new VisualStateGroup { TargetType = TargetType,
Name
= Name, CurrentState = CurrentState, VisualElement = VisualElement };
6 references to Name
Microsoft.Maui.Controls (6)
VisualStateManager.cs (6)
171
if (!_names.Add(groups[n].
Name
))
378
[RuntimeNameProperty(nameof(
Name
))]
513
var clone = new VisualStateGroup { TargetType = TargetType, Name =
Name
, CurrentState = CurrentState, VisualElement = VisualElement };
575
if (
Name
!= other.
Name
)
591
var hash = (
Name
, TargetType).GetHashCode();