3 writes to _ipp
PresentationCore (3)
System\Windows\Input\InputLanguageSource.cs (3)
88
_ipp
= null;
197
_ipp
= new InputProcessorProfiles();
201
_ipp
= null;
10 references to _ipp
PresentationCore (10)
System\Windows\Input\InputLanguageSource.cs (10)
66
if (
_ipp
!= null)
85
if (
_ipp
!= null)
87
_ipp
.Uninitialize();
124
if (
_ipp
== null)
127
return
_ipp
.InputLanguageList;
185
if (
_ipp
!= null)
193
Debug.Assert(
_ipp
== null, "_EnsureInputProcesoorProfile has been called.");
199
if (!
_ipp
.Initialize(lpns))
225
if (
_ipp
!= null)
227
_ipp
.CurrentInputLanguage = value;