1 write to view
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
113
this.
view
= new Grid();
19 references to view
System.Data (19)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (16)
114
this.
view
.Focusable = false;
180
this.
view
.Children.Clear();
181
this.
view
.Children.Add(errorView);
194
this.
view
.Loaded += (s, e) =>
200
Window ownerWindow = Window.GetWindow(this.
view
);
209
whs.View = this.
view
;
222
this.
view
.Unloaded += (s, e) =>
228
this.
view
.IsKeyboardFocusWithinChanged += (s, e) =>
234
if ((FocusManager.GetFocusedElement(this.
view
) as TextBox) != null)
236
FocusManager.SetFocusedElement(this.
view
, null);
274
return this.
view
;
544
view
.Children.Add((UIElement)viewManager.View);
548
this.
view
.Dispatcher.BeginInvoke(DispatcherPriority.ApplicationIdle,
644
if (null != this.
view
&& this.
view
.IsKeyboardFocusWithin)
646
oldFocus = FocusManager.GetFocusedElement(this.
view
) as UIElement;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.Helpers.cs (3)
105
if (!this.
view
.Children.Contains((UIElement)this.viewManager.View))
107
this.
view
.Children.Clear();
108
this.
view
.Children.Add((UIElement)this.viewManager.View);