Created
July 23, 2020 11:14
-
-
Save poqdavid/51429c82ef48fae3002ae0aac9884f13 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MS.Internal.PtsHost.UnsafeNativeMethods.PTS.SecondaryException | |
HResult=0x80131500 | |
Message=The calling thread cannot access this object because a different thread owns it. | |
Source=WindowsBase | |
StackTrace: | |
at System.Windows.Threading.Dispatcher.VerifyAccess() | |
at System.Windows.DependencyObject.GetValue(DependencyProperty dp) | |
at System.Windows.Documents.Paragraph.get_KeepWithNext() | |
at MS.Internal.Text.DynamicPropertyReader.GetKeepWithNext(DependencyObject element) | |
at MS.Internal.PtsHost.BaseParagraph.GetParaProperties(FSPAP& fspap, Boolean ignoreElementProps) | |
at MS.Internal.PtsHost.ContainerParagraph.GetParaProperties(FSPAP& fspap) | |
at MS.Internal.PtsHost.PtsHost.GetParaProperties(IntPtr pfsclient, IntPtr nmp, FSPAP& fspap) | |
This exception was originally thrown at this call stack: | |
[External Code] | |
Inner Exception 1: | |
InvalidOperationException: The calling thread cannot access this object because a different thread owns it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment