73 references to XamlNodeType
PresentationFramework (73)
System\Windows\Markup\BamlWriter.cs (13)
970case XamlNodeType.ElementStart: 973case XamlNodeType.ElementEnd: 976case XamlNodeType.KeyElementStart: 979case XamlNodeType.KeyElementEnd: 982case XamlNodeType.Property: 985case XamlNodeType.PropertyWithExtension: 988case XamlNodeType.PropertyWithType: 991case XamlNodeType.PropertyComplexStart: 994case XamlNodeType.PropertyComplexEnd: 997case XamlNodeType.Text: 1000case XamlNodeType.EndAttributes: 1003case XamlNodeType.ConstructorParametersStart: 1006case XamlNodeType.ConstructorParametersEnd:
System\Windows\Markup\XamlNodes.cs (60)
251XamlNodeType tokenType, 265internal XamlNodeType TokenType 297internal static XamlNodeType[] ScopeStartTokens = new XamlNodeType[]{ 298XamlNodeType.DocumentStart, 299XamlNodeType.ElementStart, 300XamlNodeType.PropertyComplexStart, 301XamlNodeType.PropertyArrayStart, 302XamlNodeType.PropertyIListStart, 303XamlNodeType.PropertyIDictionaryStart, 309internal static XamlNodeType[] ScopeEndTokens = new XamlNodeType[]{ 310XamlNodeType.DocumentEnd, 311XamlNodeType.ElementEnd, 312XamlNodeType.PropertyComplexEnd, 313XamlNodeType.PropertyArrayEnd, 314XamlNodeType.PropertyIListEnd, 315XamlNodeType.PropertyIDictionaryEnd, 318XamlNodeType _token; 337: base (XamlNodeType.DocumentStart,lineNumber,linePosition,depth) 355: base (XamlNodeType.DocumentEnd,lineNumber,linePosition,depth) 375: base (XamlNodeType.Text,lineNumber,linePosition,depth) 421XamlNodeType token, 548: base (XamlNodeType.PropertyComplexStart, 563XamlNodeType token, 596: base (XamlNodeType.PropertyComplexEnd,lineNumber,linePosition,depth) 604XamlNodeType token, 629bool isValueTypeExtension) : base(XamlNodeType.PropertyWithExtension, 697bool complexAsSimple) : base (XamlNodeType.Property, 939base (XamlNodeType.PropertyWithType, 1022: base(XamlNodeType.UnknownAttribute,lineNumber,linePosition, 1095: this (XamlNodeType.ElementStart, 1110XamlNodeType tokenType, 1234: base (XamlNodeType.ConstructorParametersStart,lineNumber,linePosition,depth) 1251: base (XamlNodeType.ConstructorParametersEnd,lineNumber,linePosition,depth) 1322: this (XamlNodeType.ElementEnd,lineNumber,linePosition,depth) 1330XamlNodeType tokenType, 1353: base (XamlNodeType.LiteralContent,lineNumber,linePosition,depth) 1380XamlNodeType 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) 1796string propertyName) : base (XamlNodeType.PropertyArrayStart, 1830string propertyName) : base (XamlNodeType.PropertyIListStart, 1857string 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,