6 references to PropertyWithStaticResourceId
PresentationFramework (6)
src\Framework\System\Windows\Markup\BamlReader.cs (1)
772
case BamlRecordType.
PropertyWithStaticResourceId
:
src\Framework\System\Windows\Markup\BamlRecordHelper.cs (1)
131
case BamlRecordType.
PropertyWithStaticResourceId
:
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
793
case BamlRecordType.
PropertyWithStaticResourceId
:
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
720
case BamlRecordType.
PropertyWithStaticResourceId
:
4011
get { return BamlRecordType.
PropertyWithStaticResourceId
; }
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1187
(BamlPropertyWithStaticResourceIdRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.
PropertyWithStaticResourceId
);