3 writes to _shortNames
Microsoft.Maui.Controls (3)
TemplatedItemsList.cs (3)
932
_shortNames
= null;
1123
_shortNames
= new ShortNamesProxy(this);
1127
_shortNames
= null;
7 references to _shortNames
Microsoft.Maui.Controls (7)
TemplatedItemsList.cs (7)
185
get { return
_shortNames
; }
929
if (!IsGroupingEnabled &&
_shortNames
!= null)
931
_shortNames
.Dispose();
1122
if (GroupShortNameBinding != null &&
_shortNames
== null)
1124
else if (GroupShortNameBinding == null &&
_shortNames
!= null)
1126
_shortNames
.Dispose();
1144
_shortNames
?.Reset();