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)
390if (!this.GetAxHostState(ActiveXHelper.inTransition)) 392this.SetAxHostState(ActiveXHelper.inTransition, true); 435this.SetAxHostState(ActiveXHelper.inTransition, false); 442if (!this.GetAxHostState(ActiveXHelper.inTransition)) 444this.SetAxHostState(ActiveXHelper.inTransition, true); 491this.SetAxHostState(ActiveXHelper.inTransition, false);