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