1 instantiation of BamlPropertyWithStaticResourceIdRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
716
record = new
BamlPropertyWithStaticResourceIdRecord
();
8 references to BamlPropertyWithStaticResourceIdRecord
PresentationFramework (8)
System\Windows\Markup\BamlReader.cs (2)
911
BamlPropertyWithStaticResourceIdRecord
bamlPropertyWithStaticResourceIdRecord =
912
(
BamlPropertyWithStaticResourceIdRecord
)_currentBamlRecord;
System\Windows\Markup\BamlRecordReader.cs (2)
767
ReadPropertyWithStaticResourceIdRecord((
BamlPropertyWithStaticResourceIdRecord
)bamlRecord);
1935
BamlPropertyWithStaticResourceIdRecord
bamlPropertyWithStaticResourceIdRecord)
System\Windows\Markup\BamlRecords.cs (2)
3804
BamlPropertyWithStaticResourceIdRecord
newRecord = (
BamlPropertyWithStaticResourceIdRecord
)record;
System\Windows\Markup\BamlRecordWriter.cs (2)
1174
BamlPropertyWithStaticResourceIdRecord
bamlPropertyWithStaticResourceId =
1175
(
BamlPropertyWithStaticResourceIdRecord
) BamlRecordManager.GetWriteRecord(BamlRecordType.PropertyWithStaticResourceId);