Files
docs-desktop/dotnet-desktop-guide/net/wpf/properties/snippets/dependency-property-security/vb/MainWindow.xaml
T

6 lines
255 B
XML

<Window x:Class="CodeSampleVb.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Dependency property security" Height="100" Width="400">
</Window>