This commit is contained in:
ShrlAlgo
2025-08-20 12:10:35 +08:00
parent fcd306b0f7
commit 955a01f564
962 changed files with 7893 additions and 127784 deletions

View File

@@ -1,7 +1,8 @@
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:controls="clr-namespace:NeumUI.Controls"
xmlns:converters="clr-namespace:NeumUI.Converters"
xmlns:controls="clr-namespace:NeoUI.Controls"
xmlns:converters="clr-namespace:NeoUI.Converters"
xmlns:internal="clr-namespace:NeoUI.Converters.Internal"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Style TargetType="{x:Type controls:BreadcrumbItem}" x:Key="BreadcrumbItem">
@@ -62,7 +63,7 @@
<DataTrigger Value="True">
<DataTrigger.Binding>
<MultiBinding Converter="{x:Static converters:IsLastItemConverter.Instance}">
<MultiBinding Converter="{x:Static internal:IsLastItemConverter.Instance}">
<Binding RelativeSource="{RelativeSource AncestorType=controls:Breadcrumb}" />
<Binding RelativeSource="{RelativeSource Mode=Self}" />
</MultiBinding>