3 references to InputScopePhrase
PresentationCore (2)
System\Windows\Input\InputScope.cs (2)
101private IList<InputScopePhrase> _phraseList = new List<InputScopePhrase>();
PresentationFramework (1)
System\Windows\Documents\InputScopeAttribute.cs (1)
106pbstr = Marshal.StringToBSTR(((InputScopePhrase)_inputScope.PhraseList[i]).Name);