6 references to CanContinueZooming
System.Workflow.ComponentModel (6)
AuthoringOM\Design\MessageFilters\ZoomingMessageFilter.cs (6)
115if (eventArgs.Button == MouseButtons.Left && CanContinueZooming) 165Debug.Assert(this.currentState == ZoomState.In && CanContinueZooming && this.fastZoomingMessageFilter != null); 166if (CanContinueZooming && this.currentState == ZoomState.In && this.fastZoomingMessageFilter != null && !this.fastZoomingMessageFilter.DragRectangle.IsEmpty) 242if (!CanContinueZooming) 250if (this.fastZoomingMessageFilter == null && CanContinueZooming && this.currentState == ZoomState.In) 256else if (this.fastZoomingMessageFilter != null && (!CanContinueZooming || this.currentState != ZoomState.In))