Skip to content

Agnostic namespaces - #39

Open
YoanKar wants to merge 1 commit into
masterfrom
ykaraman/agnostic-namespaces
Open

Agnostic namespaces#39
YoanKar wants to merge 1 commit into
masterfrom
ykaraman/agnostic-namespaces

Conversation

@YoanKar

@YoanKar YoanKar commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@@ -42,7 +42,7 @@ private static void SetFontFamily(Telerik.Windows.Documents.Fixed.Model.Editing.
#elif SILVERLIGHT

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have deprecated SILVERLIGHT - can you remove this and any other occurrence of SILVERLIGHT from the code (if any)

xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
xmlns:fixed="clr-namespace:Telerik.Windows.Documents.Fixed;assembly=Telerik.Windows.Controls.FixedDocumentViewers"
xmlns:fixed="clr-namespace:Telerik.Documents.Fixed;assembly=Telerik.Windows.Controls.FixedDocumentViewers"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did the WPF team changed the namespace in their assembly? This might not build, if not.

xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
xmlns:fixed="clr-namespace:Telerik.Windows.Documents.Fixed;assembly=Telerik.Windows.Controls.FixedDocumentViewers"
xmlns:fixed="clr-namespace:Telerik.Documents.Fixed;assembly=Telerik.Windows.Controls.FixedDocumentViewers"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did the WPF team changed the namespace in their assembly? This might not build, if not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants