3 references to ShouldGalleryItemsAcquireFocus
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (3)
3156get { return _bits[(int)Bits.ShouldGalleryItemsAcquireFocus]; } 3157set { _bits[(int)Bits.ShouldGalleryItemsAcquireFocus] = value; } 3222private BitVector32 _bits = new BitVector32((int)Bits.CanExecute | (int)Bits.ShouldExecuteCommand | (int)Bits.ShouldGalleryItemsAcquireFocus);