mirror of
https://github.com/ckaczor/wpf-notifyicon.git
synced 2026-01-18 09:45:38 -05:00
--------------
CHG DataContext now also set on ContextMenu property. Revamped DataContext handling, which
now not only checks whether DataContext is not null, but also leaves DataContext of
controls unchanged, if the DataContext is bound.
CHG Some documentation changes and cleanup, added class diagram.
git-svn-id: https://svn.evolvesoftware.ch/repos/evolve.net/WPF/NotifyIcon@100 9f600761-6f11-4665-b6dc-0185e9171623
17 lines
669 B
XML
17 lines
669 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ClassDiagram MajorVersion="1" MinorVersion="1">
|
|
<Class Name="Hardcodet.Wpf.TaskbarNotification.TaskbarIcon">
|
|
<Position X="0.5" Y="0.5" Width="3.5" />
|
|
<Compartments>
|
|
<Compartment Name="Fields" Collapsed="true" />
|
|
<Compartment Name="Methods" Collapsed="true" />
|
|
<Compartment Name="Properties" Collapsed="true" />
|
|
</Compartments>
|
|
<TypeIdentifier>
|
|
<HashCode>N6qdVIeUdLmQtSUbiJhEGdYRjvJYXlhbEVBBKuPRO5s=</HashCode>
|
|
<FileName>TaskbarIcon.cs</FileName>
|
|
</TypeIdentifier>
|
|
<Lollipop Position="0.2" />
|
|
</Class>
|
|
<Font Name="Segoe UI" Size="9" />
|
|
</ClassDiagram> |