5 references to TimestampProperty
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (3)
62readonly static string[] DefaultProperties = new string[] { HasErrorsProperty, AutomationIdProperty, TimestampProperty }; 530else if (string.Equals(propertyName, TimestampProperty)) 558this.RaisePropertyChangedEvent(TimestampProperty);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (1)
1492else if (string.Equals(propertyName, TimestampProperty))
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
1383else if (string.Equals(propertyName, DesignTimeVariable.TimestampProperty))