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