4 writes to _typeName
PresentationFramework (4)
System\Windows\Annotations\Annotation.cs (4)
100
_typeName
= annotationType;
144
_typeName
= annotationType;
639
_typeName
= new XmlQualifiedName(typeName[0]);
650
_typeName
= new XmlQualifiedName(typeName[1], reader.LookupNamespace(typeName[0]));
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
; }
679
if (
_typeName
== null)