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