2 writes to _staticResourceId
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
3921
newRecord.
_staticResourceId
= _staticResourceId;
3943
set {
_staticResourceId
= value; }
2 references to _staticResourceId
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
3921
newRecord._staticResourceId =
_staticResourceId
;
3942
get { return
_staticResourceId
; }