73 references to XamlNodeType
PresentationFramework (73)
src\Framework\System\Windows\Markup\BamlWriter.cs (13)
982case XamlNodeType.ElementStart: 985case XamlNodeType.ElementEnd: 988case XamlNodeType.KeyElementStart: 991case XamlNodeType.KeyElementEnd: 994case XamlNodeType.Property: 997case XamlNodeType.PropertyWithExtension: 1000case XamlNodeType.PropertyWithType: 1003case XamlNodeType.PropertyComplexStart: 1006case XamlNodeType.PropertyComplexEnd: 1009case XamlNodeType.Text: 1012case XamlNodeType.EndAttributes: 1015case XamlNodeType.ConstructorParametersStart: 1018case XamlNodeType.ConstructorParametersEnd:
src\Framework\System\Windows\Markup\xamlnodes.cs (60)
256XamlNodeType tokenType, 270internal XamlNodeType TokenType 302internal static XamlNodeType[] ScopeStartTokens = new XamlNodeType[]{ 303XamlNodeType.DocumentStart, 304XamlNodeType.ElementStart, 305XamlNodeType.PropertyComplexStart, 306XamlNodeType.PropertyArrayStart, 307XamlNodeType.PropertyIListStart, 308XamlNodeType.PropertyIDictionaryStart, 314internal static XamlNodeType[] ScopeEndTokens = new XamlNodeType[]{ 315XamlNodeType.DocumentEnd, 316XamlNodeType.ElementEnd, 317XamlNodeType.PropertyComplexEnd, 318XamlNodeType.PropertyArrayEnd, 319XamlNodeType.PropertyIListEnd, 320XamlNodeType.PropertyIDictionaryEnd, 323XamlNodeType _token; 343: base (XamlNodeType.DocumentStart,lineNumber,linePosition,depth) 362: base (XamlNodeType.DocumentEnd,lineNumber,linePosition,depth) 382: base (XamlNodeType.Text,lineNumber,linePosition,depth) 428XamlNodeType token, 555: base (XamlNodeType.PropertyComplexStart, 570XamlNodeType token, 603: base (XamlNodeType.PropertyComplexEnd,lineNumber,linePosition,depth) 611XamlNodeType token, 636bool isValueTypeExtension) : base(XamlNodeType.PropertyWithExtension, 704bool complexAsSimple) : base (XamlNodeType.Property, 946base (XamlNodeType.PropertyWithType, 1029: base(XamlNodeType.UnknownAttribute,lineNumber,linePosition, 1103: this (XamlNodeType.ElementStart, 1118XamlNodeType tokenType, 1242: base (XamlNodeType.ConstructorParametersStart,lineNumber,linePosition,depth) 1259: base (XamlNodeType.ConstructorParametersEnd,lineNumber,linePosition,depth) 1330: this (XamlNodeType.ElementEnd,lineNumber,linePosition,depth) 1338XamlNodeType tokenType, 1362: base (XamlNodeType.LiteralContent,lineNumber,linePosition,depth) 1389XamlNodeType tokenType, 1426: base(XamlNodeType.UnknownTagStart,lineNumber,linePosition,depth, 1458: base (XamlNodeType.UnknownTagEnd,lineNumber,linePosition,depth) 1505: base (XamlNodeType.RoutedEvent,lineNumber,linePosition,depth,value) 1569: base (XamlNodeType.XmlnsProperty,lineNumber,linePosition,depth) 1613: base (XamlNodeType.PIMapping,lineNumber,linePosition,depth) 1669: base (XamlNodeType.ClrEvent,lineNumber,linePosition,depth,value) 1809string propertyName) : base (XamlNodeType.PropertyArrayStart, 1844string propertyName) : base (XamlNodeType.PropertyIListStart, 1872string propertyName) : base (XamlNodeType.PropertyIDictionaryStart, 1898: base (XamlNodeType.PropertyArrayEnd,lineNumber,linePosition,depth) 1922: base (XamlNodeType.PropertyIListEnd,lineNumber,linePosition,depth) 1936: base (XamlNodeType.PropertyIDictionaryEnd,lineNumber,linePosition,depth) 1956: base (XamlNodeType.EndAttributes,lineNumber,linePosition,depth) 1984: base (XamlNodeType.DefTag,lineNumber,linePosition,depth,defTagName) 2030: base (XamlNodeType.DefAttribute,lineNumber,linePosition,depth,value) 2047: base (XamlNodeType.DefAttribute,lineNumber,linePosition,depth,value) 2092: base (XamlNodeType.DefKeyTypeAttribute,lineNumber,linePosition,depth,value) 2132: base (XamlNodeType.PresentationOptionsAttribute,lineNumber,linePosition,depth,value) 2178: base (XamlNodeType.KeyElementStart, 2205: base (XamlNodeType.KeyElementEnd,lineNumber,linePosition,depth) 2224: base (XamlNodeType.ContentProperty,