2 writes to ChoiceTaken
WindowsBase (2)
Base\System\Windows\Markup\XmlCompatibilityReader.cs (2)
1287scope.ChoiceTaken = true; 1748_previous.ChoiceTaken = value;
3 references to ChoiceTaken
WindowsBase (3)
Base\System\Windows\Markup\XmlCompatibilityReader.cs (3)
1251if (scope.ChoiceTaken) 1338bool choiceTaken = Scope.ChoiceTaken; 1736result = _previous.ChoiceTaken;