You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 'appbar_xxx' icons provided in the MahApps.Metro.Resources cannot be used repeatedly on the same Window or User Control, only one of them appears. They should be marked with x:Shared="False" so that the same resource can be referred multiple times.
e.g. <Canvas x:Key="appbar_add" Width="76" Height="76" Clip="F1 M 0,0L 76,0L 76,76L 0,76L 0,0" x:Shared="False">