1 type derived from GetBoolValueEvent
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (1)
1490
internal class GetRefreshStateEvent :
GetBoolValueEvent
{
3 instantiations of GetBoolValueEvent
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (3)
485
GetBoolValueEvent gbv = new
GetBoolValueEvent
(this.readOnly);
689
GetBoolValueEvent gbv = new
GetBoolValueEvent
(false);
1344
GetBoolValueEvent gbv = new
GetBoolValueEvent
(false);
11 references to GetBoolValueEvent
System.Windows.Forms (11)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IVsPerPropertyBrowsingHandler.cs (3)
128
private void OnCanResetPropertyValue(Com2PropertyDescriptor sender,
GetBoolValueEvent
boolEvent) {
163
private void OnGetIsReadOnly(Com2PropertyDescriptor sender,
GetBoolValueEvent
gbvevent){
219
private void OnShouldSerializeValue(Com2PropertyDescriptor sender,
GetBoolValueEvent
gbvevent){
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (8)
485
GetBoolValueEvent
gbv = new GetBoolValueEvent(this.readOnly);
689
GetBoolValueEvent
gbv = new GetBoolValueEvent(false);
1024
protected void OnCanResetValue(
GetBoolValueEvent
gvbe) {
1079
protected void OnGetIsReadOnly(
GetBoolValueEvent
gvbe) {
1106
protected void OnShouldSerializeValue(
GetBoolValueEvent
gvbe) {
1123
private void RaiseGetBoolValueEvent(Object key,
GetBoolValueEvent
e) {
1344
GetBoolValueEvent
gbv = new GetBoolValueEvent(false);
1488
internal delegate void GetBoolValueEventHandler(Com2PropertyDescriptor sender,
GetBoolValueEvent
gbeevent);