6 references to GetValueOrDefault
System.ComponentModel.TypeConverter (4)
System\ComponentModel\ComponentResourceManager.cs (1)
115
resources = _resourceSets.
GetValueOrDefault
(culture, defaultValue: null);
System\ComponentModel\PropertyDescriptor.cs (3)
428
_valueChangedHandlers?.
GetValueOrDefault
(component, defaultValue: null)?.Invoke(component, e);
444
EventHandler? h = _valueChangedHandlers.
GetValueOrDefault
(component, defaultValue: null);
467
return _valueChangedHandlers.
GetValueOrDefault
(component, defaultValue: null);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\CollectionExtensions.cs (1)
12
dictionary.
GetValueOrDefault
(key, default!);
System.Windows.Forms (1)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.TableLayoutSettingsStub.cs (1)
106
return _controlsInfo.
GetValueOrDefault
(controlName, s_defaultControlInfo);