10 references to nativeProps
System.Windows.Forms (10)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (10)
255lock(nativeProps) { 264foreach(DictionaryEntry de in nativeProps) { 283entry = nativeProps[oldKey] as Com2Properties; 288nativeProps.Remove(oldKey); 307Com2Properties propsInfo = (Com2Properties)nativeProps[component]; 315nativeProps.SetWeak(component, propsInfo); 412lock(nativeProps) { 417if (key == null && nativeProps.ContainsValue(propsInfo)) { 423foreach (DictionaryEntry de in nativeProps) { 437nativeProps.Remove(key);