9 references to PropertyComplexEnd
PresentationFramework (9)
System\Windows\Markup\BamlReader.cs (3)
621case BamlRecordType.PropertyComplexEnd: 1511case BamlRecordType.PropertyComplexEnd: 2129expectedType = BamlRecordType.PropertyComplexEnd;
System\Windows\Markup\BamlRecordHelper.cs (1)
92case BamlRecordType.PropertyComplexEnd: // End record
System\Windows\Markup\BamlRecordReader.cs (1)
645case BamlRecordType.PropertyComplexEnd:
System\Windows\Markup\BamlRecords.cs (2)
620case BamlRecordType.PropertyComplexEnd: 3024get { return BamlRecordType.PropertyComplexEnd; }
System\Windows\Markup\BamlRecordWriter.cs (1)
773BamlRecordType.PropertyComplexEnd);
System\Windows\Markup\BamlWriter.cs (1)
798BamlRecordType.PropertyComplexEnd.ToString()));