1 write to languages
System.Activities (1)
System\Activities\XamlIntegration\ActivityXamlServices.cs (1)
678
this.
languages
= new HashSet<string>();
11 references to languages
System.Activities (11)
System\Activities\XamlIntegration\ActivityXamlServices.cs (11)
624
if (this.
languages
== null || this.
languages
.Count == 0 || this.
languages
.Count > 1)
629
IEnumerator<string> languagesEnumerator = this.
languages
.GetEnumerator();
650
return this.
languages
!= null && this.
languages
.Count > 1;
656
if (this.
languages
.Count > 1)
658
return this.
languages
;
676
if (this.
languages
== null)
681
if (!this.
languages
.Contains(textExpression.Language))
683
this.
languages
.Add(textExpression.Language);