7 references to inTransition
PresentationFramework (7)
MS\Internal\Controls\ActiveXHelper.cs (1)
52public static readonly int processingKeyUp = BitVector32.CreateMask(inTransition);
System\Windows\Interop\ActiveXHost.cs (6)
408if (!this.GetAxHostState(ActiveXHelper.inTransition)) 410this.SetAxHostState(ActiveXHelper.inTransition, true); 453this.SetAxHostState(ActiveXHelper.inTransition, false); 460if (!this.GetAxHostState(ActiveXHelper.inTransition)) 462this.SetAxHostState(ActiveXHelper.inTransition, true); 509this.SetAxHostState(ActiveXHelper.inTransition, false);