RegisterProperty method
Implementation
void RegisterProperty(PropertyDefinition property) {
this._RegisterPropertyWithInternal(property, false);
}
void RegisterProperty(PropertyDefinition property) {
this._RegisterPropertyWithInternal(property, false);
}