9 references to PropertyComplexEnd
PresentationFramework (9)
System\Windows\Markup\BamlReader.cs (3)
620case BamlRecordType.PropertyComplexEnd: 1510case BamlRecordType.PropertyComplexEnd: 2128expectedType = BamlRecordType.PropertyComplexEnd;
System\Windows\Markup\BamlRecordHelper.cs (1)
91case BamlRecordType.PropertyComplexEnd: // End record
System\Windows\Markup\BamlRecordReader.cs (1)
644case BamlRecordType.PropertyComplexEnd:
System\Windows\Markup\BamlRecords.cs (2)
619case BamlRecordType.PropertyComplexEnd: 3023get { return BamlRecordType.PropertyComplexEnd; }
System\Windows\Markup\BamlRecordWriter.cs (1)
772BamlRecordType.PropertyComplexEnd);
System\Windows\Markup\BamlWriter.cs (1)
797BamlRecordType.PropertyComplexEnd.ToString()));