4 writes to _typeName
PresentationFramework (4)
System\Windows\Annotations\Annotation.cs (4)
100
_typeName
= annotationType;
144
_typeName
= annotationType;
643
_typeName
= new XmlQualifiedName(name.ToString());
654
_typeName
= new XmlQualifiedName(name.ToString(), reader.LookupNamespace(@namespace.ToString()));
5 references to _typeName
PresentationFramework (5)
System\Windows\Annotations\Annotation.cs (5)
195
if (
_typeName
== null)
210
writer.WriteQualifiedName(
_typeName
.Name,
_typeName
.Namespace);
424
get { return
_typeName
; }
683
if (
_typeName
== null)