Refactor/mainwindow #437
Draft
Refactor/mainwindow #437
Annotations
10 warnings
|
Build the Solution:
Ink Canvas/App.xaml.cs#L1121
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
|
Build the Solution:
Ink Canvas/App.xaml.cs#L834
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
|
Build the Solution:
Ink Canvas/MainWindow_controls/PPTNavigationSideRight.xaml.cs#L94
'PPTNavigationSideRight.IsVisible' hides inherited member 'UIElement.IsVisible'. Use the new keyword if hiding was intended.
|
|
Build the Solution:
Ink Canvas/MainWindow_controls/PPTNavigationSideRight.xaml.cs#L17
'PPTNavigationSideRight.IsVisibleProperty' hides inherited member 'UIElement.IsVisibleProperty'. Use the new keyword if hiding was intended.
|
|
Build the Solution:
Ink Canvas/MainWindow_controls/PPTNavigationSideLeft.xaml.cs#L41
'PPTNavigationSideLeft.IsVisible' hides inherited member 'UIElement.IsVisible'. Use the new keyword if hiding was intended.
|
|
Build the Solution:
Ink Canvas/MainWindow_controls/PPTNavigationSideLeft.xaml.cs#L17
'PPTNavigationSideLeft.IsVisibleProperty' hides inherited member 'UIElement.IsVisibleProperty'. Use the new keyword if hiding was intended.
|
|
Build the Solution:
Ink Canvas/MainWindow_controls/PPTNavigationBottomRight.xaml.cs#L72
'PPTNavigationBottomRight.IsVisible' hides inherited member 'UIElement.IsVisible'. Use the new keyword if hiding was intended.
|
|
Build the Solution:
Ink Canvas/MainWindow_controls/PPTNavigationBottomRight.xaml.cs#L17
'PPTNavigationBottomRight.IsVisibleProperty' hides inherited member 'UIElement.IsVisibleProperty'. Use the new keyword if hiding was intended.
|
|
Build the Solution:
Ink Canvas/MainWindow_controls/PPTNavigationBottomLeft.xaml.cs#L72
'PPTNavigationBottomLeft.IsVisible' hides inherited member 'UIElement.IsVisible'. Use the new keyword if hiding was intended.
|
|
Build the Solution:
Ink Canvas/MainWindow_controls/PPTNavigationBottomLeft.xaml.cs#L17
'PPTNavigationBottomLeft.IsVisibleProperty' hides inherited member 'UIElement.IsVisibleProperty'. Use the new keyword if hiding was intended.
|
Loading