Base:
18 references to Equals
System.ComponentModel.TypeConverter (1)
System\ComponentModel\InheritanceAttribute.cs (1)
104public 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)
64return inheritanceAttribute is not null && !inheritanceAttribute.Equals(InheritanceAttribute.NotInherited); 396if (isRoot || inheritanceAttribute is null || !inheritanceAttribute.Equals(InheritanceAttribute.NotInherited)) 406bool readOnlyInherit = inheritanceAttribute is not null && inheritanceAttribute.Equals(InheritanceAttribute.InheritedReadOnly); 610if (inheritanceAttribute is not null && !inheritanceAttribute.Equals(InheritanceAttribute.NotInherited)) 628if (inheritanceAttribute is null || !inheritanceAttribute.Equals(InheritanceAttribute.InheritedReadOnly)) 656bool readOnlyInherit = InheritanceAttribute.InheritedReadOnly.Equals(InheritanceAttribute);
System\Windows\Forms\Design\ComponentTray.cs (1)
2320if (!InheritanceAttribute.NotInherited.Equals(_inheritanceAttribute))
System\Windows\Forms\Design\DocumentDesigner.cs (1)
1399if (!InvokeGetInheritanceAttribute(designer).Equals(InheritanceAttribute.InheritedReadOnly))
System\Windows\Forms\Design\OleDragDropHandler.cs (2)
478if (!attr.Equals(InheritanceAttribute.NotInherited) && !attr.Equals(InheritanceAttribute.InheritedReadOnly))
System\Windows\Forms\Design\ParentControlDesigner.cs (5)
1525if (attr is not null && !attr.Equals(InheritanceAttribute.NotInherited) && !attr.Equals(InheritanceAttribute.InheritedReadOnly)) 1712if (!InheritanceAttribute.Equals(InheritanceAttribute.InheritedReadOnly)) 2070if (_toolboxService is null || !_toolboxService.SetCursor() || InheritanceAttribute.Equals(InheritanceAttribute.InheritedReadOnly)) 2462return (!InheritanceAttribute.Equals(InheritanceAttribute.InheritedReadOnly));
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
2114|| InheritanceAttribute.Equals(InheritanceAttribute.InheritedReadOnly))