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