4 writes to _typeName
PresentationFramework (4)
src\Framework\System\Windows\Annotations\Annotation.cs (4)
123
_typeName
= annotationType;
170
_typeName
= annotationType;
671
_typeName
= new XmlQualifiedName(typeName[0]);
682
_typeName
= new XmlQualifiedName(typeName[1], reader.LookupNamespace(typeName[0]));
5 references to _typeName
PresentationFramework (5)
src\Framework\System\Windows\Annotations\Annotation.cs (5)
224
if (
_typeName
== null)
239
writer.WriteQualifiedName(
_typeName
.Name,
_typeName
.Namespace);
456
get { return
_typeName
; }
711
if (
_typeName
== null)