2 instantiations of XObjectChangeAnnotation
System.Private.Xml.Linq (2)
System\Xml\Linq\XObject.cs (2)
338a = new XObjectChangeAnnotation(); 367a = new XObjectChangeAnnotation();
15 references to XObjectChangeAnnotation
System.Private.Xml.Linq (15)
System\Xml\Linq\XObject.cs (15)
335XObjectChangeAnnotation? a = Annotation<XObjectChangeAnnotation>(); 346XObjectChangeAnnotation? a = Annotation<XObjectChangeAnnotation>(); 351RemoveAnnotations<XObjectChangeAnnotation>(); 364XObjectChangeAnnotation? a = Annotation<XObjectChangeAnnotation>(); 375XObjectChangeAnnotation? a = Annotation<XObjectChangeAnnotation>(); 380RemoveAnnotations<XObjectChangeAnnotation>(); 429XObjectChangeAnnotation? a = o.Annotation<XObjectChangeAnnotation>(); 451XObjectChangeAnnotation? a = o.Annotation<XObjectChangeAnnotation>(); 482if (o.Annotation<XObjectChangeAnnotation>() != null) return false;