73 references to XamlNodeType
PresentationFramework (73)
System\Windows\Markup\BamlWriter.cs (13)
957
case
XamlNodeType
.ElementStart:
960
case
XamlNodeType
.ElementEnd:
963
case
XamlNodeType
.KeyElementStart:
966
case
XamlNodeType
.KeyElementEnd:
969
case
XamlNodeType
.Property:
972
case
XamlNodeType
.PropertyWithExtension:
975
case
XamlNodeType
.PropertyWithType:
978
case
XamlNodeType
.PropertyComplexStart:
981
case
XamlNodeType
.PropertyComplexEnd:
984
case
XamlNodeType
.Text:
987
case
XamlNodeType
.EndAttributes:
990
case
XamlNodeType
.ConstructorParametersStart:
993
case
XamlNodeType
.ConstructorParametersEnd:
System\Windows\Markup\XamlNodes.cs (60)
246
XamlNodeType
tokenType,
260
internal
XamlNodeType
TokenType
292
internal static
XamlNodeType
[] ScopeStartTokens = new
XamlNodeType
[]{
293
XamlNodeType
.DocumentStart,
294
XamlNodeType
.ElementStart,
295
XamlNodeType
.PropertyComplexStart,
296
XamlNodeType
.PropertyArrayStart,
297
XamlNodeType
.PropertyIListStart,
298
XamlNodeType
.PropertyIDictionaryStart,
304
internal static
XamlNodeType
[] ScopeEndTokens = new
XamlNodeType
[]{
305
XamlNodeType
.DocumentEnd,
306
XamlNodeType
.ElementEnd,
307
XamlNodeType
.PropertyComplexEnd,
308
XamlNodeType
.PropertyArrayEnd,
309
XamlNodeType
.PropertyIListEnd,
310
XamlNodeType
.PropertyIDictionaryEnd,
313
private
XamlNodeType
_token;
332
: base (
XamlNodeType
.DocumentStart,lineNumber,linePosition,depth)
350
: base (
XamlNodeType
.DocumentEnd,lineNumber,linePosition,depth)
370
: base (
XamlNodeType
.Text,lineNumber,linePosition,depth)
416
XamlNodeType
token,
543
: base (
XamlNodeType
.PropertyComplexStart,
558
XamlNodeType
token,
591
: base (
XamlNodeType
.PropertyComplexEnd,lineNumber,linePosition,depth)
599
XamlNodeType
token,
624
bool isValueTypeExtension) : base(
XamlNodeType
.PropertyWithExtension,
692
bool complexAsSimple) : base (
XamlNodeType
.Property,
934
base (
XamlNodeType
.PropertyWithType,
1017
: base(
XamlNodeType
.UnknownAttribute,lineNumber,linePosition,
1090
: this (
XamlNodeType
.ElementStart,
1105
XamlNodeType
tokenType,
1229
: base (
XamlNodeType
.ConstructorParametersStart,lineNumber,linePosition,depth)
1246
: base (
XamlNodeType
.ConstructorParametersEnd,lineNumber,linePosition,depth)
1317
: this (
XamlNodeType
.ElementEnd,lineNumber,linePosition,depth)
1325
XamlNodeType
tokenType,
1348
: base (
XamlNodeType
.LiteralContent,lineNumber,linePosition,depth)
1375
XamlNodeType
tokenType,
1411
: base(
XamlNodeType
.UnknownTagStart,lineNumber,linePosition,depth,
1443
: base (
XamlNodeType
.UnknownTagEnd,lineNumber,linePosition,depth)
1490
: base (
XamlNodeType
.RoutedEvent,lineNumber,linePosition,depth,value)
1553
: base (
XamlNodeType
.XmlnsProperty,lineNumber,linePosition,depth)
1596
: base (
XamlNodeType
.PIMapping,lineNumber,linePosition,depth)
1652
: base (
XamlNodeType
.ClrEvent,lineNumber,linePosition,depth,value)
1791
string propertyName) : base (
XamlNodeType
.PropertyArrayStart,
1825
string propertyName) : base (
XamlNodeType
.PropertyIListStart,
1852
string propertyName) : base (
XamlNodeType
.PropertyIDictionaryStart,
1877
: base (
XamlNodeType
.PropertyArrayEnd,lineNumber,linePosition,depth)
1901
: base (
XamlNodeType
.PropertyIListEnd,lineNumber,linePosition,depth)
1915
: base (
XamlNodeType
.PropertyIDictionaryEnd,lineNumber,linePosition,depth)
1935
: base (
XamlNodeType
.EndAttributes,lineNumber,linePosition,depth)
1963
: base (
XamlNodeType
.DefTag,lineNumber,linePosition,depth,defTagName)
2009
: base (
XamlNodeType
.DefAttribute,lineNumber,linePosition,depth,value)
2026
: base (
XamlNodeType
.DefAttribute,lineNumber,linePosition,depth,value)
2071
: base (
XamlNodeType
.DefKeyTypeAttribute,lineNumber,linePosition,depth,value)
2111
: base (
XamlNodeType
.PresentationOptionsAttribute,lineNumber,linePosition,depth,value)
2157
: base (
XamlNodeType
.KeyElementStart,
2184
: base (
XamlNodeType
.KeyElementEnd,lineNumber,linePosition,depth)
2203
: base (
XamlNodeType
.ContentProperty,