Beispiel #1
0
 private IEnumerable <XamlNode> ReadValueNode(XamlDomValue XamlDomValue)
 {
     yield return(XamlNode.GetValue(XamlDomValue));
 }