3 writes to _fallbackState
PresentationFramework (3)
System\Windows\ResourceDictionary.cs (3)
188
_fallbackState
= FallbackState.Generic;
196
_fallbackState
= FallbackState.Classic;
201
_fallbackState
= FallbackState.None;
1 reference to _fallbackState
PresentationFramework (1)
System\Windows\ResourceDictionary.cs (1)
184
switch (
_fallbackState
)