1 write to activeManagedFocusScope
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\UserInterface\FocusScopeManager.cs (1)
113this.activeManagedFocusScope = new WeakReference(value);
5 references to activeManagedFocusScope
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\UserInterface\FocusScopeManager.cs (5)
103if (this.activeManagedFocusScope != null && this.activeManagedFocusScope.IsAlive) 105return this.activeManagedFocusScope.Target as UIElement; 111if (this.activeManagedFocusScope == null) 117this.activeManagedFocusScope.Target = value;