1 instantiation of BamlPropertyWithStaticResourceIdRecord
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
721
record = new
BamlPropertyWithStaticResourceIdRecord
();
8 references to BamlPropertyWithStaticResourceIdRecord
PresentationFramework (8)
src\Framework\System\Windows\Markup\BamlReader.cs (2)
933
BamlPropertyWithStaticResourceIdRecord
bamlPropertyWithStaticResourceIdRecord =
934
(
BamlPropertyWithStaticResourceIdRecord
)_currentBamlRecord;
src\Framework\System\Windows\Markup\BamlRecordReader.cs (2)
794
ReadPropertyWithStaticResourceIdRecord((
BamlPropertyWithStaticResourceIdRecord
)bamlRecord);
1975
BamlPropertyWithStaticResourceIdRecord
bamlPropertyWithStaticResourceIdRecord)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
4000
BamlPropertyWithStaticResourceIdRecord
newRecord = (
BamlPropertyWithStaticResourceIdRecord
)record;
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (2)
1186
BamlPropertyWithStaticResourceIdRecord
bamlPropertyWithStaticResourceId =
1187
(
BamlPropertyWithStaticResourceIdRecord
) BamlRecordManager.GetWriteRecord(BamlRecordType.PropertyWithStaticResourceId);