7 references to inTransition
PresentationFramework (7)
src\Framework\MS\Internal\Controls\ActiveXHelper.cs (1)
58
public static readonly int processingKeyUp = BitVector32.CreateMask(
inTransition
);
src\Framework\System\Windows\Interop\ActiveXHost.cs (6)
448
if (!this.GetAxHostState(ActiveXHelper.
inTransition
))
450
this.SetAxHostState(ActiveXHelper.
inTransition
, true);
493
this.SetAxHostState(ActiveXHelper.
inTransition
, false);
500
if (!this.GetAxHostState(ActiveXHelper.
inTransition
))
502
this.SetAxHostState(ActiveXHelper.
inTransition
, true);
549
this.SetAxHostState(ActiveXHelper.
inTransition
, false);