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