11 writes to Name
Microsoft.Maui.Controls (11)
RadioButton\RadioButton.cs (2)
579
var common = new VisualStateGroup() {
Name
= "Common" };
585
var checkedStates = new VisualStateGroup() {
Name
= "CheckedStates" };
Shell\BaseShellItem.cs (1)
389
commonGroup.
Name
= "CommonStates";
TitleBar\TitleBar.cs (7)
386
leadingVisibleGroup.
Name
= "LeadingContentGroup";
409
iconVisibleGroup.
Name
= "IconGroup";
456
var labelActiveStateGroup = new VisualStateGroup() {
Name
= "TitleActiveStates" };
462
titleVisibleGroup.
Name
= "TitleTextGroup";
493
subtitleVisibleGroup.
Name
= "SubtitleTextGroup";
512
contentVisibleGroup.
Name
= "ContentGroup";
531
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();