3 references to Create
System.Private.Windows.Core (1)
System\Value.cs (1)
25
/// <see cref="
Create
{T}(T)"/> method instead.
System.Windows.Forms (2)
System\Windows\Forms\PropertyStore.cs (2)
211
_values[key] = Value.
Create
(value);
229
_values[key] = Value.
Create
(new StrongBox<T>(value));