黄学彪
2020-09-22 ade5917841b0fdcb1df7353ef7c56b1a1bdc9282
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?xml version="1.0" encoding="utf-8"?>
<Roots >
  <Roots.RootTypes>
    <RootType FullName="Windows.UI.Xaml.Controls.Page">
      <RootProperty Name="Content" />
    </RootType>
    <RootType FullName="Windows.UI.Xaml.Controls.Grid">
      <RootProperty Name="Background" />
      <RootProperty Name="Children" />
      <RootProperty Name="ColumnDefinitions" />
      <RootProperty Name="RowDefinitions" />
      <RootProperty Name="Visibility" />
      <RootMethod Name="GetRow" />
      <RootMethod Name="SetRow" />
      <RootMethod Name="GetColumn" />
      <RootMethod Name="SetColumn" />
    </RootType>
    <RootType FullName="Microsoft.Xaml.DirectUI.ProxyTypes.ThemeResourceExtension" />
    <RootType FullName="ZXing.Mobile.ZXingScannerControl" />
    <RootType FullName="ZXing.Mobile.ScanPage" />
    <RootType FullName="Windows.UI.Xaml.Controls.UserControl">
      <RootProperty Name="Content" />
    </RootType>
    <RootType FullName="Windows.UI.Xaml.Controls.ColumnDefinition">
      <RootProperty Name="Width" />
    </RootType>
    <RootType FullName="Windows.UI.Xaml.Controls.RowDefinition">
      <RootProperty Name="Height" />
    </RootType>
    <RootType FullName="Windows.UI.Xaml.Controls.CaptureElement">
      <RootProperty Name="Stretch" />
    </RootType>
    <RootType FullName="Windows.UI.Xaml.Shapes.Rectangle">
      <RootProperty Name="HorizontalAlignment" />
      <RootProperty Name="VerticalAlignment" />
      <RootProperty Name="Fill" />
      <RootProperty Name="Opacity" />
      <RootProperty Name="Height" />
    </RootType>
    <RootType FullName="Windows.UI.Xaml.Controls.Border">
      <RootProperty Name="Visibility" />
      <RootProperty Name="VerticalAlignment" />
      <RootProperty Name="HorizontalAlignment" />
      <RootProperty Name="Width" />
      <RootProperty Name="Height" />
      <RootProperty Name="Child" />
    </RootType>
    <RootType FullName="Windows.UI.Xaml.Shapes.Line">
      <RootProperty Name="VerticalAlignment" />
      <RootProperty Name="HorizontalAlignment" />
      <RootProperty Name="Height" />
      <RootProperty Name="Stroke" />
      <RootProperty Name="StrokeThickness" />
      <RootProperty Name="Fill" />
    </RootType>
    <RootType FullName="Windows.UI.Xaml.Controls.TextBlock">
      <RootProperty Name="TextAlignment" />
      <RootProperty Name="TextWrapping" />
      <RootProperty Name="HorizontalAlignment" />
      <RootProperty Name="VerticalAlignment" />
      <RootProperty Name="Foreground" />
    </RootType>
    <RootType FullName="Windows.UI.Xaml.Controls.Button">
      <RootProperty Name="Content" />
      <RootEvent Name="Click" />
    </RootType>
  </Roots.RootTypes>
</Roots>