We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d29c280 commit 2aa40b5Copy full SHA for 2aa40b5
WinUI3Localizer/Localizer.cs
@@ -254,7 +254,7 @@ private static void DependencyObjectsReferences_DependencyObjectRemoved(object?
254
}
255
256
// TODO: This should be done on the building process.
257
- if (dependencyPropertyName.Split(".") is string[] splitResult &&
+ if (dependencyPropertyName.Split('.') is string[] splitResult &&
258
splitResult.Length is 2)
259
{
260
string attachedPropertyClassName = splitResult[0];
0 commit comments