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)
528if (!this.GetAxHostState(ActiveXHelper.sinkAttached)) 530this.SetAxHostState(ActiveXHelper.sinkAttached, true); 538if (this.GetAxHostState(ActiveXHelper.sinkAttached)) 540this.SetAxHostState(ActiveXHelper.sinkAttached, false);