5 references to sinkAttached
PresentationFramework (5)
MS\Internal\Controls\ActiveXHelper.cs (1)
48
public static readonly int inTransition = BitVector32.CreateMask(
sinkAttached
);
System\Windows\Interop\ActiveXHost.cs (4)
532
if (!this.GetAxHostState(ActiveXHelper.
sinkAttached
))
534
this.SetAxHostState(ActiveXHelper.
sinkAttached
, true);
542
if (this.GetAxHostState(ActiveXHelper.
sinkAttached
))
544
this.SetAxHostState(ActiveXHelper.
sinkAttached
, false);