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