You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@grokys upon checking, seems like that the VisualBrush never do a Measure() call on VisualBrush's Visual if its defined in XAML, hence the null exceptions...
To repro: Just set any visual control's
OpacityMask
with aVisualBrush
. On runtime it should trigger an NRE.The text was updated successfully, but these errors were encountered: