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