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