Home
last modified time | relevance | path

Searched refs:CanExecuteChanged (Results 1 – 25 of 32) sorted by relevance

12

/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrakeWPF/Commands/
H A DOpenPresetManagerCommand.cs22 public event EventHandler? CanExecuteChanged; event in HandBrakeWPF.Commands.OpenPresetManagerCommand
37 this.CanExecuteChanged?.Invoke(this, EventArgs.Empty); in OnCanExecuteChanged()
H A DAddPresetCommand.cs19 public event EventHandler? CanExecuteChanged; event in HandBrakeWPF.Commands.AddPresetCommand
34 this.CanExecuteChanged?.Invoke(this, EventArgs.Empty); in OnCanExecuteChanged()
H A DPresetMenuSelectCommand.cs57 public event EventHandler CanExecuteChanged { add { } remove { } } property in HandBrakeWPF.Commands.PresetMenuSelectCommand
H A DSourceMenuCommand.cs49 public event EventHandler CanExecuteChanged { add { } remove { } } property in HandBrakeWPF.Commands.SourceMenuCommand
H A DOpenOptionsScreenCommand.cs28 public event EventHandler CanExecuteChanged { add { } remove { } } property in HandBrakeWPF.Commands.OpenOptionsScreenCommand
H A DInputBindingTrigger.cs38 public event EventHandler CanExecuteChanged = delegate { }; event in HandBrakeWPF.Commands.InputBindingTrigger
H A DProcessShortcutCommand.cs182 public event EventHandler CanExecuteChanged { add { } remove { } } property in HandBrakeWPF.Commands.ProcessShortcutCommand
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrakeWPF/Views/
H A DErrorView.xaml.cs35 public event EventHandler CanExecuteChanged; event in HandBrakeWPF.Views.CopyError
52 this.CanExecuteChanged?.Invoke(this, EventArgs.Empty); in OnCanExecuteChanged()
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/examples/wp8/MegaApp/MegaApp/Models/
H A DDelegateCommand.cs62 public event EventHandler CanExecuteChanged; event in MegaApp.Models.DelegateCommand
66 EventHandler handler = this.CanExecuteChanged; in RaiseCanExecuteChanged()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Windows.Input/
H A DICommand.cs40 event EventHandler CanExecuteChanged; event
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ObjectModel/src/System/Windows/Input/
H A DICommand.cs19 event EventHandler CanExecuteChanged; event
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.WindowsRuntime/src/System/Runtime/InteropServices/WindowsRuntime/
H A DMarshalingHelpers.cs350 private event EventHandler CanExecuteChanged property in System.Runtime.InteropServices.WindowsRuntime.ICommandToManagedAdapter
425 _this.CanExecuteChanged += handler; in add_CanExecuteChanged()
439 _this.CanExecuteChanged -= handler; in remove_CanExecuteChanged()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/collections/specialized/
H A Dmarshalinghelpers.cs340 private event EventHandler CanExecuteChanged property in System.Runtime.InteropServices.WindowsRuntime.ICommandToManagedAdapter
416 _this.CanExecuteChanged += handler; in add_CanExecuteChanged()
430 _this.CanExecuteChanged -= handler; in remove_CanExecuteChanged()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/sys/system/windows/input/
H A DICommand.cs30 event EventHandler CanExecuteChanged; event
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrakeWPF/Commands/Menu/
H A DQueueCommands.cs79 public event EventHandler CanExecuteChanged { add { } remove { } } property in HandBrakeWPF.Commands.Menu.QueueCommands
/dports/security/beid/eid-mw-5.0.8/plugins_tools/eid-viewer/Windows/eIDDataSignCheck/Sources/
H A DCertViewModel.cs196 public event EventHandler CanExecuteChanged property in eIDViewer.CertViewModel.RelayCommand
/dports/security/beid/eid-mw-5.0.8/plugins_tools/eid-viewer/Windows/eIDViewer/Sources/
H A DCertViewModel.cs203 public event EventHandler CanExecuteChanged property in eIDViewer.CertViewModel.RelayCommand
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ObjectModel/ref/
H A DSystem.ObjectModel.cs203 event System.EventHandler CanExecuteChanged; event
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/UI/Xaml/Input/
H A Dmod.rs1973 …pub fn CanExecuteChanged<'a, Param0: ::windows::runtime::IntoParam<'a, super::super::super::Founda… in CanExecuteChanged() method
6766 …pub fn CanExecuteChanged<'a, Param0: ::windows::runtime::IntoParam<'a, super::super::super::Founda… in CanExecuteChanged() method
7302 …pub fn CanExecuteChanged<'a, Param0: ::windows::runtime::IntoParam<'a, super::super::super::Founda… in CanExecuteChanged() method
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs10101 event System.EventHandler CanExecuteChanged; event
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs10273 event System.EventHandler CanExecuteChanged; event
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs10102 event System.EventHandler CanExecuteChanged; event
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs10272 event System.EventHandler CanExecuteChanged; event
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs13511 event System.EventHandler CanExecuteChanged; event
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs13562 event System.EventHandler CanExecuteChanged; event

12