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