3 writes to _fallbackState
PresentationFramework (3)
src\Framework\System\Windows\ResourceDictionary.cs (3)
194
_fallbackState
= FallbackState.Generic;
202
_fallbackState
= FallbackState.Classic;
207
_fallbackState
= FallbackState.None;
1 reference to _fallbackState
PresentationFramework (1)
src\Framework\System\Windows\ResourceDictionary.cs (1)
190
switch (
_fallbackState
)