3 writes to _ipp
PresentationCore (3)
System\Windows\Input\InputProcessorProfiles.cs (3)
46
_ipp
= null;
67
_ipp
= InputProcessorProfilesLoader.Load();
87
_ipp
= null;
9 references to _ipp
PresentationCore (9)
System\Windows\Input\InputProcessorProfiles.cs (9)
65
Debug.Assert(
_ipp
== null, "Initialize called twice");
69
if (
_ipp
== null)
83
Debug.Assert(
_ipp
!= null, "Uninitialize called without initializing");
86
Marshal.ReleaseComObject(
_ipp
);
105
if (
_ipp
!= null)
107
if (
_ipp
.ChangeCurrentLanguage(value) != 0)
150
_ipp
.GetLanguageList(out langids, out nCount);
183
UnsafeNativeMethods.ITfSource source =
_ipp
as UnsafeNativeMethods.ITfSource;
198
UnsafeNativeMethods.ITfSource source =
_ipp
as UnsafeNativeMethods.ITfSource;