21 instantiations of ProvidePropertyAttribute
System.Windows.Forms (14)
winforms\Managed\System\WinForms\ErrorProvider.cs (3)
33ProvideProperty("IconPadding", typeof(Control)), 34ProvideProperty("IconAlignment", typeof(Control)), 35ProvideProperty("Error", typeof(Control)),
winforms\Managed\System\WinForms\FlowLayoutPanel.cs (1)
18[ProvideProperty("FlowBreak", typeof(Control))]
winforms\Managed\System\WinForms\HelpProvider.cs (4)
29ProvideProperty("HelpString", typeof(Control)), 30ProvideProperty("HelpKeyword", typeof(Control)), 31ProvideProperty("HelpNavigator", typeof(Control)), 32ProvideProperty("ShowHelp", typeof(Control)),
winforms\Managed\System\WinForms\TableLayoutPanel.cs (5)
21[ProvideProperty("ColumnSpan", typeof(Control))] 22[ProvideProperty("RowSpan", typeof(Control))] 23[ProvideProperty("Row", typeof(Control))] 24[ProvideProperty("Column", typeof(Control))] 25[ProvideProperty("CellPosition", typeof(Control))]
winforms\Managed\System\WinForms\ToolTip.cs (1)
40ProvideProperty("ToolTip", typeof(Control)),
System.Workflow.Activities (3)
Designers\CAGDesigner.cs (2)
77[ProvideProperty("WhenCondition", typeof(Activity))] 78[ProvideProperty("UnlessCondition", typeof(Activity))]
Designers\StateDesigner.cs (1)
2329[ProvideProperty("ActiveDesignerName", typeof(Activity))]
System.Workflow.ComponentModel (3)
AuthoringOM\Design\CustomActivityDesigner.cs (1)
211[ProvideProperty("BaseActivityType", typeof(Activity))]
AuthoringOM\Design\FreeFormDesigner.cs (2)
1299[ProvideProperty("Location", typeof(Activity))] 1300[ProvideProperty("Size", typeof(Activity))]
System.WorkflowServices (1)
System\Workflow\Activities\WorkflowServiceAttributesPropertyProviderExtender.cs (1)
13[ProvideProperty("WorkflowServiceAttributes", typeof(Activity))]
10 references to ProvidePropertyAttribute
System (6)
compmod\system\componentmodel\ProvidePropertyAttribute.cs (4)
25/// <para>Initializes a new instance of the <see cref='System.ComponentModel.ProvidePropertyAttribute'/> class.</para> 33/// <para>Initializes a new instance of the <see cref='System.ComponentModel.ProvidePropertyAttribute'/> class.</para> 76ProvidePropertyAttribute other = obj as ProvidePropertyAttribute;
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (2)
1142ProvidePropertyAttribute provideAttr = attr as ProvidePropertyAttribute;
System.Workflow.ComponentModel (4)
AuthoringOM\Design\ExtenderHelpers.cs (4)
47ProvidePropertyAttribute[] propertyAttributes = extenderProvider.GetType().GetCustomAttributes(typeof(ProvidePropertyAttribute), true) as ProvidePropertyAttribute[]; 48foreach (ProvidePropertyAttribute propertyAttribute in propertyAttributes)