73 references to XamlNodeType
PresentationFramework (73)
System\Windows\Markup\BamlWriter.cs (13)
956case XamlNodeType.ElementStart: 959case XamlNodeType.ElementEnd: 962case XamlNodeType.KeyElementStart: 965case XamlNodeType.KeyElementEnd: 968case XamlNodeType.Property: 971case XamlNodeType.PropertyWithExtension: 974case XamlNodeType.PropertyWithType: 977case XamlNodeType.PropertyComplexStart: 980case XamlNodeType.PropertyComplexEnd: 983case XamlNodeType.Text: 986case XamlNodeType.EndAttributes: 989case XamlNodeType.ConstructorParametersStart: 992case XamlNodeType.ConstructorParametersEnd:
System\Windows\Markup\XamlNodes.cs (60)
247XamlNodeType tokenType, 261internal XamlNodeType TokenType 293internal static XamlNodeType[] ScopeStartTokens = new XamlNodeType[]{ 294XamlNodeType.DocumentStart, 295XamlNodeType.ElementStart, 296XamlNodeType.PropertyComplexStart, 297XamlNodeType.PropertyArrayStart, 298XamlNodeType.PropertyIListStart, 299XamlNodeType.PropertyIDictionaryStart, 305internal static XamlNodeType[] ScopeEndTokens = new XamlNodeType[]{ 306XamlNodeType.DocumentEnd, 307XamlNodeType.ElementEnd, 308XamlNodeType.PropertyComplexEnd, 309XamlNodeType.PropertyArrayEnd, 310XamlNodeType.PropertyIListEnd, 311XamlNodeType.PropertyIDictionaryEnd, 314XamlNodeType _token; 333: base (XamlNodeType.DocumentStart,lineNumber,linePosition,depth) 351: base (XamlNodeType.DocumentEnd,lineNumber,linePosition,depth) 371: base (XamlNodeType.Text,lineNumber,linePosition,depth) 417XamlNodeType token, 544: base (XamlNodeType.PropertyComplexStart, 559XamlNodeType token, 592: base (XamlNodeType.PropertyComplexEnd,lineNumber,linePosition,depth) 600XamlNodeType token, 625bool isValueTypeExtension) : base(XamlNodeType.PropertyWithExtension, 693bool complexAsSimple) : base (XamlNodeType.Property, 935base (XamlNodeType.PropertyWithType, 1018: base(XamlNodeType.UnknownAttribute,lineNumber,linePosition, 1091: this (XamlNodeType.ElementStart, 1106XamlNodeType tokenType, 1230: base (XamlNodeType.ConstructorParametersStart,lineNumber,linePosition,depth) 1247: base (XamlNodeType.ConstructorParametersEnd,lineNumber,linePosition,depth) 1318: this (XamlNodeType.ElementEnd,lineNumber,linePosition,depth) 1326XamlNodeType tokenType, 1349: base (XamlNodeType.LiteralContent,lineNumber,linePosition,depth) 1376XamlNodeType 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) 1792string propertyName) : base (XamlNodeType.PropertyArrayStart, 1826string propertyName) : base (XamlNodeType.PropertyIListStart, 1853string 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,