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