9 references to PropertyComplexEnd
PresentationFramework (9)
System\Windows\Markup\BamlReader.cs (3)
629case BamlRecordType.PropertyComplexEnd: 1505case BamlRecordType.PropertyComplexEnd: 2120expectedType = BamlRecordType.PropertyComplexEnd;
System\Windows\Markup\BamlRecordHelper.cs (1)
93case BamlRecordType.PropertyComplexEnd: // End record
System\Windows\Markup\BamlRecordReader.cs (1)
663case BamlRecordType.PropertyComplexEnd:
System\Windows\Markup\BamlRecords.cs (2)
632case BamlRecordType.PropertyComplexEnd: 3036get { return BamlRecordType.PropertyComplexEnd; }
System\Windows\Markup\BamlRecordWriter.cs (1)
778BamlRecordType.PropertyComplexEnd);
System\Windows\Markup\BamlWriter.cs (1)
810BamlRecordType.PropertyComplexEnd.ToString()));