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)
1068
if (selectionType != GlyphSelectionType.NotSelected && !locked &&
InheritanceAttribute
!= InheritanceAttribute.InheritedReadOnly)
1176
if (
InheritanceAttribute
== InheritanceAttribute.InheritedReadOnly)
1588
bool enabled = (selCount == 1) && (
InheritanceAttribute
!= InheritanceAttribute.InheritedReadOnly);