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