2 writes to _typeFullName
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
4308
newRecord.
_typeFullName
= _typeFullName;
4359
set {
_typeFullName
= value; }
4 references to _typeFullName
PresentationFramework (4)
System\Windows\Markup\BamlRecords.cs (4)
4308
newRecord._typeFullName =
_typeFullName
;
4358
get { return
_typeFullName
; }
4385
int periodIndex =
_typeFullName
.LastIndexOf('.');
4387
_typeFullName
.Substring(0, periodIndex) :