A cross-platform UI framework for .NET
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Jeremy Koritzinsky 287cc3c22e Fixes failing tests for when an ExpressionSubject/ExpressionObserver is never subscribed to. 10 years ago
..
Parsers Added attached property support in bindings. 10 years ago
Plugins Made validation enable-able during binding construction, similar to WPF. Now validation events are only raised when the validation type is enabled on the property. 10 years ago
CommonPropertyNames.cs Added copyright header to some new files. 10 years ago
ExpressionNode.cs Fixes failing tests for when an ExpressionSubject/ExpressionObserver is never subscribed to. 10 years ago
ExpressionNodeBuilder.cs Fixed some warnings. 11 years ago
ExpressionObserver.cs Moved validation filtering into ExpressionObserver and out of InstancedBinding, PerspexObject, and the Priority* system. Renamed some methods in this system to be more descriptive. 10 years ago
ExpressionParseException.cs Fixed some warnings. 11 years ago
ExpressionSubject.cs Finished wiring up validation support. Now exceptions and INotifyDataErrorInfo implementers will set controls into their ":invalid" pseudo-class state. 10 years ago
IndexerNode.cs Use weak events for indexer subscriptions. 10 years ago
LogicalNotNode.cs Make ExpressionObserver accept a priority for sets. 10 years ago
PropertyAccessorNode.cs Changed validation on controls to allow notifications from multiple types of validation and correctly report if it is valid. Changed initalization of validation plugins to nest within each other so there can be multiple active at once. 10 years ago