5 references to SingletonContextProperty
WindowsBase (5)
Base\System\Windows\Freezable.cs (5)
579if (SingletonContextProperty != null) 581context.InvalidateSubProperty(SingletonContextProperty); 1080if (SingletonContext == context && SingletonContextProperty == property) 1261list.Add(new FreezableContextPair(SingletonContext, SingletonContextProperty)); 2008Debug_VerifyContextIsValid(SingletonContext, SingletonContextProperty);