Base:
property
InheritanceAttribute
System.Windows.Forms.Design.ControlDesigner.InheritanceAttribute
3 references to InheritanceAttribute
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (3)
1071
if (selectionType != GlyphSelectionType.NotSelected && !locked &&
InheritanceAttribute
!= InheritanceAttribute.InheritedReadOnly)
1179
if (
InheritanceAttribute
== InheritanceAttribute.InheritedReadOnly)
1591
bool enabled = (selCount == 1) && (
InheritanceAttribute
!= InheritanceAttribute.InheritedReadOnly);