1 write to text
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (1)
73
this.
text
= new TextBlock();
8 references to text
System.Data (8)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (8)
74
this.
text
.SetBinding(TextBlock.TextProperty, "HintText");
75
this.
text
.DataContext = this;
76
this.
text
.HorizontalAlignment = HorizontalAlignment.Center;
77
this.
text
.VerticalAlignment = VerticalAlignment.Center;
78
this.
text
.Foreground = new SolidColorBrush(SystemColors.GrayTextColor);
79
this.
text
.FontStyle = FontStyles.Italic;
84
this.contentGrid.Children.Add(
text
);
491
contentGrid.Children.Add(
text
);