5 references to sinkAttached
PresentationFramework (5)
src\Framework\MS\Internal\Controls\ActiveXHelper.cs (1)
57
public static readonly int inTransition = BitVector32.CreateMask(
sinkAttached
);
src\Framework\System\Windows\Interop\ActiveXHost.cs (4)
598
if (!this.GetAxHostState(ActiveXHelper.
sinkAttached
))
600
this.SetAxHostState(ActiveXHelper.
sinkAttached
, true);
615
if (this.GetAxHostState(ActiveXHelper.
sinkAttached
))
617
this.SetAxHostState(ActiveXHelper.
sinkAttached
, false);