5 references to sinkAttached
PresentationFramework (5)
MS\Internal\Controls\ActiveXHelper.cs (1)
47
public static readonly int inTransition = BitVector32.CreateMask(
sinkAttached
);
System\Windows\Interop\ActiveXHost.cs (4)
531
if (!this.GetAxHostState(ActiveXHelper.
sinkAttached
))
533
this.SetAxHostState(ActiveXHelper.
sinkAttached
, true);
541
if (this.GetAxHostState(ActiveXHelper.
sinkAttached
))
543
this.SetAxHostState(ActiveXHelper.
sinkAttached
, false);