Google's Material Design in XAML & WPF, for C# & VB.Net.
158 matches across 6 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | …MaterialDesignThemes.UITests/WPF/Theme/ThemeTests.g.cs | 3 | // This code was generated by MaterialDesignToolkit.ResourceGeneration. |
| HIGH | …MaterialDragablzMashUp/Properties/Settings.Designer.cs | 3 | // This code was generated by a tool. |
| HIGH | …aterialDragablzMashUp/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. |
| HIGH | …rialDesignThemes.Wpf/ResourceDictionaryExtensions.g.cs | 3 | // This code was generated by MaterialDesignToolkit.ResourceGeneration. |
| HIGH | src/MaterialDesignThemes.Wpf/ThemeExtensions.g.cs | 3 | // This code was generated by MaterialDesignToolkit.ResourceGeneration. |
| HIGH | src/MaterialDesignThemes.Wpf/Theme.g.cs | 3 | // This code was generated by MaterialDesignToolkit.ResourceGeneration. |
| HIGH | …terialDesignThemes.Wpf/Properties/Settings.Designer.cs | 3 | // This code was generated by a tool. |
| HIGH | …erialDesignThemes.Wpf/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. |
| HIGH | …terialDesign3.Demo.Wpf/Properties/Settings.Designer.cs | 3 | // This code was generated by a tool. |
| HIGH | …erialDesign3.Demo.Wpf/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. |
| HIGH | …terialDesignColors.Wpf/Properties/Settings.Designer.cs | 3 | // This code was generated by a tool. |
| HIGH | …erialDesignColors.Wpf/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. |
| HIGH | src/MaterialDesignToolkit.ResourceGeneration/Brushes.cs | 18 | // This code was generated by MaterialDesignToolkit.ResourceGeneration. |
| HIGH | src/MainDemo.Wpf/Properties/Settings.Designer.cs | 3 | // This code was generated by a tool. |
| HIGH | src/MainDemo.Wpf/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. |
| HIGH | …alDesignThemes.MahApps/Properties/Settings.Designer.cs | 3 | // This code was generated by a tool. |
| HIGH | …lDesignThemes.MahApps/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | tests/MaterialDesignThemes.Wpf.Tests/DialogHostTests.cs | 481 | //[Test] |
| LOW | tests/MaterialDesignThemes.Wpf.Tests/DialogHostTests.cs | 501 | // { |
| LOW | tests/MaterialDesignThemes.Wpf.Tests/DialogHostTests.cs | 521 | // await tcs.Task; |
| LOW | …c/MahMaterialDragablzMashUp/Properties/AssemblyInfo.cs | 1 | using System.Runtime.InteropServices; |
| LOW | …aterialDragablzMashUp/Properties/Resources.Designer.cs | 1 | //------------------------------------------------------------------------------ |
| LOW | src/MaterialDesignThemes.Wpf/TreeViewAssist.cs | 41 | #endregion |
| LOW | src/MaterialDesignThemes.Wpf/Screen.cs | 321 | return new Screen((IntPtr)PRIMARY_MONITOR); |
| LOW | src/MaterialDesignThemes.Wpf/Screen.cs | 341 | /// </summary> |
| LOW | src/MaterialDesignThemes.Wpf/DialogHostEx.cs | 1 | namespace MaterialDesignThemes.Wpf; |
| LOW | src/MaterialDesignThemes.Wpf/DialogHostEx.cs | 21 | => GetFirstDialogHost(window).ShowInternal(content, null, null, null); |
| LOW | src/MaterialDesignThemes.Wpf/DialogHostEx.cs | 41 | /// </summary> |
| LOW | src/MaterialDesignThemes.Wpf/DialogHostEx.cs | 61 | /// <returns></returns> |
| LOW | src/MaterialDesignThemes.Wpf/DialogHostEx.cs | 81 | |
| LOW | src/MaterialDesignThemes.Wpf/DialogHostEx.cs | 101 | /// Shows a dialog using the parent/ancestor <see cref="DialogHost"/> of the a given <see cref="DependencyObject"/>. |
| LOW | src/MaterialDesignThemes.Wpf/DialogHostEx.cs | 121 | /// <returns></returns> |
| LOW | src/MaterialDesignThemes.Wpf/DialogHostEx.cs | 141 | /// <param name="childDependencyObject">Dependency object which should be a visual child of a <see cref="DialogHost" |
| LOW | src/MaterialDesignThemes.Wpf/DialogHostEx.cs | 161 | /// <returns></returns> |
| LOW | src/MaterialDesignThemes.Wpf/TextFieldAssist.cs | 21 | /// Sets the text box view margin. |
| LOW | src/MaterialDesignThemes.Wpf/TextFieldAssist.cs | 61 | /// <returns></returns> |
| LOW | src/MaterialDesignThemes.Wpf/IHintProxy.cs | 1 | namespace MaterialDesignThemes.Wpf; |
| LOW | src/MaterialDesignThemes.Wpf/ISnackbarMessageQueue.cs | 1 | namespace MaterialDesignThemes.Wpf; |
| LOW | src/MaterialDesignThemes.Wpf/ISnackbarMessageQueue.cs | 21 | /// </summary> |
| LOW | src/MaterialDesignThemes.Wpf/ISnackbarMessageQueue.cs | 41 | /// <param name="actionHandler">Call back to be executed if user clicks the action button.</param> |
| LOW | src/MaterialDesignThemes.Wpf/ISnackbarMessageQueue.cs | 61 | /// <param name="actionArgument">Argument to pass to <paramref name="actionHandler"/>.</param> |
| LOW | …c/MaterialDesignThemes.Wpf/PrefixSuffixHintBehavior.cs | 1 | namespace MaterialDesignThemes.Wpf; |
| LOW | src/MaterialDesignThemes.Wpf/TreeListView.cs | 61 | // if (element is TreeListViewItem treeListViewItem) |
| LOW | src/MaterialDesignThemes.Wpf/RippleAssist.cs | 21 | |
| LOW | src/MaterialDesignThemes.Wpf/DialogHost.cs | 81 | public static Task<object?> Show(object content) |
| LOW | src/MaterialDesignThemes.Wpf/DialogHost.cs | 101 | |
| LOW | src/MaterialDesignThemes.Wpf/DialogHost.cs | 121 | => Show(content, null, openedEventHandler, closingEventHandler, closedEventHandler); |
| LOW | src/MaterialDesignThemes.Wpf/DialogHost.cs | 141 | |
| LOW | src/MaterialDesignThemes.Wpf/DialogHost.cs | 161 | => Show(content, dialogIdentifier, openedEventHandler, closingEventHandler, null); |
| LOW | src/MaterialDesignThemes.Wpf/PopupBox.cs | 21 | /// <summary> |
| LOW | src/MaterialDesignThemes.Wpf/PopupBox.cs | 41 | /// <summary> |
| LOW | src/MaterialDesignThemes.Wpf/PopupBox.cs | 61 | } |
| LOW | src/MaterialDesignThemes.Wpf/PrefixSuffixVisibility.cs | 1 | namespace MaterialDesignThemes.Wpf; |
| LOW | …c/MaterialDesignThemes.Wpf/SnackbarMessageQueueItem.cs | 21 | |
| LOW | …MaterialDesignThemes.Wpf/Internal/Shims/NotNullWhen.cs | 1 | |
| LOW | …MaterialDesignThemes.Wpf/Internal/Shims/NotNullWhen.cs | 21 | ReturnValue = returnValue; |
| LOW | …nverters/FloatingHintInitialVerticalOffsetConverter.cs | 1 | using System.Globalization; |
| LOW | …erialDesignThemes.Wpf/Properties/Resources.Designer.cs | 1 | //------------------------------------------------------------------------------ |
| LOW | src/MaterialDesign3.Motion/AnimationSpec.cs | 1 | namespace MaterialDesignThemes.Motion; |
| LOW | src/MaterialDesign3.Motion/AnimationEndReason.cs | 1 | namespace MaterialDesignThemes.Motion; |
| LOW | src/MaterialDesign3.Motion/Easing.cs | 1 | namespace MaterialDesignThemes.Motion; |
| LOW | src/MaterialDesign3.Motion/SpringConstants.cs | 1 | namespace MaterialDesignThemes.Motion; |
| LOW | src/MaterialDesign3.Motion/SpringConstants.cs | 21 | public const float StiffnessMediumLow = 400f; |
| LOW | src/MaterialDesign3.Motion/AnimationParameters.cs | 1 | namespace MaterialDesignThemes.Motion; |
| LOW | src/MaterialDesign3.Motion/AnimationParameters.cs | 21 | /// </remarks> |
| LOW | src/MaterialDesign3.Motion/SpringMotionSpec.cs | 1 | namespace MaterialDesignThemes.Motion; |
| LOW | src/MaterialDesign3.Motion/ArcSpline.cs | 1 | namespace MaterialDesignThemes.Motion; |
| LOW | src/MaterialDesign3.Motion/CubicBezierEasing.cs | 1 | namespace MaterialDesignThemes.Motion; |
| LOW | src/MaterialDesign3.Motion/CubicBezierEasing.cs | 21 | /// </param> |
| LOW | src/MaterialDesign3.Motion/RepeatMode.cs | 1 | namespace MaterialDesignThemes.Motion; |
| LOW | src/MaterialDesign3.Motion/Repeatable.cs | 1 | namespace MaterialDesignThemes.Motion; |
| LOW | src/MaterialDesign3.Motion/Repeatable.cs | 21 | /// </remarks> |
| LOW | src/web/scripts/react.js | 1301 | // In modern browsers (i.e., not IE8 or IE9), the input event is exactly |
| LOW | src/MaterialDesign3.Demo.Wpf/Properties/AssemblyInfo.cs | 1 | using System.Runtime.InteropServices; |
| LOW | …erialDesign3.Demo.Wpf/Properties/Resources.Designer.cs | 1 | //------------------------------------------------------------------------------ |
| LOW | …erialDesignColors.Wpf/Properties/Resources.Designer.cs | 1 | //------------------------------------------------------------------------------ |
| LOW | …erialDesignColors.Wpf/ColorManipulation/ColorAssist.cs | 1 | using System.Windows.Media; |
| 15 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | …esignThemes.UITests/WPF/TabControls/TabControlTests.cs | 0 | <tabitem header="tab {i}"> <textblock margin="8" text="tab {i}" /> </tabitem> |
| HIGH | …esignThemes.UITests/WPF/TabControls/TabControlTests.cs | 0 | <tabitem header="tab {i}"> <textblock margin="8" text="tab {i}" /> </tabitem> |
| HIGH | …esignThemes.UITests/WPF/TabControls/TabControlTests.cs | 0 | <tabitem header="tab {i}"> <textblock margin="8" text="tab {i}" /> </tabitem> |
| HIGH | …esignThemes.UITests/WPF/TabControls/TabControlTests.cs | 0 | <tabitem header="tab {i}"> <textblock margin="8" text="tab {i}" /> </tabitem> |
| HIGH | …esignThemes.UITests/WPF/TabControls/TabControlTests.cs | 0 | <tabitem header="tab {i}"> <textblock margin="8" text="tab {i}" /> </tabitem> |
| HIGH | …esignThemes.UITests/WPF/TabControls/TabControlTests.cs | 0 | <tabitem header="tab {i}"> <textblock margin="8" text="tab {i}" /> </tabitem> |
| HIGH | …esignThemes.UITests/WPF/TabControls/TabControlTests.cs | 0 | <tabitem header="tab {i}"> <textblock margin="8" text="tab {i}" /> </tabitem> |
| HIGH | …esignThemes.UITests/WPF/TabControls/TabControlTests.cs | 0 | <tabitem header="tab {i}"> <textblock margin="8" text="tab {i}" /> </tabitem> |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | src/web/scripts/react.js | 3496 | function accumulateDirectDispatchesSingle(event) { |
| LOW | src/web/scripts/react.js | 3502 | function accumulateTwoPhaseDispatches(events) { |
| LOW | src/web/scripts/react.js | 3506 | function accumulateEnterLeaveDispatches(leave, enter, fromID, toID) { |
| LOW | src/web/scripts/react.js | 356 | function isFallbackCompositionStart(topLevelType, nativeEvent) { |
| LOW | src/web/scripts/react.js | 477 | function getNativeBeforeInputChars(topLevelType, nativeEvent) { |
| LOW | src/web/scripts/react.js | 531 | function getFallbackBeforeInputChars(topLevelType, nativeEvent) { |
| LOW | src/web/scripts/react.js | 1147 | function manualDispatchChangeEvent(nativeEvent) { |
| LOW | src/web/scripts/react.js | 1189 | function getTargetIDForChangeEvent( |
| LOW | src/web/scripts/react.js | 1244 | function startWatchingForValueChange(target, targetID) { |
| LOW | src/web/scripts/react.js | 1261 | function stopWatchingForValueChange() { |
| LOW | src/web/scripts/react.js | 1308 | function handleEventsForInputEventIE( |
| LOW | src/web/scripts/react.js | 1334 | function getTargetIDForInputEventIE( |
| LOW | src/web/scripts/react.js | 3314 | function executeDispatchesInOrderStopAtTrueImpl(event) { |
| LOW | src/web/scripts/react.js | 3341 | function executeDispatchesInOrderStopAtTrue(event) { |
| LOW | src/web/scripts/react.js | 3441 | function accumulateDirectionalDispatches(domID, upwards, event) { |
| LOW | src/web/scripts/react.js | 3463 | function accumulateTwoPhaseDispatchesSingle(event) { |
| LOW | src/web/scripts/react.js | 3517 | function accumulateDirectDispatches(events) { |
| LOW | src/web/scripts/react.js | 4903 | function mapSingleChildIntoContext(traverseContext, child, name, i) { |
| LOW | src/web/scripts/react.js | 5516 | function mixStaticSpecIntoComponent(Constructor, statics) { |
| LOW | src/web/scripts/react.js | 5555 | function mergeIntoWithNoDuplicateKeys(one, two) { |
| LOW | src/web/scripts/react.js | 5586 | function createMergedResultFunction(one, two) { |
| LOW | src/web/scripts/react.js | 6192 | function getDeclarationErrorAddendum(component) { |
| LOW | src/web/scripts/react.js | 8456 | function updateOptionsIfPendingUpdateAndMounted() { |
| LOW | src/web/scripts/react.js | 9111 | function ReactDefaultBatchingStrategyTransaction() { |
| LOW | src/web/scripts/react.js | 10117 | function getDeclarationErrorAddendum() { |
| LOW | src/web/scripts/react.js | 10162 | function getCurrentOwnerDisplayName() { |
| LOW | src/web/scripts/react.js | 10408 | function checkAndWarnForMutatedProps(element) { |
| LOW | src/web/scripts/react.js | 10621 | function deregisterNullComponentID(id) { |
| LOW | src/web/scripts/react.js | 10768 | function TopLevelCallbackBookKeeping(topLevelType, nativeEvent) { |
| LOW | src/web/scripts/react.js | 11941 | function findDeepestCachedAncestorImpl(ancestorID) { |
| LOW | src/web/scripts/react.js | 11955 | function findDeepestCachedAncestor(targetID) { |
| LOW | src/web/scripts/react.js | 11997 | function batchedMountComponentIntoNode( |
| LOW | src/web/scripts/react.js | 13138 | function getComponentClassForElement(element) { |
| LOW | src/web/scripts/react.js | 13544 | function createChainableTypeChecker(validate) { |
| LOW | src/web/scripts/react.js | 13567 | function createPrimitiveTypeChecker(expectedType) { |
| LOW | src/web/scripts/react.js | 13628 | function createInstanceTypeChecker(expectedClass) { |
| LOW | src/web/scripts/react.js | 13662 | function createObjectOfTypeChecker(typeChecker) { |
| LOW | src/web/scripts/react.js | 13979 | function ReactReconcileTransaction() { |
| LOW | src/web/scripts/react.js | 14398 | function ReactServerRenderingTransaction(renderToStaticMarkup) { |
| LOW | src/web/scripts/react.js | 14485 | function getInternalInstanceReadyForUpdate(publicInstance, callerName) { |
| LOW | src/web/scripts/react.js | 14817 | function ReactUpdatesFlushTransaction() { |
| LOW | src/web/scripts/react.js | 15848 | function SyntheticCompositionEvent( |
| LOW | src/web/scripts/react.js | 17357 | function escapeTextContentForBrowser(text) { |
| LOW | src/web/scripts/react.js | 17456 | function flattenSingleChildIntoContext(traverseContext, child, name) { |
| LOW | src/web/scripts/react.js | 18023 | function getNodeForCharacterOffset(root, offset) { |
| LOW | src/web/scripts/react.js | 18069 | function getReactRootElementInContainer(container) { |
| LOW | src/web/scripts/react.js | 18145 | function getUnboundedScrollPosition(scrollable) { |
| LOW | src/web/scripts/react.js | 18290 | function instantiateReactComponent(node, parentCompositeType) { |
| LOW | src/web/scripts/react.js | 18875 | function quoteAttributeValueForBrowser(value) { |
| LOW | src/web/scripts/react.js | 19084 | function shouldUpdateReactComponent(prevElement, nextElement) { |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | src/web/scripts/react.js | 14841 | // Essentially calls `this.reconcileTransaction.perform(method, scope, a)` |
| MEDIUM | src/web/scripts/react.js | 18954 | // children. Definitely want to avoid this. |
| MEDIUM | src/web/scripts/react.min.js | 12 | !function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof defin |
| MEDIUM | src/web/scripts/react.min.js | 12 | !function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof defin |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | src/MainDemo.Wpf/Domain/TabsViewModel.cs | 14 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec dictum eleifend tellus, quis accumsan neque facilisis ac. |
| LOW | src/MainDemo.Wpf/Domain/TabsViewModel.cs | 14 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec dictum eleifend tellus, quis accumsan neque facilisis ac. |
| LOW | src/MainDemo.Wpf/Domain/TabsViewModel.cs | 20 | Sed placerat sapien non quam fringilla fermentum. Nullam ex leo, condimentum sit amet magna vitae, condimentum volutpat |
| LOW | src/MainDemo.Wpf/Domain/TabsViewModel.cs | 20 | Sed placerat sapien non quam fringilla fermentum. Nullam ex leo, condimentum sit amet magna vitae, condimentum volutpat |