7 references to NotifyValue
System.Windows.Forms (7)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (6)
1700NotifyValue(NOTIFY_RESET); 1736return NotifyValue(NOTIFY_CAN_RESET); 1744return NotifyValue(NOTIFY_DBL_CLICK); 2410return NotifyValue(NOTIFY_RETURN); 2463cacheItems.lastShouldSerialize = NotifyValue(NOTIFY_SHOULD_PERSIST); 2469cacheItems.lastShouldSerialize = NotifyValue(NOTIFY_SHOULD_PERSIST);
winforms\Managed\System\WinForms\PropertyGridInternal\ImmutablePropertyDescriptorGridEntry.cs (1)
90return ParentGridEntry.NotifyValue(type);