2 references to SyncModeToOwningContainerProperty
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\EditModeSwitchButton.cs (2)
135get { return (bool)this.GetValue(SyncModeToOwningContainerProperty); } 136set { this.SetValue(SyncModeToOwningContainerProperty, value); }