2 overrides of IsConstructorArgument
PresentationFramework (2)
src\Framework\System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
1120
public override bool
IsConstructorArgument
src\Framework\System\Windows\Markup\Primitives\ExtensionSimplifierMarkupObject.cs (1)
130
public override bool
IsConstructorArgument
4 references to IsConstructorArgument
PresentationFramework (4)
src\Framework\System\Windows\Markup\Primitives\ExtensionSimplifierMarkupObject.cs (2)
132
get { return _baseProperty.
IsConstructorArgument
; }
349
if (!property.
IsConstructorArgument
)
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (2)
516
if (property.
IsConstructorArgument
)
626
else if (property.
IsConstructorArgument
)