2 writes to _firstGalleryItem
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (2)
1342
_firstGalleryItem
= null;
1350
_firstGalleryItem
= new WeakReference(item);
6 references to _firstGalleryItem
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (6)
1364
if (
_firstGalleryItem
!= null &&
_firstGalleryItem
.IsAlive &&
_firstGalleryItem
.Target.Equals(item))
1375
if (
_firstGalleryItem
!= null &&
_firstGalleryItem
.IsAlive &&
_firstGalleryItem
.Target.Equals(item))