3 writes to HintText
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (3)
1230
this.
HintText
= SR.ExpressionDefaultText;
1266
this.
HintText
= SR.UnsupportedExpressionHintText;
1345
this.
HintText
= (null == customHint || string.IsNullOrEmpty(customHint.Description) ?
6 references to HintText
System.Data (6)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (1)
756
expressionTextBox.InitializeHintText(editor.
HintText
);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (5)
1228
if (this.
HintText
== SR.UnsupportedExpressionHintText)
1346
(string.Equals(this.
HintText
, SR.ExpressionDefaultText) ? SR.ExpressionDefaultText : this.
HintText
) : customHint.Description);
1349
if (this.
HintText
!= null)
1351
hint = this.
HintText
.Trim(new char[] { '<', '>' });