开发者

What assembly is ValidationRule in?

I'm trying to build a validation rule for a C# WPF application by creating a class that implements ValidationRule. My problem is that I can't find the System.Windows.Controls assembly which - acconding to the documen开发者_开发知识库tation - contains it. Does anybody know the right assembly in the 3.5 runtime ? Thanks


Namespace: System.Windows.Controls
Assembly: PresentationFramework (in PresentationFramework.dll

The documentation is your friend. (Namespace != assembly)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜