6 references to LinePosition
PresentationFramework (6)
System\Windows\Markup\BamlRecordHelper.cs (2)
46
|| recordType == BamlRecordType.
LinePosition
)
121
case BamlRecordType.
LinePosition
: // This would become recursive
System\Windows\Markup\BamlRecordReader.cs (2)
342
Debug.Assert(bamlRecord.RecordType == BamlRecordType.
LinePosition
);
780
case BamlRecordType.
LinePosition
: // Should be skipped in ReadNextRecordWithDebugExtension.
System\Windows\Markup\BamlRecords.cs (2)
715
case BamlRecordType.
LinePosition
:
5243
get { return BamlRecordType.
LinePosition
; }