private XamlNode Logic_EndObject() { XamlType xamlType = _context.CurrentType; _context.PopScope(); _context.CurrentPreviousChildType = xamlType; XamlNode endObj = new XamlNode(XamlNodeType.EndObject); return(endObj); }
private XamlNode Logic_EndObject() { _context.PopScope(); return(new XamlNode(XamlNodeType.EndObject)); }