7 references to inTransition
PresentationFramework (7)
MS\Internal\Controls\ActiveXHelper.cs (1)
49
public static readonly int processingKeyUp = BitVector32.CreateMask(
inTransition
);
System\Windows\Interop\ActiveXHost.cs (6)
394
if (!this.GetAxHostState(ActiveXHelper.
inTransition
))
396
this.SetAxHostState(ActiveXHelper.
inTransition
, true);
439
this.SetAxHostState(ActiveXHelper.
inTransition
, false);
446
if (!this.GetAxHostState(ActiveXHelper.
inTransition
))
448
this.SetAxHostState(ActiveXHelper.
inTransition
, true);
495
this.SetAxHostState(ActiveXHelper.
inTransition
, false);