73 references to XamlNodeType
PresentationFramework (73)
System\Windows\Markup\BamlWriter.cs (13)
956
case
XamlNodeType
.ElementStart:
959
case
XamlNodeType
.ElementEnd:
962
case
XamlNodeType
.KeyElementStart:
965
case
XamlNodeType
.KeyElementEnd:
968
case
XamlNodeType
.Property:
971
case
XamlNodeType
.PropertyWithExtension:
974
case
XamlNodeType
.PropertyWithType:
977
case
XamlNodeType
.PropertyComplexStart:
980
case
XamlNodeType
.PropertyComplexEnd:
983
case
XamlNodeType
.Text:
986
case
XamlNodeType
.EndAttributes:
989
case
XamlNodeType
.ConstructorParametersStart:
992
case
XamlNodeType
.ConstructorParametersEnd:
System\Windows\Markup\XamlNodes.cs (60)
247
XamlNodeType
tokenType,
261
internal
XamlNodeType
TokenType
293
internal static
XamlNodeType
[] ScopeStartTokens = new
XamlNodeType
[]{
294
XamlNodeType
.DocumentStart,
295
XamlNodeType
.ElementStart,
296
XamlNodeType
.PropertyComplexStart,
297
XamlNodeType
.PropertyArrayStart,
298
XamlNodeType
.PropertyIListStart,
299
XamlNodeType
.PropertyIDictionaryStart,
305
internal static
XamlNodeType
[] ScopeEndTokens = new
XamlNodeType
[]{
306
XamlNodeType
.DocumentEnd,
307
XamlNodeType
.ElementEnd,
308
XamlNodeType
.PropertyComplexEnd,
309
XamlNodeType
.PropertyArrayEnd,
310
XamlNodeType
.PropertyIListEnd,
311
XamlNodeType
.PropertyIDictionaryEnd,
314
XamlNodeType
_token;
333
: base (
XamlNodeType
.DocumentStart,lineNumber,linePosition,depth)
351
: base (
XamlNodeType
.DocumentEnd,lineNumber,linePosition,depth)
371
: base (
XamlNodeType
.Text,lineNumber,linePosition,depth)
417
XamlNodeType
token,
544
: base (
XamlNodeType
.PropertyComplexStart,
559
XamlNodeType
token,
592
: base (
XamlNodeType
.PropertyComplexEnd,lineNumber,linePosition,depth)
600
XamlNodeType
token,
625
bool isValueTypeExtension) : base(
XamlNodeType
.PropertyWithExtension,
693
bool complexAsSimple) : base (
XamlNodeType
.Property,
935
base (
XamlNodeType
.PropertyWithType,
1018
: base(
XamlNodeType
.UnknownAttribute,lineNumber,linePosition,
1091
: this (
XamlNodeType
.ElementStart,
1106
XamlNodeType
tokenType,
1230
: base (
XamlNodeType
.ConstructorParametersStart,lineNumber,linePosition,depth)
1247
: base (
XamlNodeType
.ConstructorParametersEnd,lineNumber,linePosition,depth)
1318
: this (
XamlNodeType
.ElementEnd,lineNumber,linePosition,depth)
1326
XamlNodeType
tokenType,
1349
: base (
XamlNodeType
.LiteralContent,lineNumber,linePosition,depth)
1376
XamlNodeType
tokenType,
1412
: base(
XamlNodeType
.UnknownTagStart,lineNumber,linePosition,depth,
1444
: base (
XamlNodeType
.UnknownTagEnd,lineNumber,linePosition,depth)
1491
: base (
XamlNodeType
.RoutedEvent,lineNumber,linePosition,depth,value)
1554
: base (
XamlNodeType
.XmlnsProperty,lineNumber,linePosition,depth)
1597
: base (
XamlNodeType
.PIMapping,lineNumber,linePosition,depth)
1653
: base (
XamlNodeType
.ClrEvent,lineNumber,linePosition,depth,value)
1792
string propertyName) : base (
XamlNodeType
.PropertyArrayStart,
1826
string propertyName) : base (
XamlNodeType
.PropertyIListStart,
1853
string propertyName) : base (
XamlNodeType
.PropertyIDictionaryStart,
1878
: base (
XamlNodeType
.PropertyArrayEnd,lineNumber,linePosition,depth)
1902
: base (
XamlNodeType
.PropertyIListEnd,lineNumber,linePosition,depth)
1916
: base (
XamlNodeType
.PropertyIDictionaryEnd,lineNumber,linePosition,depth)
1936
: base (
XamlNodeType
.EndAttributes,lineNumber,linePosition,depth)
1964
: base (
XamlNodeType
.DefTag,lineNumber,linePosition,depth,defTagName)
2010
: base (
XamlNodeType
.DefAttribute,lineNumber,linePosition,depth,value)
2027
: base (
XamlNodeType
.DefAttribute,lineNumber,linePosition,depth,value)
2072
: base (
XamlNodeType
.DefKeyTypeAttribute,lineNumber,linePosition,depth,value)
2112
: base (
XamlNodeType
.PresentationOptionsAttribute,lineNumber,linePosition,depth,value)
2158
: base (
XamlNodeType
.KeyElementStart,
2185
: base (
XamlNodeType
.KeyElementEnd,lineNumber,linePosition,depth)
2204
: base (
XamlNodeType
.ContentProperty,