73 references to XamlNodeType
PresentationFramework (73)
src\Framework\System\Windows\Markup\BamlWriter.cs (13)
982
case
XamlNodeType
.ElementStart:
985
case
XamlNodeType
.ElementEnd:
988
case
XamlNodeType
.KeyElementStart:
991
case
XamlNodeType
.KeyElementEnd:
994
case
XamlNodeType
.Property:
997
case
XamlNodeType
.PropertyWithExtension:
1000
case
XamlNodeType
.PropertyWithType:
1003
case
XamlNodeType
.PropertyComplexStart:
1006
case
XamlNodeType
.PropertyComplexEnd:
1009
case
XamlNodeType
.Text:
1012
case
XamlNodeType
.EndAttributes:
1015
case
XamlNodeType
.ConstructorParametersStart:
1018
case
XamlNodeType
.ConstructorParametersEnd:
src\Framework\System\Windows\Markup\xamlnodes.cs (60)
256
XamlNodeType
tokenType,
270
internal
XamlNodeType
TokenType
302
internal static
XamlNodeType
[] ScopeStartTokens = new
XamlNodeType
[]{
303
XamlNodeType
.DocumentStart,
304
XamlNodeType
.ElementStart,
305
XamlNodeType
.PropertyComplexStart,
306
XamlNodeType
.PropertyArrayStart,
307
XamlNodeType
.PropertyIListStart,
308
XamlNodeType
.PropertyIDictionaryStart,
314
internal static
XamlNodeType
[] ScopeEndTokens = new
XamlNodeType
[]{
315
XamlNodeType
.DocumentEnd,
316
XamlNodeType
.ElementEnd,
317
XamlNodeType
.PropertyComplexEnd,
318
XamlNodeType
.PropertyArrayEnd,
319
XamlNodeType
.PropertyIListEnd,
320
XamlNodeType
.PropertyIDictionaryEnd,
323
XamlNodeType
_token;
343
: base (
XamlNodeType
.DocumentStart,lineNumber,linePosition,depth)
362
: base (
XamlNodeType
.DocumentEnd,lineNumber,linePosition,depth)
382
: base (
XamlNodeType
.Text,lineNumber,linePosition,depth)
428
XamlNodeType
token,
555
: base (
XamlNodeType
.PropertyComplexStart,
570
XamlNodeType
token,
603
: base (
XamlNodeType
.PropertyComplexEnd,lineNumber,linePosition,depth)
611
XamlNodeType
token,
636
bool isValueTypeExtension) : base(
XamlNodeType
.PropertyWithExtension,
704
bool complexAsSimple) : base (
XamlNodeType
.Property,
946
base (
XamlNodeType
.PropertyWithType,
1029
: base(
XamlNodeType
.UnknownAttribute,lineNumber,linePosition,
1103
: this (
XamlNodeType
.ElementStart,
1118
XamlNodeType
tokenType,
1242
: base (
XamlNodeType
.ConstructorParametersStart,lineNumber,linePosition,depth)
1259
: base (
XamlNodeType
.ConstructorParametersEnd,lineNumber,linePosition,depth)
1330
: this (
XamlNodeType
.ElementEnd,lineNumber,linePosition,depth)
1338
XamlNodeType
tokenType,
1362
: base (
XamlNodeType
.LiteralContent,lineNumber,linePosition,depth)
1389
XamlNodeType
tokenType,
1426
: base(
XamlNodeType
.UnknownTagStart,lineNumber,linePosition,depth,
1458
: base (
XamlNodeType
.UnknownTagEnd,lineNumber,linePosition,depth)
1505
: base (
XamlNodeType
.RoutedEvent,lineNumber,linePosition,depth,value)
1569
: base (
XamlNodeType
.XmlnsProperty,lineNumber,linePosition,depth)
1613
: base (
XamlNodeType
.PIMapping,lineNumber,linePosition,depth)
1669
: base (
XamlNodeType
.ClrEvent,lineNumber,linePosition,depth,value)
1809
string propertyName) : base (
XamlNodeType
.PropertyArrayStart,
1844
string propertyName) : base (
XamlNodeType
.PropertyIListStart,
1872
string propertyName) : base (
XamlNodeType
.PropertyIDictionaryStart,
1898
: base (
XamlNodeType
.PropertyArrayEnd,lineNumber,linePosition,depth)
1922
: base (
XamlNodeType
.PropertyIListEnd,lineNumber,linePosition,depth)
1936
: base (
XamlNodeType
.PropertyIDictionaryEnd,lineNumber,linePosition,depth)
1956
: base (
XamlNodeType
.EndAttributes,lineNumber,linePosition,depth)
1984
: base (
XamlNodeType
.DefTag,lineNumber,linePosition,depth,defTagName)
2030
: base (
XamlNodeType
.DefAttribute,lineNumber,linePosition,depth,value)
2047
: base (
XamlNodeType
.DefAttribute,lineNumber,linePosition,depth,value)
2092
: base (
XamlNodeType
.DefKeyTypeAttribute,lineNumber,linePosition,depth,value)
2132
: base (
XamlNodeType
.PresentationOptionsAttribute,lineNumber,linePosition,depth,value)
2178
: base (
XamlNodeType
.KeyElementStart,
2205
: base (
XamlNodeType
.KeyElementEnd,lineNumber,linePosition,depth)
2224
: base (
XamlNodeType
.ContentProperty,