4 references to Ident
PresentationBuildTasks (4)
Framework\System\Windows\Markup\XamlReaderHelper.cs (4)
2481return Ident; 2645while (_token == MappingScanner.Ident) 2685if (_token != MappingScanner.Ident || !_scanner.TokenEquals(ident)) 2733throw new MappingParseError(_scanner.Start, MappingScanner.Ident, _token, ident);