Skip to content

Instantly share code, notes, and snippets.

@ProfileRedacted
Created March 28, 2023 08:46
Show Gist options
  • Save ProfileRedacted/b727f4a492204f36019057daa5a0a9cb to your computer and use it in GitHub Desktop.
Save ProfileRedacted/b727f4a492204f36019057daa5a0a9cb to your computer and use it in GitHub Desktop.
System.Windows.Data Warning: 56 : Created BindingExpression (hash=60232767) for Binding (hash=36518691)
System.Windows.Data Warning: 58 : Path: 'IsReadOnly'
System.Windows.Data Warning: 60 : BindingExpression (hash=60232767): Default mode resolved to OneWay
System.Windows.Data Warning: 61 : BindingExpression (hash=60232767): Default update trigger resolved to PropertyChanged
System.Windows.Data Warning: 62 : BindingExpression (hash=60232767): Attach to WpfHexaEditor.HexEditor.ReadOnlyMode (hash=5223998)
System.Windows.Data Warning: 67 : BindingExpression (hash=60232767): Resolving source
System.Windows.Data Warning: 70 : BindingExpression (hash=60232767): Found data context element: HexEditor (hash=5223998) (OK)
System.Windows.Data Warning: 71 : BindingExpression (hash=60232767): DataContext is null
System.Windows.Data Warning: 65 : BindingExpression (hash=60232767): Resolve source deferred
System.Windows.Data Warning: 67 : BindingExpression (hash=60232767): Resolving source
System.Windows.Data Warning: 70 : BindingExpression (hash=60232767): Found data context element: HexEditor (hash=5223998) (OK)
System.Windows.Data Warning: 78 : BindingExpression (hash=60232767): Activate with root item MainWindowViewModel (hash=24049039)
System.Windows.Data Warning: 107 : BindingExpression (hash=60232767): At level 0 using cached accessor for MainWindowViewModel.IsReadOnly: RuntimePropertyInfo(IsReadOnly)
System.Windows.Data Warning: 104 : BindingExpression (hash=60232767): Replace item at level 0 with MainWindowViewModel (hash=24049039), using accessor RuntimePropertyInfo(IsReadOnly)
System.Windows.Data Warning: 101 : BindingExpression (hash=60232767): GetValue at level 0 from MainWindowViewModel (hash=24049039) using RuntimePropertyInfo(IsReadOnly): 'False'
System.Windows.Data Warning: 80 : BindingExpression (hash=60232767): TransferValue - got raw value 'False'
System.Windows.Data Warning: 89 : BindingExpression (hash=60232767): TransferValue - using final value 'False'
System.Windows.Data Warning: 95 : BindingExpression (hash=60232767): Got PropertyChanged event from MainWindowViewModel (hash=24049039)
System.Windows.Data Warning: 101 : BindingExpression (hash=60232767): GetValue at level 0 from MainWindowViewModel (hash=24049039) using RuntimePropertyInfo(IsReadOnly): 'True'
System.Windows.Data Warning: 80 : BindingExpression (hash=60232767): TransferValue - got raw value 'True'
System.Windows.Data Warning: 89 : BindingExpression (hash=60232767): TransferValue - using final value 'True'
System.Windows.Data Warning: 79 : BindingExpression (hash=60232767): Deactivate
System.Windows.Data Warning: 103 : BindingExpression (hash=60232767): Replace item at level 0 with {NullDataItem}
System.Windows.Data Warning: 63 : BindingExpression (hash=60232767): Detach
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment