5 references to sinkAttached
PresentationFramework (5)
MS\Internal\Controls\ActiveXHelper.cs (1)
48public static readonly int inTransition = BitVector32.CreateMask(sinkAttached);
System\Windows\Interop\ActiveXHost.cs (4)
532if (!this.GetAxHostState(ActiveXHelper.sinkAttached)) 534this.SetAxHostState(ActiveXHelper.sinkAttached, true); 542if (this.GetAxHostState(ActiveXHelper.sinkAttached)) 544this.SetAxHostState(ActiveXHelper.sinkAttached, false);