12 references to _ipp
PresentationCore (12)
Core\CSharp\System\Windows\Input\InputProcessorProfiles.cs (12)
56
_ipp
.Value = null;
80
Debug.Assert(
_ipp
.Value == null, "Initialize called twice");
82
_ipp
.Value = InputProcessorProfilesLoader.Load();
84
if (
_ipp
.Value == null)
105
Debug.Assert(
_ipp
.Value != null, "Uninitialize called without initializing");
108
Marshal.ReleaseComObject(
_ipp
.Value);
109
_ipp
.Value = null;
133
if (
_ipp
.Value != null)
135
if (
_ipp
.Value.ChangeCurrentLanguage(value) != 0)
185
_ipp
.Value.GetLanguageList(out langids, out nCount);
224
UnsafeNativeMethods.ITfSource source =
_ipp
.Value as UnsafeNativeMethods.ITfSource;
245
UnsafeNativeMethods.ITfSource source =
_ipp
.Value as UnsafeNativeMethods.ITfSource;