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