7 references to inTransition
PresentationFramework (7)
MS\Internal\Controls\ActiveXHelper.cs (1)
48
public static readonly int processingKeyUp = BitVector32.CreateMask(
inTransition
);
System\Windows\Interop\ActiveXHost.cs (6)
390
if (!this.GetAxHostState(ActiveXHelper.
inTransition
))
392
this.SetAxHostState(ActiveXHelper.
inTransition
, true);
435
this.SetAxHostState(ActiveXHelper.
inTransition
, false);
442
if (!this.GetAxHostState(ActiveXHelper.
inTransition
))
444
this.SetAxHostState(ActiveXHelper.
inTransition
, true);
491
this.SetAxHostState(ActiveXHelper.
inTransition
, false);