2 writes to _typeFullName
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
4554
newRecord.
_typeFullName
= _typeFullName;
4608
set {
_typeFullName
= value; }
4 references to _typeFullName
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlRecords.cs (4)
4554
newRecord._typeFullName =
_typeFullName
;
4607
get { return
_typeFullName
; }
4634
int periodIndex =
_typeFullName
.LastIndexOf('.');
4636
_typeFullName
.Substring(0, periodIndex) :