3 references to ExpandedEvent
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (3)
152add { AddHandler(ExpandedEvent, value, false); } 153remove { RemoveHandler(ExpandedEvent, value); } 1435ribbon.RaiseEvent(new RoutedEventArgs(ribbon.IsCollapsed ? CollapsedEvent : ExpandedEvent));