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