// When the SyncModeToOwningContainer changes, we may need to update the current
        // TargetEditMode
        private static void OnSyncModeToOwningContainerChanged(DependencyObject obj, DependencyPropertyChangedEventArgs e)
        {
            EditModeSwitchButton theThis = (EditModeSwitchButton)obj;

            theThis.CoerceValue(TargetEditModeProperty);
        }