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