3 instantiations of NamedObject
WindowsBase (3)
Base\System\Windows\DependencyObject.cs (1)
3522internal static readonly object ExpressionInAlternativeStore = new NamedObject("ExpressionInAlternativeStore");
Base\System\Windows\DependencyProperty.cs (1)
1202public static readonly object UnsetValue = new NamedObject("DependencyProperty.UnsetValue");
Base\System\Windows\WeakEventManager.cs (1)
508private static readonly object StaticSource = new NamedObject("StaticSource");