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