6 references to _changedWidthGroups
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupsPanel.cs (6)
92
if (!
_changedWidthGroups
.ContainsKey(group))
94
_changedWidthGroups
[group] = originalWidth;
102
if (
_changedWidthGroups
.Count > 0)
104
foreach (RibbonGroup invalidGroup in
_changedWidthGroups
.Keys)
106
double originalRenderWidth =
_changedWidthGroups
[invalidGroup];
117
_changedWidthGroups
.Clear();