3 writes to _ipp
PresentationCore (3)
Core\CSharp\System\Windows\Input\InputLanguageSource.cs (3)
99
_ipp
= null;
216
_ipp
= new InputProcessorProfiles();
220
_ipp
= null;
10 references to _ipp
PresentationCore (10)
Core\CSharp\System\Windows\Input\InputLanguageSource.cs (10)
77
if (
_ipp
!= null)
96
if (
_ipp
!= null)
98
_ipp
.Uninitialize();
135
if (
_ipp
== null)
141
return
_ipp
.InputLanguageList;
204
if (
_ipp
!= null)
212
Debug.Assert(
_ipp
== null, "_EnsureInputProcesoorProfile has been called.");
218
if (!
_ipp
.Initialize(lpns))
244
if (
_ipp
!= null)
246
_ipp
.CurrentInputLanguage = value;