Implemented interface member:
method
GetProperty
System.Runtime.InteropServices._Type.GetProperty(System.String)
298 references to GetProperty
mscorlib (6)
PresentationBuildTasks (3)
PresentationCore (5)
PresentationFramework (6)
System.Activities (5)
System.Activities.Core.Presentation (136)
System\Activities\Core\Presentation\CompensableActivityDesigner.xaml.cs (5)
26builder.AddCustomAttributes(type, type.GetProperty("Body"), BrowsableAttribute.No);
27builder.AddCustomAttributes(type, type.GetProperty("CompensationHandler"), BrowsableAttribute.No);
28builder.AddCustomAttributes(type, type.GetProperty("ConfirmationHandler"), BrowsableAttribute.No);
29builder.AddCustomAttributes(type, type.GetProperty("CancellationHandler"), BrowsableAttribute.No);
30builder.AddCustomAttributes(type, type.GetProperty("Variables"), BrowsableAttribute.No);
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (7)
256builder.AddCustomAttributes(type, type.GetProperty("StartNode"), BrowsableAttribute.No);
257builder.AddCustomAttributes(type, type.GetProperty("Nodes"), BrowsableAttribute.No);
258builder.AddCustomAttributes(type, type.GetProperty("Variables"), BrowsableAttribute.No);
261PropertyInfo nodesProperty = type.GetProperty("Nodes");
265builder.AddCustomAttributes(type, type.GetProperty("Action"), BrowsableAttribute.No);
266builder.AddCustomAttributes(type, type.GetProperty("Next"), BrowsableAttribute.No);
269builder.AddCustomAttributes(type, type.GetProperty("Next"), new ShowPropertyInOutlineViewAsSiblingAttribute());
System\Activities\Core\Presentation\StateDesigner.xaml.cs (6)
62builder.AddCustomAttributes(stateType, stateType.GetProperty(StateDesigner.EntryPropertyName), BrowsableAttribute.No);
63builder.AddCustomAttributes(stateType, stateType.GetProperty(StateDesigner.ExitPropertyName), BrowsableAttribute.No);
64builder.AddCustomAttributes(stateType, stateType.GetProperty(StateDesigner.TransitionsPropertyName), BrowsableAttribute.No);
65builder.AddCustomAttributes(stateType, stateType.GetProperty(StateDesigner.IsFinalPropertyName), BrowsableAttribute.No);
66builder.AddCustomAttributes(stateType, stateType.GetProperty(StateDesigner.VariablesPropertyName), BrowsableAttribute.No);
70builder.AddCustomAttributes(stateType, stateType.GetProperty(StateDesigner.TransitionsPropertyName), new ShowPropertyInOutlineViewAttribute() { CurrentPropertyVisible = false });
System\Activities\Core\Presentation\StateMachineDesigner.xaml.cs (5)
53builder.AddCustomAttributes(stateMachineType, stateMachineType.GetProperty(StateMachineDesigner.StatesPropertyName), BrowsableAttribute.No);
54builder.AddCustomAttributes(stateMachineType, stateMachineType.GetProperty(StateMachineDesigner.VariablesPropertyName), BrowsableAttribute.No);
55builder.AddCustomAttributes(stateMachineType, stateMachineType.GetProperty(StateMachineDesigner.InitialStatePropertyName), BrowsableAttribute.No);
56builder.AddCustomAttributes(stateMachineType, stateMachineType.GetProperty(StateMachineDesigner.InitialStatePropertyName), new ShowPropertyInOutlineViewAttribute() { DuplicatedChildNodesVisible = true });
57builder.AddCustomAttributes(stateMachineType, stateMachineType.GetProperty(StateMachineDesigner.StatesPropertyName), new ShowPropertyInOutlineViewAttribute());
System\Activities\Core\Presentation\TryCatchDesigner.xaml.cs (7)
142builder.AddCustomAttributes(type, type.GetProperty("Try"), BrowsableAttribute.No);
143builder.AddCustomAttributes(type, type.GetProperty("Finally"), BrowsableAttribute.No);
144builder.AddCustomAttributes(type, type.GetProperty("Catches"), BrowsableAttribute.No);
145builder.AddCustomAttributes(type, type.GetProperty("Variables"), BrowsableAttribute.No);
148builder.AddCustomAttributes(type, type.GetProperty("Catches"), new ShowPropertyInOutlineViewAttribute() { CurrentPropertyVisible = false });
345catchType.GetProperty(PropertyNames.Action).SetValue(catchObject, activityAction, null);
346activityActionType.GetProperty(PropertyNames.ActionArgument).SetValue(activityAction, exceptionArgument, null);
System\ServiceModel\Activities\Presentation\EndpointDesigner.cs (7)
20builder.AddCustomAttributes(endpointType, endpointType.GetProperty("BehaviorConfigurationName"), browsableAttribute);
21builder.AddCustomAttributes(endpointType, endpointType.GetProperty("Headers"), browsableAttribute);
22builder.AddCustomAttributes(endpointType, endpointType.GetProperty("Identity"), browsableAttribute);
23builder.AddCustomAttributes(endpointType, endpointType.GetProperty("Name"), browsableAttribute);
24builder.AddCustomAttributes(endpointType, endpointType.GetProperty("ListenUri"), browsableAttribute);
25builder.AddCustomAttributes(endpointType, endpointType.GetProperty("ServiceContractName"), browsableAttribute);
27builder.AddCustomAttributes(endpointType, endpointType.GetProperty("Binding"),
System\ServiceModel\Activities\Presentation\ReceiveDesigner.xaml.cs (15)
49builder.AddCustomAttributes(receiveType, receiveType.GetProperty("CorrelationInitializers"), PropertyValueEditor.CreateEditorAttribute(typeof(CorrelationInitializerValueEditor)));
53builder.AddCustomAttributes(receiveType, receiveType.GetProperty("CorrelatesWith"), categoryAttribute, descriptionAttribute);
55builder.AddCustomAttributes(receiveType, receiveType.GetProperty("CorrelatesOn"), categoryAttribute, BrowsableAttribute.Yes,
57builder.AddCustomAttributes(receiveType, receiveType.GetProperty("CorrelationInitializers"), categoryAttribute, BrowsableAttribute.Yes,
61builder.AddCustomAttributes(receiveType, receiveType.GetProperty("DisplayName"), categoryAttribute);
62builder.AddCustomAttributes(receiveType, receiveType.GetProperty("OperationName"), categoryAttribute);
63builder.AddCustomAttributes(receiveType, receiveType.GetProperty("ServiceContractName"), categoryAttribute, new TypeConverterAttribute(typeof(XNameConverter)));
65builder.AddCustomAttributes(receiveType, receiveType.GetProperty("Content"), categoryAttribute, descriptionAttribute, PropertyValueEditor.CreateEditorAttribute(typeof(ReceiveContentPropertyEditor)));
68builder.AddCustomAttributes(receiveType, receiveType.GetProperty("Action"), advancedAttribute, categoryAttribute);
77builder.AddCustomAttributes(receiveType, receiveType.GetProperty("ProtectionLevel"), advancedAttribute, categoryAttribute);
78builder.AddCustomAttributes(receiveType, receiveType.GetProperty("SerializerOption"), advancedAttribute, categoryAttribute);
79builder.AddCustomAttributes(receiveType, receiveType.GetProperty("CanCreateInstance"), advancedAttribute, categoryAttribute);
81Action = receiveType.GetProperty("Action").Name;
84Message = receiveMessageContentType.GetProperty("Message").Name;
85DeclaredMessageType = receiveMessageContentType.GetProperty("DeclaredMessageType").Name;
System\ServiceModel\Activities\Presentation\ReceiveReplyDesigner.xaml.cs (9)
40builder.AddCustomAttributes(receiveType, receiveType.GetProperty("CorrelationInitializers"), PropertyValueEditor.CreateEditorAttribute(typeof(CorrelationInitializerValueEditor)));
44builder.AddCustomAttributes(receiveType, receiveType.GetProperty("CorrelationInitializers"), categoryAttribute, BrowsableAttribute.Yes,
49builder.AddCustomAttributes(receiveType, receiveType.GetProperty("DisplayName"), categoryAttribute);
51builder.AddCustomAttributes(receiveType, receiveType.GetProperty("Content"), categoryAttribute, descriptionAttribute, PropertyValueEditor.CreateEditorAttribute(typeof(ReceiveContentPropertyEditor)));
52builder.AddCustomAttributes(receiveType, receiveType.GetProperty("Request"),
57builder.AddCustomAttributes(receiveType, receiveType.GetProperty("Action"), advancedAttribute, categoryAttribute);
59Action = receiveType.GetProperty("Action").Name;
62Message = receiveMessageContentType.GetProperty("Message").Name;
63DeclaredMessageType = receiveMessageContentType.GetProperty("DeclaredMessageType").Name;
System\ServiceModel\Activities\Presentation\SendDesigner.xaml.cs (17)
50builder.AddCustomAttributes(sendType, sendType.GetProperty("CorrelationInitializers"), PropertyValueEditor.CreateEditorAttribute(typeof(CorrelationInitializerValueEditor)));
54builder.AddCustomAttributes(sendType, sendType.GetProperty("CorrelatesWith"), categoryAttribute, descriptionAttribute);
55builder.AddCustomAttributes(sendType, sendType.GetProperty("CorrelationInitializers"), categoryAttribute, BrowsableAttribute.Yes,
59builder.AddCustomAttributes(sendType, sendType.GetProperty("Endpoint"), categoryAttribute, new TypeConverterAttribute(typeof(ExpandableObjectConverter)));
61builder.AddCustomAttributes(sendType, sendType.GetProperty("EndpointAddress"), categoryAttribute, descriptionAttribute);
62builder.AddCustomAttributes(sendType, sendType.GetProperty("EndpointConfigurationName"), categoryAttribute);
65builder.AddCustomAttributes(sendType, sendType.GetProperty("DisplayName"), categoryAttribute);
66builder.AddCustomAttributes(sendType, sendType.GetProperty("OperationName"), categoryAttribute);
67builder.AddCustomAttributes(sendType, sendType.GetProperty("ServiceContractName"), categoryAttribute, new TypeConverterAttribute(typeof(XNameConverter)));
69builder.AddCustomAttributes(sendType, sendType.GetProperty("Content"), categoryAttribute, descriptionAttribute, PropertyValueEditor.CreateEditorAttribute(typeof(SendContentPropertyEditor)));
72builder.AddCustomAttributes(sendType, sendType.GetProperty("Action"), advancedAttribute, categoryAttribute);
80builder.AddCustomAttributes(sendType, sendType.GetProperty("ProtectionLevel"), advancedAttribute, categoryAttribute);
81builder.AddCustomAttributes(sendType, sendType.GetProperty("SerializerOption"), advancedAttribute, categoryAttribute);
82builder.AddCustomAttributes(sendType, sendType.GetProperty("TokenImpersonationLevel"), advancedAttribute, categoryAttribute);
84Action = sendType.GetProperty("Action").Name;
87Message = sendMessageContentType.GetProperty("Message").Name;
88DeclaredMessageType = sendMessageContentType.GetProperty("DeclaredMessageType").Name;
System\ServiceModel\Activities\Presentation\SendReplyDesigner.xaml.cs (9)
38builder.AddCustomAttributes(sendType, sendType.GetProperty("CorrelationInitializers"), PropertyValueEditor.CreateEditorAttribute(typeof(CorrelationInitializerValueEditor)));
42builder.AddCustomAttributes(sendType, sendType.GetProperty("CorrelationInitializers"), categoryAttribute, BrowsableAttribute.Yes,
47builder.AddCustomAttributes(sendType, sendType.GetProperty("DisplayName"), categoryAttribute);
49builder.AddCustomAttributes(sendType, sendType.GetProperty("Content"), categoryAttribute, descriptionAttribute, PropertyValueEditor.CreateEditorAttribute(typeof(SendContentPropertyEditor)));
50builder.AddCustomAttributes(sendType, sendType.GetProperty("Request"),
55builder.AddCustomAttributes(sendType, sendType.GetProperty("Action"), categoryAttribute, advancedAttribute);
57Action = sendType.GetProperty("Action").Name;
60Message = sendMessageContentType.GetProperty("Message").Name;
61DeclaredMessageType = sendMessageContentType.GetProperty("DeclaredMessageType").Name;
System.Activities.Presentation (19)
System.ComponentModel.DataAnnotations (2)
System.Core (2)
System.Data (20)
System.Data.Entity (7)
System.Data.Entity.Design (2)
System.Data.Linq (8)
System.Data.Services (18)
System.Data.Services.Client (1)
System.Data.Services.Design (3)
System.Drawing (2)
System.Runtime.Serialization (9)
System.ServiceModel (8)
System.Web (4)
System.Web.DataVisualization (4)
System.Web.DynamicData (3)
System.Web.Extensions (2)
System.Web.Mobile (1)
System.Web.Services (1)
System.Windows.Forms.DataVisualization (4)
System.Workflow.Activities (1)
System.Workflow.ComponentModel (7)
System.Workflow.Runtime (4)
System.Xml (4)
WindowsBase (1)