2 overrides of IsKey
PresentationFramework (2)
src\Framework\System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
1102
public override bool
IsKey
src\Framework\System\Windows\Markup\Primitives\ExtensionSimplifierMarkupObject.cs (1)
135
public override bool
IsKey
6 references to IsKey
PresentationFramework (6)
src\Framework\System\Windows\Markup\Primitives\ExtensionSimplifierMarkupObject.cs (1)
137
get { return _baseProperty.
IsKey
; }
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (5)
218
if (property.
IsKey
)
523
Debug.Assert(!noOtherPropertiesAllowed || property.
IsKey
,
549
if (property.
IsKey
)
621
if (property.
IsKey
)
708
if (property.
IsKey
)