WPF
OnMouseMove does not fire on canvas in WPF
I have done my custom chart control and I want to draw a simple cross following the cursor. The chart is implemented as a PolyLine over a Canvas and I\'m drawing two lines changing their coordinates a[详细]
2023-04-12 18:57 分类:问答WPF/WCF application cause blue screen when PC is undocked
I am trying to solve a blue screen problem. We have a .Net 4.0 WPF PRISM application. One specialthing about this application is that it hosts a WCF Service, which we use to communicate with the clie[详细]
2023-04-12 18:42 分类:问答How to make itemtemplate aware of its containing template?
I want this Ellipse to get its coordinates from its corresponding BallViewModel, and to use them to determine its location inside a canvas.[详细]
2023-04-12 18:25 分类:问答DependencyProperty / INotifyPropertyChanged on low level objects
I have some fairly low level classes that are used in a WPF application that I\'m working on. One, for example represents an object that will be displayed as a list in a ScrollViewer and displayed wit[详细]
2023-04-12 17:56 分类:问答How to get the groups of a user in Active Directory?
I use from this code: List<GroupPrincipal> result = new List<GroupPrincipal>(); // establish domain context[详细]
2023-04-12 17:49 分类:问答Data Trigger using Converter not working
I am trying to update the color of textblock depending on it value. Seems simple however not working.[详细]
2023-04-12 17:31 分类:问答Lync API using PresenceIndicator outputting TypeInitializationException within InitializationCompleted
I am using the Lync API within a WPF application.I have used the Office365 Lync Lab 9.1 within the training kit.However when I move the code into my WPF application the Presen开发者_运维知识库ceIndica[详细]
2023-04-12 17:04 分类:问答Type Converter in WPF
I have gone through this article but still i am not very much clear about Type Converter and its usage.[详细]
2023-04-12 16:54 分类:问答Exception when trying to add Controls to a UserControl
While I was trying to add Controls to my UserControl list it t开发者_运维技巧hrew \"The calling thread cannot access this object because a different thread owns it.\" exception.[详细]
2023-04-12 16:20 分类:问答Declaration of control
I need help in a Math logic issue. Let say I have an object that can be manipulate (move) by user. After the user moved the object I would like the object to continue moving and decelerate to a stop.[详细]
2023-04-12 15:55 分类:问答