1 write to _viewTabProperties
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
4184
_viewTabProperties
??= [];
8 references to _viewTabProperties
System.Windows.Forms (8)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (8)
1567
private void ClearCachedProperties() =>
_viewTabProperties
?.Clear();
1856
if (
_viewTabProperties
?.Count > 0)
1858
foreach (GridEntry gridEntry in
_viewTabProperties
.Values)
3397
if (selectedTab is not null &&
_viewTabProperties
is not null)
3399
_viewTabProperties
.Remove($"{selectedTab.TabName}{_propertySortValue}");
4150
if (
_viewTabProperties
is not null &&
_viewTabProperties
.TryGetValue(tabName, out GridEntry? value))
4185
_viewTabProperties
[tabName] = _rootEntry;