21 references to ProvideProperty
System.Windows.Forms (14)
winforms\Managed\System\WinForms\ErrorProvider.cs (3)
33
ProvideProperty
("IconPadding", typeof(Control)),
34
ProvideProperty
("IconAlignment", typeof(Control)),
35
ProvideProperty
("Error", typeof(Control)),
winforms\Managed\System\WinForms\FlowLayoutPanel.cs (1)
18
[
ProvideProperty
("FlowBreak", typeof(Control))]
winforms\Managed\System\WinForms\HelpProvider.cs (4)
29
ProvideProperty
("HelpString", typeof(Control)),
30
ProvideProperty
("HelpKeyword", typeof(Control)),
31
ProvideProperty
("HelpNavigator", typeof(Control)),
32
ProvideProperty
("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)
40
ProvideProperty
("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))]