Base:
property
InheritanceAttribute
System.Windows.Forms.Design.ControlDesigner.InheritanceAttribute
3 references to InheritanceAttribute
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ToolStripDesigner.cs (3)
1234if (InheritanceAttribute != InheritanceAttribute.InheritedReadOnly) 1372if ((SelectionRules & SelectionRules.Moveable) != 0 && InheritanceAttribute != InheritanceAttribute.InheritedReadOnly && (selType != GlyphSelectionType.NotSelected)) 2156|| InheritanceAttribute.Equals(InheritanceAttribute.InheritedReadOnly))