7 writes to currentActiveDesigner
System.Workflow.ComponentModel (7)
AuthoringOM\Design\MessageFilters\WindowManager.cs (7)
60
this.
currentActiveDesigner
= hitTestInfo.AssociatedDesigner;
81
this.
currentActiveDesigner
= null;
92
this.
currentActiveDesigner
= hitTestInfo.AssociatedDesigner;
115
this.
currentActiveDesigner
= null;
126
this.
currentActiveDesigner
= hitTestInfo.AssociatedDesigner;
188
this.
currentActiveDesigner
= null;
216
this.
currentActiveDesigner
= null;
35 references to currentActiveDesigner
System.Workflow.ComponentModel (35)
AuthoringOM\Design\MessageFilters\WindowManager.cs (35)
55
if (this.
currentActiveDesigner
!= hitTestInfo.AssociatedDesigner)
57
if (this.
currentActiveDesigner
!= null)
58
((IWorkflowDesignerMessageSink)this.
currentActiveDesigner
).OnMouseLeave();
62
if (this.
currentActiveDesigner
!= null)
63
((IWorkflowDesignerMessageSink)this.
currentActiveDesigner
).OnMouseEnter(eventArgs);
66
if (this.
currentActiveDesigner
!= null && ((Control.ModifierKeys & (Keys.Control | Keys.Shift)) == 0))
67
((IWorkflowDesignerMessageSink)this.
currentActiveDesigner
).OnMouseDown(eventArgs);
79
if (this.
currentActiveDesigner
!= null)
80
((IWorkflowDesignerMessageSink)this.
currentActiveDesigner
).OnMouseLeave();
87
if (this.
currentActiveDesigner
!= hitTestInfo.AssociatedDesigner)
89
if (this.
currentActiveDesigner
!= null)
90
((IWorkflowDesignerMessageSink)this.
currentActiveDesigner
).OnMouseLeave();
94
if (this.
currentActiveDesigner
!= null)
95
((IWorkflowDesignerMessageSink)this.
currentActiveDesigner
).OnMouseEnter(eventArgs);
99
if (this.
currentActiveDesigner
!= null)
100
((IWorkflowDesignerMessageSink)this.
currentActiveDesigner
).OnMouseMove(eventArgs);
113
if (this.
currentActiveDesigner
!= null)
114
((IWorkflowDesignerMessageSink)this.
currentActiveDesigner
).OnMouseLeave();
121
if (this.
currentActiveDesigner
!= hitTestInfo.AssociatedDesigner)
123
if (this.
currentActiveDesigner
!= null)
124
((IWorkflowDesignerMessageSink)this.
currentActiveDesigner
).OnMouseLeave();
128
if (this.
currentActiveDesigner
!= null)
129
((IWorkflowDesignerMessageSink)this.
currentActiveDesigner
).OnMouseEnter(eventArgs);
133
if (this.
currentActiveDesigner
!= null)
134
((IWorkflowDesignerMessageSink)this.
currentActiveDesigner
).OnMouseUp(eventArgs);
167
if (this.
currentActiveDesigner
!= null)
168
((IWorkflowDesignerMessageSink)this.
currentActiveDesigner
).OnMouseEnter(eventArgs);
176
if (this.
currentActiveDesigner
!= null)
177
((IWorkflowDesignerMessageSink)this.
currentActiveDesigner
).OnMouseHover(eventArgs);
185
if (this.
currentActiveDesigner
!= null)
187
((IWorkflowDesignerMessageSink)this.
currentActiveDesigner
).OnMouseLeave();
203
if (this.
currentActiveDesigner
!= null)
205
((IWorkflowDesignerMessageSink)this.
currentActiveDesigner
).OnMouseCaptureChanged();
213
if (this.
currentActiveDesigner
!= null)
215
((IWorkflowDesignerMessageSink)this.
currentActiveDesigner
).OnMouseLeave();