14 instantiations of 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)]
8 references to NotifyParentPropertyAttribute
netstandard (1)
netstandard.cs (1)
384[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.NotifyParentPropertyAttribute))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
370[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.NotifyParentPropertyAttribute))]
System.ComponentModel.Primitives (4)
System\ComponentModel\NotifyParentPropertyAttribute.cs (4)
19public static readonly NotifyParentPropertyAttribute Yes = new NotifyParentPropertyAttribute(true); 25public static readonly NotifyParentPropertyAttribute No = new NotifyParentPropertyAttribute(false); 32public static readonly NotifyParentPropertyAttribute Default = No; 55obj is NotifyParentPropertyAttribute other && other.NotifyParent == NotifyParent;
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
199propertyEntry.PropertyDescriptor.Attributes.Contains(NotifyParentPropertyAttribute.Yes))
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
361propertyEntry.PropertyDescriptor.Attributes.Contains(NotifyParentPropertyAttribute.Yes))