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