7 references to inTransition
PresentationFramework (7)
src\Framework\MS\Internal\Controls\ActiveXHelper.cs (1)
58public static readonly int processingKeyUp = BitVector32.CreateMask(inTransition);
src\Framework\System\Windows\Interop\ActiveXHost.cs (6)
448if (!this.GetAxHostState(ActiveXHelper.inTransition)) 450this.SetAxHostState(ActiveXHelper.inTransition, true); 493this.SetAxHostState(ActiveXHelper.inTransition, false); 500if (!this.GetAxHostState(ActiveXHelper.inTransition)) 502this.SetAxHostState(ActiveXHelper.inTransition, true); 549this.SetAxHostState(ActiveXHelper.inTransition, false);