3 overrides of IsValueAsString
PresentationFramework (3)
src\Framework\System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
1006
public override bool
IsValueAsString
src\Framework\System\Windows\Markup\Primitives\ExtensionSimplifierMarkupObject.cs (1)
140
public override bool
IsValueAsString
src\Framework\System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
327
public override bool
IsValueAsString
5 references to IsValueAsString
PresentationFramework (5)
src\Framework\System\Windows\Markup\Primitives\ExtensionSimplifierMarkupObject.cs (1)
142
get { return _baseProperty.
IsValueAsString
; }
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (4)
540
if (property.
IsValueAsString
)
706
Debug.Assert(!property.
IsValueAsString
, "Problem with MarkupObject implementation: String values cannnot be composite");
1149
if (property.
IsValueAsString
)
1160
if (!property.
IsValueAsString
)