2 references to InvokeGetInheritanceAttribute
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DocumentDesigner.cs (1)
1384
if (!
InvokeGetInheritanceAttribute
(designer).Equals(InheritanceAttribute.InheritedReadOnly))
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ComponentDesignerTests.cs (1)
2942
public new InheritanceAttribute InvokeGetInheritanceAttribute(ComponentDesigner toInvoke) => base.
InvokeGetInheritanceAttribute
(toInvoke);