3 references to UncommonField
WindowsBase (3)
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>();