|
|
|
@ -48,6 +48,8 @@ namespace ICSharpCode.WpfDesign.XamlDom
@@ -48,6 +48,8 @@ namespace ICSharpCode.WpfDesign.XamlDom
|
|
|
|
|
internal XamlTextValue(XamlDocument document, string textValue) |
|
|
|
|
{ |
|
|
|
|
this.document = document; |
|
|
|
|
if (textValue.StartsWith("{")) |
|
|
|
|
textValue = "{}" + textValue; |
|
|
|
|
this.textValue = textValue; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|