5 references to sinkAttached
PresentationFramework (5)
MS\Internal\Controls\ActiveXHelper.cs (1)
51
public static readonly int inTransition = BitVector32.CreateMask(
sinkAttached
);
System\Windows\Interop\ActiveXHost.cs (4)
546
if (!this.GetAxHostState(ActiveXHelper.
sinkAttached
))
548
this.SetAxHostState(ActiveXHelper.
sinkAttached
, true);
556
if (this.GetAxHostState(ActiveXHelper.
sinkAttached
))
558
this.SetAxHostState(ActiveXHelper.
sinkAttached
, false);