3 instantiations of BamlStringToken
PresentationFramework (3)
MS\Internal\Globalization\BamlResourceContent.cs (3)
156
new
BamlStringToken
(
173
new
BamlStringToken
(
195
new
BamlStringToken
(
9 references to BamlStringToken
PresentationFramework (9)
MS\Internal\Globalization\BamlResourceContent.cs (6)
134
internal static
BamlStringToken
[] ParseChildPlaceholder(string input)
138
List<
BamlStringToken
> tokens = new List<
BamlStringToken
>(8);
157
BamlStringToken
.TokenType.Text,
174
BamlStringToken
.TokenType.ChildPlaceHolder,
196
BamlStringToken
.TokenType.Text,
MS\Internal\Globalization\BamlTreeUpdater.cs (3)
624
BamlStringToken
[] tokens = BamlResourceContentUtil.ParseChildPlaceholder(content);
642
case
BamlStringToken
.TokenType.Text:
648
case
BamlStringToken
.TokenType.ChildPlaceHolder: