1 implementation of GetInheritanceAttribute
System.Windows.Forms.Design (1)
System\ComponentModel\Design\InheritanceService.cs (1)
255public InheritanceAttribute GetInheritanceAttribute(IComponent component)
3 references to GetInheritanceAttribute
System.Windows.Forms.Design (2)
System\ComponentModel\Design\CollectionEditor.cs (1)
319&& inheritanceService.GetInheritanceAttribute(component).Equals(InheritanceAttribute.InheritedReadOnly))
System\ComponentModel\Design\ComponentDesigner.cs (1)
99_inheritanceAttribute = inheritanceService.GetInheritanceAttribute(Component);
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ComponentDesignerTests.cs (1)
239.Setup(s => s.GetInheritanceAttribute(component))