3 implementations of ContainsKey
Microsoft.Maui.Essentials (3)
Preferences\Preferences.uwp.cs (3)
25
public bool
ContainsKey
(string key, string sharedName) =>
45
public bool
ContainsKey
(string key, string sharedName)
161
public bool
ContainsKey
(string key, string sharedName = null)
5 references to ContainsKey
Microsoft.Maui.Essentials (5)
Preferences\Preferences.shared.cs (2)
160
/// <inheritdoc cref="IPreferences.
ContainsKey
(string, string?)"/>
162
Current.
ContainsKey
(key, sharedName);
Preferences\Preferences.uwp.cs (1)
26
_preferences.
ContainsKey
(key, sharedName);
VersionTracking\VersionTracking.shared.cs (2)
238
IsFirstLaunchEver = !preferences.
ContainsKey
(versionsKey, sharedName) || !preferences.
ContainsKey
(buildsKey, sharedName);