3 writes to _fallbackState
PresentationFramework (3)
System\Windows\ResourceDictionary.cs (3)
184
_fallbackState
= FallbackState.Generic;
192
_fallbackState
= FallbackState.Classic;
197
_fallbackState
= FallbackState.None;
1 reference to _fallbackState
PresentationFramework (1)
System\Windows\ResourceDictionary.cs (1)
180
switch (
_fallbackState
)