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