14 references to NotifyParentPropertyAttribute
System.ComponentModel.Primitives (2)
System\ComponentModel\NotifyParentPropertyAttribute.cs (2)
19public static readonly NotifyParentPropertyAttribute Yes = new NotifyParentPropertyAttribute(true); 25public static readonly NotifyParentPropertyAttribute No = new NotifyParentPropertyAttribute(false);
System.Windows.Forms (11)
System\Windows\Forms\Controls\Buttons\FlatButtonAppearance.cs (5)
27[NotifyParentProperty(true)] 61[NotifyParentProperty(true)] 89[NotifyParentProperty(true)] 113[NotifyParentProperty(true)] 137[NotifyParentProperty(true)]
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.cs (6)
86[NotifyParentProperty(true)] 120[NotifyParentProperty(true)] 138[NotifyParentProperty(true)] 210[NotifyParentProperty(true)] 269[NotifyParentProperty(true)] 286[NotifyParentProperty(true)]
System.Windows.Forms.Tests (1)
System\Windows\Forms\PropertyGridTests.cs (1)
4261[NotifyParentProperty(true)]