6 references to _changedWidthGroups
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupsPanel.cs (6)
91
if (!
_changedWidthGroups
.ContainsKey(group))
93
_changedWidthGroups
[group] = originalWidth;
101
if (
_changedWidthGroups
.Count > 0)
103
foreach (RibbonGroup invalidGroup in
_changedWidthGroups
.Keys)
105
double originalRenderWidth =
_changedWidthGroups
[invalidGroup];
116
_changedWidthGroups
.Clear();