4 instantiations of UncommonField
WindowsBase (4)
Base\MS\Internal\ComponentModel\DependencyObjectProvider.cs (1)
265
private static readonly UncommonField<IDictionary> _cacheSlot = new
UncommonField
<IDictionary>(null);
Base\System\Windows\DependencyObject.cs (2)
2826
private static readonly UncommonField<EventHandler> InheritanceContextChangedHandlersField = new
UncommonField
<EventHandler>();
3536
internal static readonly UncommonField<object> DependentListMapField = new
UncommonField
<object>();
Base\System\Windows\PropertyMetadata.cs (1)
769
private static readonly UncommonField<FrugalMapBase> _defaultValueFactoryCache = new
UncommonField
<FrugalMapBase>();
4 references to UncommonField
WindowsBase (4)
Base\MS\Internal\ComponentModel\DependencyObjectProvider.cs (1)
265
private static readonly
UncommonField
<IDictionary> _cacheSlot = new UncommonField<IDictionary>(null);
Base\System\Windows\DependencyObject.cs (2)
2826
private static readonly
UncommonField
<EventHandler> InheritanceContextChangedHandlersField = new UncommonField<EventHandler>();
3536
internal static readonly
UncommonField
<object> DependentListMapField = new UncommonField<object>();
Base\System\Windows\PropertyMetadata.cs (1)
769
private static readonly
UncommonField
<FrugalMapBase> _defaultValueFactoryCache = new UncommonField<FrugalMapBase>();