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