4 references to GetInheritedPropertyDescriptor
System.Windows.Forms.Design.Tests (4)
System\Windows\Forms\Design\InheritedPropertyDescriptorTests.cs (4)
17
InheritedPropertyDescriptor inheritedPropertyDescriptor = control.
GetInheritedPropertyDescriptor
(nameof(Control.Size));
31
InheritedPropertyDescriptor inheritedPropertyDescriptor = control.
GetInheritedPropertyDescriptor
(nameof(Control.Anchor));
49
InheritedPropertyDescriptor inheritedPropertyDescriptor = control.
GetInheritedPropertyDescriptor
(nameof(Control.BackColor));
63
InheritedPropertyDescriptor inheritedPropertyDescriptor = control.
GetInheritedPropertyDescriptor
(nameof(Control.Visible));