Base:
18 references to Equals
System.ComponentModel.TypeConverter (1)
System\ComponentModel\InheritanceAttribute.cs (1)
104
public override bool IsDefaultAttribute() =>
Equals
(Default);
System.Windows.Forms.Design (17)
System\ComponentModel\Design\CollectionEditor.cs (1)
319
&& inheritanceService.GetInheritanceAttribute(component).
Equals
(InheritanceAttribute.InheritedReadOnly))
System\ComponentModel\Design\ComponentDesigner.cs (6)
64
return inheritanceAttribute is not null && !inheritanceAttribute.
Equals
(InheritanceAttribute.NotInherited);
396
if (isRoot || inheritanceAttribute is null || !inheritanceAttribute.
Equals
(InheritanceAttribute.NotInherited))
406
bool readOnlyInherit = inheritanceAttribute is not null && inheritanceAttribute.
Equals
(InheritanceAttribute.InheritedReadOnly);
610
if (inheritanceAttribute is not null && !inheritanceAttribute.
Equals
(InheritanceAttribute.NotInherited))
628
if (inheritanceAttribute is null || !inheritanceAttribute.
Equals
(InheritanceAttribute.InheritedReadOnly))
656
bool readOnlyInherit = InheritanceAttribute.InheritedReadOnly.
Equals
(InheritanceAttribute);
System\Windows\Forms\Design\ComponentTray.cs (1)
2320
if (!InheritanceAttribute.NotInherited.
Equals
(_inheritanceAttribute))
System\Windows\Forms\Design\DocumentDesigner.cs (1)
1399
if (!InvokeGetInheritanceAttribute(designer).
Equals
(InheritanceAttribute.InheritedReadOnly))
System\Windows\Forms\Design\OleDragDropHandler.cs (2)
478
if (!attr.
Equals
(InheritanceAttribute.NotInherited) && !attr.
Equals
(InheritanceAttribute.InheritedReadOnly))
System\Windows\Forms\Design\ParentControlDesigner.cs (5)
1525
if (attr is not null && !attr.
Equals
(InheritanceAttribute.NotInherited) && !attr.
Equals
(InheritanceAttribute.InheritedReadOnly))
1712
if (!InheritanceAttribute.
Equals
(InheritanceAttribute.InheritedReadOnly))
2070
if (_toolboxService is null || !_toolboxService.SetCursor() || InheritanceAttribute.
Equals
(InheritanceAttribute.InheritedReadOnly))
2462
return (!InheritanceAttribute.
Equals
(InheritanceAttribute.InheritedReadOnly));
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
2114
|| InheritanceAttribute.
Equals
(InheritanceAttribute.InheritedReadOnly))