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