6 references to SingletonContext
WindowsBase (6)
Base\System\Windows\Freezable.cs (6)
571DependencyObject context = SingletonContext; 1080if (SingletonContext == context && SingletonContextProperty == property) 1137Debug.Assert(SingletonContext != null); 1261list.Add(new FreezableContextPair(SingletonContext, SingletonContextProperty)); 1770DependencyObject singletonContext = SingletonContext; 2008Debug_VerifyContextIsValid(SingletonContext, SingletonContextProperty);