3 writes to Value
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IVsPerPropertyBrowsingHandler.cs (3)
135boolEvent.Value = canReset; 172gbvevent.Value = pfResult; 229gbvevent.Value = true;
14 references to Value
System.Windows.Forms (14)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IVsPerPropertyBrowsingHandler.cs (1)
131bool canReset = boolEvent.Value;
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (13)
345currentRefresh = !rse.Value; 346SetNeedsRefresh(Com2PropertyDescriptorRefresh.Attributes, rse.Value); 455SetNeedsRefresh(Com2PropertyDescriptorRefresh.DisplayName, rse.Value); 456currentRefresh = !rse.Value; 487this.readOnly = gbv.Value; 535SetNeedsRefresh(Com2PropertyDescriptorRefresh.ReadOnly, rse.Value); 536currentRefresh = !rse.Value; 562SetNeedsRefresh(Com2PropertyDescriptorRefresh.TypeConverter, rse.Value); 563currentRefresh = !rse.Value; 576SetNeedsRefresh(Com2PropertyDescriptorRefresh.TypeEditor, rse.Value); 577currentRefresh = !rse.Value; 691return gbv.Value; 1346return gbv.Value;