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