6 references to LinePosition
PresentationFramework (6)
System\Windows\Markup\BamlRecordHelper.cs (2)
44
|| recordType == BamlRecordType.
LinePosition
)
119
case BamlRecordType.
LinePosition
: // This would become recursive
System\Windows\Markup\BamlRecordReader.cs (2)
326
Debug.Assert(bamlRecord.RecordType == BamlRecordType.
LinePosition
);
761
case BamlRecordType.
LinePosition
: // Should be skipped in ReadNextRecordWithDebugExtension.
System\Windows\Markup\BamlRecords.cs (2)
702
case BamlRecordType.
LinePosition
:
5229
get { return BamlRecordType.
LinePosition
; }