3 writes to handlingPointerButtonEvent
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\UserInterface\FocusScopeManager.cs (3)
189this.handlingPointerButtonEvent = false; 203this.handlingPointerButtonEvent = true; 211this.handlingPointerButtonEvent = false;
1 reference to handlingPointerButtonEvent
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\UserInterface\FocusScopeManager.cs (1)
126return this.denyNextFocusChange && !this.handlingPointerButtonEvent;