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