4 changed files
Xceed.Wpf.Toolkit | ||
CheckComboBox/Implementation | ||
CheckComboBox.cs | ||
Chromes/Implementation | ||
ButtonChrome.cs | ||
Core/Utilities | ||
ContextMenuUtilities.cs | ||
DropDownButton/Implementation | ||
DropDownButton.cs | ||
CheckComboBox.cs
/Xceed.Wpf.Toolkit/CheckComboBox/Implementation/CheckComboBox.cs-2/Xceed.Wpf.Toolkit/CheckComboBox/Implementation/CheckComboBox.cs
Add comment 109 {
Add comment 110 _initialValue.Clear();
Add comment 111 }
Add comment 112 Minus
Add comment 113 Minus // TODO: Add your property changed side-effects. Descendants can override as well.
Add comment 114 112 }
Add comment 115 113
Add comment 116 114 #endregion //IsDropDownOpen
ButtonChrome.cs
/Xceed.Wpf.Toolkit/Chromes/Implementation/ButtonChrome.cs-3/Xceed.Wpf.Toolkit/Chromes/Implementation/ButtonChrome.cs
Add comment 197
Add comment 198 protected virtual void OnRenderMouseOverChanged( bool oldValue, bool newValue )
Add comment 199 {
Add comment 200 Minus // TODO: Add your property changed side-effects. Descendants can override as well.
Add comment 201 200 }
Add comment 202 201
Add comment 203 202 #endregion //RenderMouseOver
Add comment 226 225
Add comment 227 226 protected virtual void OnRenderNormalChanged( bool oldValue, bool newValue )
Add comment 228 227 {
Add comment 229 Minus // TODO: Add your property changed side-effects. Descendants can override as well.
Add comment 230 228 }
Add comment 231 229
Add comment 232 230 #endregion //RenderNormal
Add comment 255 253
Add comment 256 254 protected virtual void OnRenderPressedChanged( bool oldValue, bool newValue )
Add comment 257 255 {
Add comment 258 Minus // TODO: Add your property changed side-effects. Descendants can override as well.
Add comment 259 256 }
Add comment 260 257
Add comment 261 258 #endregion //RenderPressed
ContextMenuUtilities.cs
/Xceed.Wpf.Toolkit/Core/Utilities/ContextMenuUtilities.cs-1/Xceed.Wpf.Toolkit/Core/Utilities/ContextMenuUtilities.cs
Add comment 44 }
Add comment 45 };
Add comment 46 }
Add comment 47 Minus //TODO: remove handler when set to false
Add comment 48 47 }
Add comment 49 48 }
Add comment 50 49 }
DropDownButton.cs
/Xceed.Wpf.Toolkit/DropDownButton/Implementation/DropDownButton.cs-1/Xceed.Wpf.Toolkit/DropDownButton/Implementation/DropDownButton.cs
Add comment 102
Add comment 103 protected virtual void OnDropDownContentChanged( object oldValue, object newValue )
Add comment 104 {
Add comment 105 Minus // TODO: Add your property changed side-effects. Descendants can override as well.
Add comment 106 105 }
Add comment 107 106
Add comment 108 107 #endregion //DropDownContent