-
Updated
Oct 6, 2020 - C#
roslyn
Here are 234 public repositories matching this topic...
-
Updated
Jun 1, 2020 - C#
-
Updated
Oct 6, 2020 - C#
-
Updated
Oct 5, 2020 - C#
-
Updated
Sep 19, 2020 - C#
-
Updated
Oct 5, 2020 - C#
-
Updated
Sep 12, 2020 - C#
-
Updated
Sep 27, 2020 - C#
-
Updated
May 25, 2018 - C#
-
Updated
Sep 9, 2020 - C#
Input code
Private Sub IStrategyHostController_NotifyPosition(pPosition As Integer) Implements IStrategyHostController.NotifyPosition
Static sPrevPosition As Integer
mView.NotifyPosition(pPosition)
If (pPosition <> 0 And sPrevPosition = 0) Or (pPosition > 0 And sPrevPosition < 0) Or (pPosition < 0 And sPrevPosition > 0) Then
If mModel.-
Updated
Sep 25, 2020
-
Updated
Oct 5, 2020 - C#
-
Updated
Sep 30, 2020 - C#
-
Updated
Feb 19, 2018 - C#
-
Updated
Jun 7, 2019
-
Updated
Jun 19, 2020 - C#
-
Updated
Oct 1, 2020 - C#
-
Updated
Sep 26, 2020 - C#
-
Updated
Jun 29, 2018 - C#
-
Updated
Oct 6, 2018 - C#
Improve this page
Add a description, image, and links to the roslyn topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the roslyn topic, visit your repo's landing page and select "manage topics."
What would you like clarification on:
I read that Uno renders all controls in Windows style and there is an option somewhere deep in Uno to have some of the controls render in native OS style.
I believe it's crucial to be able to switch an application's (or page's) property to render controls using native styles wherever applicable (and to be able to switch back to Windows style again when