7 references to inTransition
PresentationFramework (7)
MS\Internal\Controls\ActiveXHelper.cs (1)
48
public static readonly int processingKeyUp = BitVector32.CreateMask(
inTransition
);
System\Windows\Interop\ActiveXHost.cs (6)
393
if (!this.GetAxHostState(ActiveXHelper.
inTransition
))
395
this.SetAxHostState(ActiveXHelper.
inTransition
, true);
438
this.SetAxHostState(ActiveXHelper.
inTransition
, false);
445
if (!this.GetAxHostState(ActiveXHelper.
inTransition
))
447
this.SetAxHostState(ActiveXHelper.
inTransition
, true);
494
this.SetAxHostState(ActiveXHelper.
inTransition
, false);