4 references to GetInheritedPropertyDescriptor
System.Windows.Forms.Design.Tests (4)
System\Windows\Forms\Design\InheritedPropertyDescriptorTests.cs (4)
15
InheritedPropertyDescriptor inheritedPropertyDescriptor = control.
GetInheritedPropertyDescriptor
(nameof(Control.Size));
29
InheritedPropertyDescriptor inheritedPropertyDescriptor = control.
GetInheritedPropertyDescriptor
(nameof(Control.Anchor));
47
InheritedPropertyDescriptor inheritedPropertyDescriptor = control.
GetInheritedPropertyDescriptor
(nameof(Control.BackColor));
61
InheritedPropertyDescriptor inheritedPropertyDescriptor = control.
GetInheritedPropertyDescriptor
(nameof(Control.Visible));