Implemented interface member:
property
Display
System.Speech.Internal.SrgsParser.IToken.Display
1 write to Display
System.Speech (1)
Recognition\SrgsGrammar\SrgsElementFactory.cs (1)
82token.Display = display;
1 reference to Display
System.Speech (1)
Internal\SrgsParser\SrgsDocumentParser.cs (1)
209return _parser.CreateToken(parent, srgsToken.Text, srgsToken.Pronunciation, srgsToken.Display, -1);