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