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