73 references to XamlNodeType
PresentationFramework (73)
System\Windows\Markup\BamlWriter.cs (13)
970
case
XamlNodeType
.ElementStart:
973
case
XamlNodeType
.ElementEnd:
976
case
XamlNodeType
.KeyElementStart:
979
case
XamlNodeType
.KeyElementEnd:
982
case
XamlNodeType
.Property:
985
case
XamlNodeType
.PropertyWithExtension:
988
case
XamlNodeType
.PropertyWithType:
991
case
XamlNodeType
.PropertyComplexStart:
994
case
XamlNodeType
.PropertyComplexEnd:
997
case
XamlNodeType
.Text:
1000
case
XamlNodeType
.EndAttributes:
1003
case
XamlNodeType
.ConstructorParametersStart:
1006
case
XamlNodeType
.ConstructorParametersEnd:
System\Windows\Markup\XamlNodes.cs (60)
251
XamlNodeType
tokenType,
265
internal
XamlNodeType
TokenType
297
internal static
XamlNodeType
[] ScopeStartTokens = new
XamlNodeType
[]{
298
XamlNodeType
.DocumentStart,
299
XamlNodeType
.ElementStart,
300
XamlNodeType
.PropertyComplexStart,
301
XamlNodeType
.PropertyArrayStart,
302
XamlNodeType
.PropertyIListStart,
303
XamlNodeType
.PropertyIDictionaryStart,
309
internal static
XamlNodeType
[] ScopeEndTokens = new
XamlNodeType
[]{
310
XamlNodeType
.DocumentEnd,
311
XamlNodeType
.ElementEnd,
312
XamlNodeType
.PropertyComplexEnd,
313
XamlNodeType
.PropertyArrayEnd,
314
XamlNodeType
.PropertyIListEnd,
315
XamlNodeType
.PropertyIDictionaryEnd,
318
XamlNodeType
_token;
337
: base (
XamlNodeType
.DocumentStart,lineNumber,linePosition,depth)
355
: base (
XamlNodeType
.DocumentEnd,lineNumber,linePosition,depth)
375
: base (
XamlNodeType
.Text,lineNumber,linePosition,depth)
421
XamlNodeType
token,
548
: base (
XamlNodeType
.PropertyComplexStart,
563
XamlNodeType
token,
596
: base (
XamlNodeType
.PropertyComplexEnd,lineNumber,linePosition,depth)
604
XamlNodeType
token,
629
bool isValueTypeExtension) : base(
XamlNodeType
.PropertyWithExtension,
697
bool complexAsSimple) : base (
XamlNodeType
.Property,
939
base (
XamlNodeType
.PropertyWithType,
1022
: base(
XamlNodeType
.UnknownAttribute,lineNumber,linePosition,
1095
: this (
XamlNodeType
.ElementStart,
1110
XamlNodeType
tokenType,
1234
: base (
XamlNodeType
.ConstructorParametersStart,lineNumber,linePosition,depth)
1251
: base (
XamlNodeType
.ConstructorParametersEnd,lineNumber,linePosition,depth)
1322
: this (
XamlNodeType
.ElementEnd,lineNumber,linePosition,depth)
1330
XamlNodeType
tokenType,
1353
: base (
XamlNodeType
.LiteralContent,lineNumber,linePosition,depth)
1380
XamlNodeType
tokenType,
1416
: base(
XamlNodeType
.UnknownTagStart,lineNumber,linePosition,depth,
1448
: base (
XamlNodeType
.UnknownTagEnd,lineNumber,linePosition,depth)
1495
: base (
XamlNodeType
.RoutedEvent,lineNumber,linePosition,depth,value)
1558
: base (
XamlNodeType
.XmlnsProperty,lineNumber,linePosition,depth)
1601
: base (
XamlNodeType
.PIMapping,lineNumber,linePosition,depth)
1657
: base (
XamlNodeType
.ClrEvent,lineNumber,linePosition,depth,value)
1796
string propertyName) : base (
XamlNodeType
.PropertyArrayStart,
1830
string propertyName) : base (
XamlNodeType
.PropertyIListStart,
1857
string propertyName) : base (
XamlNodeType
.PropertyIDictionaryStart,
1882
: base (
XamlNodeType
.PropertyArrayEnd,lineNumber,linePosition,depth)
1906
: base (
XamlNodeType
.PropertyIListEnd,lineNumber,linePosition,depth)
1920
: base (
XamlNodeType
.PropertyIDictionaryEnd,lineNumber,linePosition,depth)
1940
: base (
XamlNodeType
.EndAttributes,lineNumber,linePosition,depth)
1968
: base (
XamlNodeType
.DefTag,lineNumber,linePosition,depth,defTagName)
2014
: base (
XamlNodeType
.DefAttribute,lineNumber,linePosition,depth,value)
2031
: base (
XamlNodeType
.DefAttribute,lineNumber,linePosition,depth,value)
2076
: base (
XamlNodeType
.DefKeyTypeAttribute,lineNumber,linePosition,depth,value)
2116
: base (
XamlNodeType
.PresentationOptionsAttribute,lineNumber,linePosition,depth,value)
2162
: base (
XamlNodeType
.KeyElementStart,
2189
: base (
XamlNodeType
.KeyElementEnd,lineNumber,linePosition,depth)
2208
: base (
XamlNodeType
.ContentProperty,