Base:
property
InheritanceAttribute
System.ComponentModel.Design.ComponentDesigner.InheritanceAttribute
6 overrides of InheritanceAttribute
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\DataGridViewDesigner.cs (1)
154
protected override InheritanceAttribute?
InheritanceAttribute
System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs (1)
358
protected override InheritanceAttribute
InheritanceAttribute
System\Windows\Forms\Design\SplitterPanelDesigner.cs (1)
29
protected override InheritanceAttribute?
InheritanceAttribute
=> _splitterPanel is not null && _splitterPanel.Parent is not null
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
1188
protected override InheritanceAttribute
InheritanceAttribute
=>
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
313
protected override InheritanceAttribute
InheritanceAttribute
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (1)
91
protected override InheritanceAttribute?
InheritanceAttribute
27 references to InheritanceAttribute
System.Windows.Forms.Design (26)
System\Windows\Forms\Design\ControlDesigner.cs (3)
745
if (Locked || (
InheritanceAttribute
== InheritanceAttribute.InheritedReadOnly))
973
&&
InheritanceAttribute
is not null)
976
_inheritanceUI?.AddInheritedControl(Control,
InheritanceAttribute
.InheritanceLevel);
System\Windows\Forms\Design\DataGridViewDesigner.cs (3)
158
if ((base.
InheritanceAttribute
== InheritanceAttribute.Inherited)
159
|| (base.
InheritanceAttribute
== InheritanceAttribute.InheritedReadOnly))
164
return base.
InheritanceAttribute
;
System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs (3)
362
if ((base.
InheritanceAttribute
== InheritanceAttribute.Inherited)
363
|| (base.
InheritanceAttribute
== InheritanceAttribute.InheritedReadOnly))
368
return base.
InheritanceAttribute
;
System\Windows\Forms\Design\ParentControlDesigner.cs (6)
1038
InheritanceAttribute
!= InheritanceAttribute.InheritedReadOnly && selectionType != GlyphSelectionType.NotSelected)
1555
if (
InheritanceAttribute
== InheritanceAttribute.InheritedReadOnly && draggedControl.Parent != Control)
1626
if (
InheritanceAttribute
== InheritanceAttribute.InheritedReadOnly)
1713
if (!
InheritanceAttribute
.Equals(InheritanceAttribute.InheritedReadOnly))
2071
if (_toolboxService is null || !_toolboxService.SetCursor() ||
InheritanceAttribute
.Equals(InheritanceAttribute.InheritedReadOnly))
2463
return (!
InheritanceAttribute
.Equals(InheritanceAttribute.InheritedReadOnly));
System\Windows\Forms\Design\SplitContainerDesigner.cs (3)
189
protected override bool GetHitTest(Point point) => !(
InheritanceAttribute
== InheritanceAttribute.InheritedReadOnly) && _splitContainerSelected;
304
if (
InheritanceAttribute
== InheritanceAttribute.InheritedReadOnly || _splitterDistanceException)
347
if (
InheritanceAttribute
== InheritanceAttribute.InheritedReadOnly)
System\Windows\Forms\Design\SplitterPanelDesigner.cs (1)
31
: base.
InheritanceAttribute
;
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (3)
1189
(base.
InheritanceAttribute
== InheritanceAttribute.Inherited)
1190
|| (base.
InheritanceAttribute
== InheritanceAttribute.InheritedReadOnly)
1192
: base.
InheritanceAttribute
;
System\Windows\Forms\Design\ToolStripDesigner.cs (2)
317
if ((base.
InheritanceAttribute
== InheritanceAttribute.Inherited))
322
return base.
InheritanceAttribute
;
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (2)
93
get => Control.Parent is ToolStripContainer && (base.
InheritanceAttribute
== InheritanceAttribute.Inherited)
95
: base.
InheritanceAttribute
;
System.Windows.Forms.Design.Tests (1)
TestControlDesigner.cs (1)
36
return
InheritanceAttribute
;