4 writes to _typeName
PresentationFramework (4)
System\Windows\Annotations\Annotation.cs (4)
99
_typeName
= annotationType;
143
_typeName
= annotationType;
642
_typeName
= new XmlQualifiedName(name.ToString());
653
_typeName
= new XmlQualifiedName(name.ToString(), reader.LookupNamespace(@namespace.ToString()));
5 references to _typeName
PresentationFramework (5)
System\Windows\Annotations\Annotation.cs (5)
194
if (
_typeName
== null)
209
writer.WriteQualifiedName(
_typeName
.Name,
_typeName
.Namespace);
423
get { return
_typeName
; }
682
if (
_typeName
== null)