Ejemplo n.º 1
0
 bool GetReadOnly()
 {
     return(xml.AncestorsAndSelf().Any(i => i.AnnotationOrCreate <ModelItemState>().ReadOnly ?? false));
 }