9 references to PropertyComplexEnd
PresentationFramework (9)
System\Windows\Markup\BamlReader.cs (3)
619case BamlRecordType.PropertyComplexEnd: 1495case BamlRecordType.PropertyComplexEnd: 2110expectedType = BamlRecordType.PropertyComplexEnd;
System\Windows\Markup\BamlRecordHelper.cs (1)
92case BamlRecordType.PropertyComplexEnd: // End record
System\Windows\Markup\BamlRecordReader.cs (1)
654case BamlRecordType.PropertyComplexEnd:
System\Windows\Markup\BamlRecords.cs (2)
626case BamlRecordType.PropertyComplexEnd: 3030get { return BamlRecordType.PropertyComplexEnd; }
System\Windows\Markup\BamlRecordWriter.cs (1)
775BamlRecordType.PropertyComplexEnd);
System\Windows\Markup\BamlWriter.cs (1)
796BamlRecordType.PropertyComplexEnd.ToString()));