6 references to LinePosition
PresentationFramework (6)
System\Windows\Markup\BamlRecordHelper.cs (2)
45
|| recordType == BamlRecordType.
LinePosition
)
120
case BamlRecordType.
LinePosition
: // This would become recursive
System\Windows\Markup\BamlRecordReader.cs (2)
333
Debug.Assert(bamlRecord.RecordType == BamlRecordType.
LinePosition
);
771
case BamlRecordType.
LinePosition
: // Should be skipped in ReadNextRecordWithDebugExtension.
System\Windows\Markup\BamlRecords.cs (2)
709
case BamlRecordType.
LinePosition
:
5237
get { return BamlRecordType.
LinePosition
; }