krmr

Results 6 comments of krmr

> Can you provide us the xaml code of your example please ? Sure, I have added it to the demo application here: https://github.com/krmr/MaterialDesignInXamlToolkit/blob/toolBarOverflow/MainDemo.Wpf/MenusAndToolBars.xaml (The background color is set to...

@Keboo, thanks for your feedback. Actually I had thought along the same lines but was not really sure as the visibilty is set in `ToolBarOverflowButtonVisibilityConverter`. So I guess it would...

@Xaalek I think the demo application already has overflow items but it might depend on the window size. From my point of view we could always collapse the area if...

Thanks for the feedback. > UntilNextCall should pin whatever is the latest value for each individual function, and unpin any old ones. If it's pinning the latest of all calls...

Well, when debugging I see that the code generated for GLFW uses 0 as the slot value in each call to PinUntilNextCall. After looking a bit deeper into the issue...

The constructor of MarshalContext already has IMethodSymbol as an argument. With that there could be something along the lines of `GCCount = methodSymbol.GetHashCode();` in the constructor to initialize the value...