Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 2011/07/06 6:22: Fatal - '{DependencyProperty.UnsetValue}' は、プロパティ 'FocusVisualStyle' の有効な値ではありません。
  2.    場所 System.Windows.DependencyObject.GetEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, RequestFlags requests)
  3.    場所 System.Windows.DependencyObject.GetValueEntry(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, RequestFlags requests)
  4.    場所 System.Windows.DependencyObject.GetValue(DependencyProperty dp)
  5.    場所 System.Windows.FrameworkElement.get_FocusVisualStyle()
  6.    場所 System.Windows.Input.KeyboardNavigation.ShowFocusVisual(DependencyObject element)
  7.    場所 System.Windows.Input.KeyboardNavigation.ShowFocusVisual()
  8.    場所 System.Windows.FrameworkElement.OnGotKeyboardFocus(Object sender, KeyboardFocusChangedEventArgs e)
  9.    場所 System.Windows.Input.KeyboardFocusChangedEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
  10.    場所 System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  11.    場所 System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  12.    場所 System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  13.    場所 System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  14.    場所 System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
  15.    場所 System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
  16.    場所 System.Windows.Input.InputManager.ProcessStagingArea()
  17.    場所 System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
  18.    場所 System.Windows.Input.KeyboardDevice.ChangeFocus(DependencyObject focus, Int32 timestamp)
  19.    場所 System.Windows.Input.KeyboardDevice.TryChangeFocus(DependencyObject newFocus, IKeyboardInputProvider keyboardInputProvider, Boolean askOld, Boolean askNew, Boolean forceToNullIfFailed)
  20.    場所 System.Windows.Input.KeyboardDevice.Focus(DependencyObject focus, Boolean askOld, Boolean askNew, Boolean forceToNullIfFailed)
  21.    場所 System.Windows.Input.KeyboardDevice.Focus(IInputElement element)
  22.    場所 System.Windows.UIElement.Focus()
  23.    場所 System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonDown(MouseButtonEventArgs e)
  24.    場所 System.Windows.UIElement.OnMouseLeftButtonDownThunk(Object sender, MouseButtonEventArgs e)
  25.    場所 System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
  26.    場所 System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  27.    場所 System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  28.    場所 System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  29.    場所 System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
  30.    場所 System.Windows.UIElement.OnMouseDownThunk(Object sender, MouseButtonEventArgs e)
  31.    場所 System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
  32.    場所 System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  33.    場所 System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  34.    場所 System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  35.    場所 System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  36.    場所 System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
  37.    場所 System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
  38.    場所 System.Windows.Input.InputManager.ProcessStagingArea()
  39.    場所 System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
  40.    場所 System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
  41.    場所 System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
  42.    場所 System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  43.    場所 System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  44.    場所 MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  45.    場所 MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  46.    場所 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  47.    場所 MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  48.    場所 System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  49.    場所 MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  50.    場所 MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  51.    場所 System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  52.    場所 System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
  53.    場所 System.Windows.Threading.Dispatcher.Run()
  54.    場所 System.Windows.Application.RunDispatcher(Object ignore)
  55.    場所 System.Windows.Application.RunInternal(Window window)
  56.    場所 System.Windows.Application.Run(Window window)
  57.    場所 TEdit.App.Main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement