3 writes to _ipp
PresentationCore (3)
System\Windows\Input\InputLanguageSource.cs (3)
89
_ipp
= null;
198
_ipp
= new InputProcessorProfiles();
202
_ipp
= null;
10 references to _ipp
PresentationCore (10)
System\Windows\Input\InputLanguageSource.cs (10)
67
if (
_ipp
!= null)
86
if (
_ipp
!= null)
88
_ipp
.Uninitialize();
125
if (
_ipp
== null)
128
return
_ipp
.InputLanguageList;
186
if (
_ipp
!= null)
194
Debug.Assert(
_ipp
== null, "_EnsureInputProcesoorProfile has been called.");
200
if (!
_ipp
.Initialize(lpns))
226
if (
_ipp
!= null)
228
_ipp
.CurrentInputLanguage = value;