3 writes to _ipp
PresentationCore (3)
System\Windows\Input\InputProcessorProfiles.cs (3)
45_ipp = null; 66_ipp = InputProcessorProfilesLoader.Load(); 86_ipp = null;
9 references to _ipp
PresentationCore (9)
System\Windows\Input\InputProcessorProfiles.cs (9)
64Debug.Assert(_ipp == null, "Initialize called twice"); 68if (_ipp == null) 82Debug.Assert(_ipp != null, "Uninitialize called without initializing"); 85Marshal.ReleaseComObject(_ipp); 104if (_ipp != null) 106if (_ipp.ChangeCurrentLanguage(value) != 0) 149_ipp.GetLanguageList(out langids, out nCount); 182UnsafeNativeMethods.ITfSource source = _ipp as UnsafeNativeMethods.ITfSource; 197UnsafeNativeMethods.ITfSource source = _ipp as UnsafeNativeMethods.ITfSource;