30 references to Refresh
System.Data (3)
fx\src\data\System\Data\Odbc\OdbcCommand.cs (1)
295TypeDescriptor.Refresh(this); // VS7 208845
fx\src\data\System\Data\OleDb\OleDbCommand.cs (1)
272TypeDescriptor.Refresh(this); // VS7 208845
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
740TypeDescriptor.Refresh(this); // VS7 208845
System.Data.Entity (1)
System\Data\EntityClient\EntityCommand.cs (1)
395TypeDescriptor.Refresh(this);
System.Web.Mobile (7)
UI\MobileControls\Design\ListGeneralPage.cs (2)
353TypeDescriptor.Refresh(list); 394TypeDescriptor.Refresh(selectionList);
UI\MobileControls\Design\ListItemsPage.cs (2)
289TypeDescriptor.Refresh(list); 294TypeDescriptor.Refresh(selectionList);
UI\MobileControls\Design\ObjectListCommandsPage.cs (1)
253TypeDescriptor.Refresh(_objectList);
UI\MobileControls\Design\ObjectListFieldsPage.cs (1)
320TypeDescriptor.Refresh(_objectList);
UI\MobileControls\Design\ObjectListGeneralPage.cs (1)
231TypeDescriptor.Refresh(objectList);
System.Workflow.Activities (8)
Designers\EventSinkActivityDesigner.cs (1)
86TypeDescriptor.Refresh(e.Activity);
Designers\InvokeMethodActivityDesigner.cs (1)
84TypeDescriptor.Refresh(e.Activity);
Designers\InvokeWebServiceDesigner.cs (1)
173TypeDescriptor.Refresh(e.Activity);
Designers\StateDesigner.cs (1)
127TypeDescriptor.Refresh(Activity);
Designers\WebServiceFaultDesigner.cs (1)
33TypeDescriptor.Refresh(e.Activity);
Designers\WebServiceReceiveDesigner.cs (2)
66TypeDescriptor.Refresh(e.Activity); 71TypeDescriptor.Refresh(succeedingActivity);
Designers\WebServiceResponseDesigner.cs (1)
46TypeDescriptor.Refresh(e.Activity);
System.Workflow.ComponentModel (9)
AuthoringOM\Behaviors\ExceptionHandlerDesigner.cs (1)
66TypeDescriptor.Refresh(e.Activity);
AuthoringOM\Design\ActivityDesigner.cs (1)
2239TypeDescriptor.Refresh(e.Component);
AuthoringOM\Design\ActivityPreviewDesigner.cs (1)
93TypeDescriptor.Refresh(Activity);
AuthoringOM\Design\CompositeActivityDesigner.cs (1)
976TypeDescriptor.Refresh(walkerEventArgs.CurrentActivity);
AuthoringOM\Design\FreeFormDesigner.cs (1)
1244TypeDescriptor.Refresh(Activity);
AuthoringOM\Design\PropertyDescriptors.cs (1)
404TypeDescriptor.Refresh(component);
AuthoringOM\Design\WorkflowInlining.cs (1)
480TypeDescriptor.Refresh(Activity);
AuthoringOM\Design\XomlDesignerLoader.cs (2)
727TypeDescriptor.Refresh(args.CurrentActivity); 739TypeDescriptor.Refresh(args.CurrentActivity);
System.WorkflowServices (2)
System\Workflow\Activities\ReceiveActivityDesigner.cs (1)
161TypeDescriptor.Refresh(e.Activity);
System\Workflow\Activities\SendActivityDesigner.cs (1)
112TypeDescriptor.Refresh(e.Activity);