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