private void NotifyValueChanged(string oldValue) { if (OwnerDocument == null) { return; } OwnerDocument.AttributeValueChanged(this, OwnerElement, oldValue); }