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