1 write to returnFocusCallback
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\UserInterface\FocusScopeManager.cs (1)
94this.returnFocusCallback = value;
3 references to returnFocusCallback
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\UserInterface\FocusScopeManager.cs (3)
88get { return this.returnFocusCallback; } 91Fx.Assert(this.returnFocusCallback == null, "Cannot set the ReturnFocusCallback more than once per Process"); 92if (this.returnFocusCallback == null)