开发者

What assembly is ValidationRule in?

开发者 https://www.devze.com 2023-03-10 19:31 出处:网络
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 - accond

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

精彩评论

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