1 write to _inputScope
PresentationFramework (1)
System\Windows\Documents\InputScopeAttribute.cs (1)
42
_inputScope
= inputscope;
10 references to _inputScope
PresentationFramework (10)
System\Windows\Documents\InputScopeAttribute.cs (10)
59
if (
_inputScope
!= null)
62
count =
_inputScope
.Names.Count;
74
Marshal.WriteInt32(ppinputscopes, offset, (Int32)((InputScopeName)
_inputScope
.Names[i]).NameValue);
90
count =
_inputScope
== null ? 0 :
_inputScope
.PhraseList.Count;
106
pbstr = Marshal.StringToBSTR(((InputScopePhrase)
_inputScope
.PhraseList[i]).Name);
131
if (
_inputScope
!= null)
133
desc =
_inputScope
.RegularExpression;
143
if (
_inputScope
!= null)
145
desc =
_inputScope
.SrgsMarkup;