Bastian Schmidt
Bastian Schmidt
That's, most likely, caused by referencing a non existing resource in your resources. Could you provide a repro?
Doesn't the event subscription create a strong reference between application and expression, thus holding all expressions in memory for the lifetime of the application? Before the change the expression could...
Ah, i was blind...
For anyone trying to change the default value for `AutomationProperties.ItemStatusProperty` you can use: ``` private static readonly FieldInfo? propertyMetadataDefaultValueFieldInfo = typeof(PropertyMetadata).GetField("_defaultValue", BindingFlags.Instance | BindingFlags.NonPublic); private static void ForceOverwriteDefaultValue(DependencyProperty property, object?...
> Can you tell us the reason WHY they need accessing disabling controls? The reason to disable a control is to prevent end user doing anything with it. It allows...
I assumed you knew how screen readers work, sorry. Screen readers mostly, not only but most of the time, work by tracking the focus. If something can't receive focus it's...
So your point is NOTHING should be fixed/improved as long as there is a workaround?
The proposal and the draft implementation in the PR are about an optional setting, which breaking changes does that cause in any application? > So is everyone else. That's definitely...
> Someone else has already explained that this would cause new states that need to be handled, among other things, you seem to just being ignoring their input. I never...
I hid my last two comments as HypsyNZ decided to delete his comments, thus making mine "outdated".