1 write to shouldGetKeyboardFocus
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemExtensions.cs (1)
669
this.
shouldGetKeyboardFocus
= shouldGetKeyboardFocus;
3 references to shouldGetKeyboardFocus
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemExtensions.cs (3)
872
ModelItemFocusHelper.Focus(this.itemToFocus, this.currentLevel - skipLevel, this.
shouldGetKeyboardFocus
);
881
ModelItemFocusHelper.Focus(this.itemToFocus, 1, this.
shouldGetKeyboardFocus
);
973
if (this.
shouldGetKeyboardFocus
)