1 write to shouldGetKeyboardFocus
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemExtensions.cs (1)
669this.shouldGetKeyboardFocus = shouldGetKeyboardFocus;
3 references to shouldGetKeyboardFocus
System.Activities.Presentation (3)
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)