73 references to XamlNodeType
PresentationFramework (73)
System\Windows\Markup\BamlWriter.cs (13)
957case XamlNodeType.ElementStart: 960case XamlNodeType.ElementEnd: 963case XamlNodeType.KeyElementStart: 966case XamlNodeType.KeyElementEnd: 969case XamlNodeType.Property: 972case XamlNodeType.PropertyWithExtension: 975case XamlNodeType.PropertyWithType: 978case XamlNodeType.PropertyComplexStart: 981case XamlNodeType.PropertyComplexEnd: 984case XamlNodeType.Text: 987case XamlNodeType.EndAttributes: 990case XamlNodeType.ConstructorParametersStart: 993case XamlNodeType.ConstructorParametersEnd:
System\Windows\Markup\XamlNodes.cs (60)
246XamlNodeType tokenType, 260internal XamlNodeType TokenType 292internal static XamlNodeType[] ScopeStartTokens = new XamlNodeType[]{ 293XamlNodeType.DocumentStart, 294XamlNodeType.ElementStart, 295XamlNodeType.PropertyComplexStart, 296XamlNodeType.PropertyArrayStart, 297XamlNodeType.PropertyIListStart, 298XamlNodeType.PropertyIDictionaryStart, 304internal static XamlNodeType[] ScopeEndTokens = new XamlNodeType[]{ 305XamlNodeType.DocumentEnd, 306XamlNodeType.ElementEnd, 307XamlNodeType.PropertyComplexEnd, 308XamlNodeType.PropertyArrayEnd, 309XamlNodeType.PropertyIListEnd, 310XamlNodeType.PropertyIDictionaryEnd, 313private XamlNodeType _token; 332: base (XamlNodeType.DocumentStart,lineNumber,linePosition,depth) 350: base (XamlNodeType.DocumentEnd,lineNumber,linePosition,depth) 370: base (XamlNodeType.Text,lineNumber,linePosition,depth) 416XamlNodeType token, 543: base (XamlNodeType.PropertyComplexStart, 558XamlNodeType token, 591: base (XamlNodeType.PropertyComplexEnd,lineNumber,linePosition,depth) 599XamlNodeType token, 624bool isValueTypeExtension) : base(XamlNodeType.PropertyWithExtension, 692bool complexAsSimple) : base (XamlNodeType.Property, 934base (XamlNodeType.PropertyWithType, 1017: base(XamlNodeType.UnknownAttribute,lineNumber,linePosition, 1090: this (XamlNodeType.ElementStart, 1105XamlNodeType tokenType, 1229: base (XamlNodeType.ConstructorParametersStart,lineNumber,linePosition,depth) 1246: base (XamlNodeType.ConstructorParametersEnd,lineNumber,linePosition,depth) 1317: this (XamlNodeType.ElementEnd,lineNumber,linePosition,depth) 1325XamlNodeType tokenType, 1348: base (XamlNodeType.LiteralContent,lineNumber,linePosition,depth) 1375XamlNodeType 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) 1791string propertyName) : base (XamlNodeType.PropertyArrayStart, 1825string propertyName) : base (XamlNodeType.PropertyIListStart, 1852string 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,