2 references to UncommonField
WindowsBase (2)
Base\MS\Internal\ComponentModel\DependencyObjectProvider.cs (1)
265
private static readonly UncommonField<IDictionary> _cacheSlot = new
UncommonField
<IDictionary>(null);
Base\System\Windows\UncommonField.cs (1)
19
public UncommonField() :
this
(default(T))