summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.wpf.OS.properties
blob: 22b7d12a0d7e8674c6d84637feac0de5d3170a19 (plain)
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
###############################################################################
# Copyright (c) 2000, 2006 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################
org_eclipse_swt_internal_wpf_COM=flags=no_gen
COM_OleInitialize=
COM_OleInitialize_0=

COM_OleUninitialize=


org_eclipse_swt_internal_wpf_ICONINFO=flags=cpp
ICONINFO_fIcon=
ICONINFO_xHotspot=
ICONINFO_yHotspot=
ICONINFO_hbmMask=cast=HBITMAP
ICONINFO_hbmColor=cast=HBITMAP

org_eclipse_swt_internal_wpf_OS=flags=cpp
OS_AccessText_AccessKey=flags=getter
OS_AccessText_AccessKey_0=cast=AccessText^,flags=gcobject

OS_AccessText_Text=flags=setter
OS_AccessText_Text_0=cast=AccessText^,flags=gcobject
OS_AccessText_Text_1=cast=String^,flags=gcobject

OS_ApplicationCommands_Cut=accessor=ApplicationCommands::Cut,flags=const gcobject

OS_ApplicationCommands_Paste=accessor=ApplicationCommands::Paste,flags=const gcobject

OS_ApplicationCommands_Redo=accessor=ApplicationCommands::Redo,flags=const gcobject

OS_ApplicationCommands_Undo=accessor=ApplicationCommands::Undo,flags=const gcobject

OS_Application_Dispatcher=flags=gcobject getter
OS_Application_Dispatcher_0=cast=Application ^,flags=gcobject

OS_Application_Run=flags=cpp
OS_Application_Run_0=cast=Application^,flags=gcobject

OS_Application_Shutdown=flags=cpp
OS_Application_Shutdown_0=cast=Application^,flags=gcobject

OS_Application_ShutdownMode=flags=setter
OS_Application_ShutdownMode_0=cast=Application^,flags=gcobject
OS_Application_ShutdownMode_1=cast=ShutdownMode

OS_Application_Windows=flags=gcobject getter
OS_Application_Windows_0=cast=Application^,flags=gcobject

OS_BindingExpression_UpdateTarget=flags=cpp
OS_BindingExpression_UpdateTarget_0=cast=BindingExpression^,flags=gcobject

OS_Binding_Converter=flags=setter
OS_Binding_Converter_0=cast=Binding^,flags=gcobject
OS_Binding_Converter_1=cast=IValueConverter^,flags=gcobject

OS_Binding_ConverterParameter=flags=setter
OS_Binding_ConverterParameter_0=cast=Binding^,flags=gcobject
OS_Binding_ConverterParameter_1=

OS_BitmapImage_BeginInit=flags=cpp
OS_BitmapImage_BeginInit_0=cast=(BitmapImage^),flags=gcobject

OS_BitmapImage_CreateOptions=flags=setter
OS_BitmapImage_CreateOptions_0=cast=(BitmapImage^),flags=gcobject
OS_BitmapImage_CreateOptions_1=cast=BitmapCreateOptions

OS_BitmapImage_EndInit=flags=cpp
OS_BitmapImage_EndInit_0=cast=(BitmapImage^),flags=gcobject

OS_BitmapImage_UriSource=flags=setter
OS_BitmapImage_UriSource_0=cast=(BitmapImage^),flags=gcobject
OS_BitmapImage_UriSource_1=cast=(Uri^),flags=gcobject

OS_BitmapPalette_Colors=flags=gcobject getter
OS_BitmapPalette_Colors_0=cast=BitmapPalette^,flags=gcobject

OS_BitmapSource_Clone=flags=cpp gcobject
OS_BitmapSource_Clone_0=cast=BitmapSource^,flags=gcobject

OS_BitmapSource_CopyPixels=flags=cpp
OS_BitmapSource_CopyPixels_0=cast=BitmapSource^,flags=gcobject
OS_BitmapSource_CopyPixels_1=cast=Int32Rect,flags=gcobject
OS_BitmapSource_CopyPixels_2=cast=IntPtr
OS_BitmapSource_CopyPixels_3=
OS_BitmapSource_CopyPixels_4=

OS_BitmapSource_Create=accessor=BitmapSource::Create,flags=gcobject
OS_BitmapSource_Create_0=
OS_BitmapSource_Create_1=
OS_BitmapSource_Create_2=
OS_BitmapSource_Create_3=
OS_BitmapSource_Create_4=cast=PixelFormat,flags=gcobject
OS_BitmapSource_Create_5=cast=BitmapPalette^,flags=gcobject
OS_BitmapSource_Create_6=cast=IntPtr
OS_BitmapSource_Create_7=
OS_BitmapSource_Create_8=

OS_BitmapSource_Format=flags=gcobject getter
OS_BitmapSource_Format_0=cast=(BitmapSource^),flags=gcobject

OS_BitmapSource_Palette=flags=gcobject getter
OS_BitmapSource_Palette_0=cast=(BitmapSource^),flags=gcobject

OS_BitmapSource_PixelHeight=flags=getter
OS_BitmapSource_PixelHeight_0=cast=BitmapSource^,flags=gcobject

OS_BitmapSource_PixelWidth=flags=getter
OS_BitmapSource_PixelWidth_0=cast=BitmapSource^,flags=gcobject

OS_Bitmap_GetHicon=flags=no_gen cpp
OS_Bitmap_GetHicon_0=cast=(System::Drawing::Bitmap^),flags=gcobject

OS_Border_typeid=accessor=Border::typeid,flags=const gcobject

OS_Brush_Opacity=flags=setter
OS_Brush_Opacity_0=cast=Brush^,flags=gcobject
OS_Brush_Opacity_1=

OS_Brushes_Black=accessor=Brushes::Black,flags=const gcobject

OS_Brushes_LightSkyBlue=accessor=Brushes::LightSkyBlue,flags=const gcobject

OS_Brushes_Navy=accessor=Brushes::Navy,flags=const gcobject

OS_Brushes_Transparent=accessor=Brushes::Transparent,flags=const gcobject

OS_Brushes_White=accessor=Brushes::White,flags=const gcobject

OS_ButtonBase_Click=flags=adder
OS_ButtonBase_Click_0=cast=ButtonBase^,flags=gcobject
OS_ButtonBase_Click_1=cast=(RoutedEventHandler^),flags=gcobject

OS_Button_1IsDefault__I=flags=getter
OS_Button_1IsDefault__I_0=cast=(Button^),flags=gcobject

OS_Button_1IsDefault__IZ=flags=setter
OS_Button_1IsDefault__IZ_0=cast=(Button^),flags=gcobject
OS_Button_1IsDefault__IZ_1=

OS_CancelEventArgs_Cancel=flags=setter
OS_CancelEventArgs_Cancel_0=cast=CancelEventArgs^,flags=gcobject
OS_CancelEventArgs_Cancel_1=

OS_Canvas_GetLeft=accessor=Canvas::GetLeft
OS_Canvas_GetLeft_0=cast=(UIElement^),flags=gcobject

OS_Canvas_GetTop=accessor=Canvas::GetTop
OS_Canvas_GetTop_0=cast=(UIElement^),flags=gcobject

OS_Canvas_SetLeft=accessor=Canvas::SetLeft
OS_Canvas_SetLeft_0=cast=(UIElement^),flags=gcobject
OS_Canvas_SetLeft_1=

OS_Canvas_SetTop=accessor=Canvas::SetTop
OS_Canvas_SetTop_0=cast=(UIElement^),flags=gcobject
OS_Canvas_SetTop_1=

OS_CharacterHit_FirstCharacterIndex=flags=getter
OS_CharacterHit_FirstCharacterIndex_0=cast=(CharacterHit^),flags=gcobject

OS_CharacterHit_TrailingLength=flags=getter
OS_CharacterHit_TrailingLength_0=cast=(CharacterHit^),flags=gcobject

OS_CheckBox_typeid=accessor=CheckBox::typeid,flags=const gcobject

OS_Clipboard_GetText=accessor=Clipboard::GetText,flags=gcobject

OS_ColorDialog_AnyColor=flags=setter
OS_ColorDialog_AnyColor_0=cast=System::Windows::Forms::ColorDialog^,flags=gcobject
OS_ColorDialog_AnyColor_1=

OS_ColorDialog_1Color__I=flags=gcobject getter
OS_ColorDialog_1Color__I_0=cast=(System::Windows::Forms::ColorDialog^),flags=gcobject

OS_ColorDialog_1Color__II=flags=setter
OS_ColorDialog_1Color__II_0=cast=(System::Windows::Forms::ColorDialog^),flags=gcobject
OS_ColorDialog_1Color__II_1=cast=(System::Drawing::Color),flags=gcobject

OS_ColorDialog_1CustomColors__I=flags=gcobject getter
OS_ColorDialog_1CustomColors__I_0=cast=(System::Windows::Forms::ColorDialog^),flags=gcobject

OS_ColorDialog_1CustomColors__II=flags=setter
OS_ColorDialog_1CustomColors__II_0=cast=(System::Windows::Forms::ColorDialog^),flags=gcobject
OS_ColorDialog_1CustomColors__II_1=cast=array<int>^,flags=gcobject

OS_ColorList_Add=flags=cpp
OS_ColorList_Add_0=cast=(System::Collections::Generic::List<Color>^),flags=gcobject
OS_ColorList_Add_1=cast=Color,flags=gcobject

OS_ColorList_Count=flags=getter
OS_ColorList_Count_0=cast=(System::Collections::Generic::IList<Color>^),flags=gcobject

OS_ColorList_Current=flags=getter gcobject
OS_ColorList_Current_0=cast=(System::Collections::Generic::IEnumerator<Color>^),flags=gcobject

OS_ColorList_GetEnumerator=flags=gcobject cpp
OS_ColorList_GetEnumerator_0=cast=(System::Collections::Generic::IEnumerable<Color>^),flags=gcobject

OS_Color_A=flags=getter
OS_Color_A_0=cast=Color^,flags=gcobject

OS_Color_B=flags=getter
OS_Color_B_0=cast=(Color^),flags=gcobject

OS_Color_FromArgb=accessor=Color::FromArgb,flags=struct gcobject
OS_Color_FromArgb_0=
OS_Color_FromArgb_1=
OS_Color_FromArgb_2=
OS_Color_FromArgb_3=

OS_Color_G=flags=getter
OS_Color_G_0=cast=Color^,flags=gcobject

OS_Color_R=flags=getter
OS_Color_R_0=cast=Color^,flags=gcobject

OS_Colors_Black=accessor=Colors::Black,flags=const struct gcobject

OS_Colors_Blue=accessor=Colors::Blue,flags=const struct gcobject

OS_Colors_Cyan=accessor=Colors::Cyan,flags=const struct gcobject

OS_Colors_DarkGray=accessor=Colors::DarkGray,flags=const struct gcobject

OS_Colors_Green=accessor=Colors::Green,flags=const struct gcobject

OS_Colors_LightSkyBlue=accessor=Colors::LightSkyBlue,flags=const struct gcobject

OS_Colors_Lime=accessor=Colors::Lime,flags=const struct gcobject

OS_Colors_Magenta=accessor=Colors::Magenta,flags=const struct gcobject

OS_Colors_Maroon=accessor=Colors::Maroon,flags=const struct gcobject

OS_Colors_Navy=accessor=Colors::Navy,flags=const struct gcobject

OS_Colors_Olive=accessor=Colors::Olive,flags=const struct gcobject

OS_Colors_Purple=accessor=Colors::Purple,flags=const struct gcobject

OS_Colors_Red=accessor=Colors::Red,flags=const struct gcobject

OS_Colors_Silver=accessor=Colors::Silver,flags=const struct gcobject

OS_Colors_Teal=accessor=Colors::Teal,flags=const struct gcobject

OS_Colors_Transparent=accessor=Colors::Transparent,flags=const struct gcobject

OS_Colors_White=accessor=Colors::White,flags=const struct gcobject

OS_Colors_Yellow=accessor=Colors::Yellow,flags=const struct gcobject

OS_ColumnDefinitionCollection_Add=flags=cpp
OS_ColumnDefinitionCollection_Add_0=cast=(ColumnDefinitionCollection^),flags=gcobject
OS_ColumnDefinitionCollection_Add_1=cast=(ColumnDefinition^),flags=gcobject

OS_ColumnDefinition_Width=flags=setter
OS_ColumnDefinition_Width_0=cast=(ColumnDefinition^),flags=gcobject
OS_ColumnDefinition_Width_1=cast=(GridLength),flags=gcobject

OS_ComboBox_1IsDropDownOpen__I=flags=getter
OS_ComboBox_1IsDropDownOpen__I_0=cast=(ComboBox^),flags=gcobject

OS_ComboBox_1IsDropDownOpen__IZ=flags=setter
OS_ComboBox_1IsDropDownOpen__IZ_0=cast=(ComboBox^),flags=gcobject
OS_ComboBox_1IsDropDownOpen__IZ_1=

OS_ComboBox_IsEditable=flags=setter
OS_ComboBox_IsEditable_0=cast=(ComboBox^),flags=gcobject
OS_ComboBox_IsEditable_1=

OS_ComboBox_SelectionBoxItem=flags=gcobject getter
OS_ComboBox_SelectionBoxItem_0=cast=ComboBox^,flags=gcobject

OS_CommandManager_AddPreviewExecutedHandler=accessor=CommandManager::AddPreviewExecutedHandler,flags=struct
OS_CommandManager_AddPreviewExecutedHandler_0=cast=UIElement^,flags=gcobject
OS_CommandManager_AddPreviewExecutedHandler_1=cast=ExecutedRoutedEventHandler^,flags=gcobject

OS_CommonDialog_ShowDialog=flags=cpp
OS_CommonDialog_ShowDialog_0=cast=CommonDialog^,flags=gcobject
OS_CommonDialog_ShowDialog_1=cast=Window^,flags=gcobject

OS_CompositeCollection_IndexOf=flags=cpp
OS_CompositeCollection_IndexOf_0=cast=CompositeCollection^,flags=gcobject
OS_CompositeCollection_IndexOf_1=cast=Object^,flags=gcobject

OS_CompositeCollection_Insert=flags=cpp
OS_CompositeCollection_Insert_0=cast=CompositeCollection^,flags=gcobject
OS_CompositeCollection_Insert_1=
OS_CompositeCollection_Insert_2=cast=Object^,flags=gcobject

OS_CompositeCollection_Remove=flags=cpp
OS_CompositeCollection_Remove_0=cast=CompositeCollection^,flags=gcobject
OS_CompositeCollection_Remove_1=cast=Object^,flags=gcobject

OS_Console_Beep=accessor=Console::Beep

OS_ContainerVisual_1Clip__I=flags=gcobject getter
OS_ContainerVisual_1Clip__I_0=cast=ContainerVisual^,flags=gcobject

OS_ContainerVisual_1Clip__II=flags=setter
OS_ContainerVisual_1Clip__II_0=cast=ContainerVisual^,flags=gcobject
OS_ContainerVisual_1Clip__II_1=cast=Geometry^,flags=gcobject

OS_ContentControl_1Content__I=flags=gcobject getter
OS_ContentControl_1Content__I_0=cast=ContentControl^,flags=gcobject

OS_ContentControl_1Content__II=flags=setter
OS_ContentControl_1Content__II_0=cast=(ContentControl^),flags=gcobject
OS_ContentControl_1Content__II_1=cast=Object^,flags=gcobject

OS_ContentPresenter_Content=flags=gcobject getter
OS_ContentPresenter_Content_0=cast=(ContentPresenter^),flags=gcobject

OS_ContentPresenter_typeid=accessor=ContentPresenter::typeid,flags=const gcobject

OS_ContextMenuEventArgs_CursorLeft=flags=getter
OS_ContextMenuEventArgs_CursorLeft_0=cast=(ContextMenuEventArgs^),flags=gcobject

OS_ContextMenuEventArgs_CursorTop=flags=getter
OS_ContextMenuEventArgs_CursorTop_0=cast=(ContextMenuEventArgs^),flags=gcobject

OS_ContextMenu_Closed=flags=adder
OS_ContextMenu_Closed_0=cast=(ContextMenu^),flags=gcobject
OS_ContextMenu_Closed_1=cast=RoutedEventHandler^,flags=gcobject

OS_ContextMenu_HorizontalOffset=flags=setter
OS_ContextMenu_HorizontalOffset_0=cast=(ContextMenu^),flags=gcobject
OS_ContextMenu_HorizontalOffset_1=

OS_ContextMenu_IsOpen=flags=setter
OS_ContextMenu_IsOpen_0=cast=ContextMenu^,flags=gcobject
OS_ContextMenu_IsOpen_1=

OS_ContextMenu_Opened=flags=adder
OS_ContextMenu_Opened_0=cast=(ContextMenu^),flags=gcobject
OS_ContextMenu_Opened_1=cast=RoutedEventHandler^,flags=gcobject

OS_ContextMenu_Placement=flags=setter
OS_ContextMenu_Placement_0=cast=(ContextMenu^),flags=gcobject
OS_ContextMenu_Placement_1=cast=PlacementMode

OS_ContextMenu_VerticalOffset=flags=setter
OS_ContextMenu_VerticalOffset_0=cast=(ContextMenu^),flags=gcobject
OS_ContextMenu_VerticalOffset_1=

OS_Control_Background=flags=setter
OS_Control_Background_0=cast=Control^,flags=gcobject
OS_Control_Background_1=cast=Brush^,flags=gcobject

OS_Control_BackgroundProperty=accessor=Control::BackgroundProperty,flags=const gcobject

OS_Control_FontFamily=flags=setter
OS_Control_FontFamily_0=cast=(Control^),flags=gcobject
OS_Control_FontFamily_1=cast=FontFamily^,flags=gcobject

OS_Control_FontFamilyProperty=accessor=Control::FontFamilyProperty,flags=const gcobject

OS_Control_FontSize=flags=setter
OS_Control_FontSize_0=cast=(Control^),flags=gcobject
OS_Control_FontSize_1=

OS_Control_FontSizeProperty=accessor=Control::FontSizeProperty,flags=const gcobject

OS_Control_FontStretch=flags=setter
OS_Control_FontStretch_0=cast=(Control^),flags=gcobject
OS_Control_FontStretch_1=cast=FontStretch,flags=gcobject

OS_Control_FontStretchProperty=accessor=Control::FontStretchProperty,flags=const gcobject

OS_Control_FontStyle=flags=setter
OS_Control_FontStyle_0=cast=(Control^),flags=gcobject
OS_Control_FontStyle_1=cast=FontStyle,flags=gcobject

OS_Control_FontStyleProperty=accessor=Control::FontStyleProperty,flags=const gcobject

OS_Control_FontWeight=flags=setter
OS_Control_FontWeight_0=cast=(Control^),flags=gcobject
OS_Control_FontWeight_1=cast=FontWeight,flags=gcobject

OS_Control_FontWeightProperty=accessor=Control::FontWeightProperty,flags=const gcobject

OS_Control_Foreground=flags=setter
OS_Control_Foreground_0=cast=Control^,flags=gcobject
OS_Control_Foreground_1=cast=(Brush^),flags=gcobject

OS_Control_ForegroundProperty=accessor=Control::ForegroundProperty,flags=const gcobject

OS_Control_1HorizontalContentAlignment__I=flags=getter
OS_Control_1HorizontalContentAlignment__I_0=cast=(Control ^),flags=gcobject

OS_Control_1HorizontalContentAlignment__II=flags=setter
OS_Control_1HorizontalContentAlignment__II_0=cast=(Control ^),flags=gcobject
OS_Control_1HorizontalContentAlignment__II_1=cast=(HorizontalAlignment)

OS_Control_MouseDoubleClick=flags=adder
OS_Control_MouseDoubleClick_0=cast=Control^,flags=gcobject
OS_Control_MouseDoubleClick_1=cast=MouseButtonEventHandler^,flags=gcobject

OS_Control_1Template__I=flags=gcobject getter
OS_Control_1Template__I_0=cast=Control^,flags=gcobject

OS_Control_1Template__II=flags=setter
OS_Control_1Template__II_0=cast=Control^,flags=gcobject
OS_Control_1Template__II_1=cast=ControlTemplate^,flags=gcobject

OS_CreateCursor=
OS_CreateCursor_0=cast=(HINSTANCE)
OS_CreateCursor_1=
OS_CreateCursor_2=
OS_CreateCursor_3=
OS_CreateCursor_4=
OS_CreateCursor_5=cast=(CONST VOID *),flags=no_out critical
OS_CreateCursor_6=cast=(CONST VOID *),flags=no_out critical

OS_CreateIconIndirect=
OS_CreateIconIndirect_0=

OS_CultureInfo_CurrentUICulture=accessor=CultureInfo::CurrentUICulture,flags=gcobject const

OS_CursorInteropHelper_Create=accessor=System::Windows::Interop::CursorInteropHelper::Create,flags=gcobject
OS_CursorInteropHelper_Create_0=cast=SafeHandle^,flags=gcobject

OS_Cursors_AppStarting=accessor=Cursors::AppStarting,flags=const gcobject

OS_Cursors_Arrow=accessor=Cursors::Arrow,flags=const gcobject

OS_Cursors_Cross=accessor=Cursors::Cross,flags=const gcobject

OS_Cursors_Hand=accessor=Cursors::Hand,flags=const gcobject

OS_Cursors_Help=accessor=Cursors::Help,flags=const gcobject

OS_Cursors_IBeam=accessor=Cursors::IBeam,flags=const gcobject

OS_Cursors_No=accessor=Cursors::No,flags=const gcobject

OS_Cursors_ScrollE=accessor=Cursors::ScrollE,flags=const gcobject

OS_Cursors_ScrollN=accessor=Cursors::ScrollN,flags=const gcobject

OS_Cursors_ScrollNE=accessor=Cursors::ScrollNE,flags=const gcobject

OS_Cursors_ScrollNW=accessor=Cursors::ScrollNW,flags=const gcobject

OS_Cursors_ScrollS=accessor=Cursors::ScrollS,flags=const gcobject

OS_Cursors_ScrollSE=accessor=Cursors::ScrollSE,flags=const gcobject

OS_Cursors_ScrollSW=accessor=Cursors::ScrollSW,flags=const gcobject

OS_Cursors_ScrollW=accessor=Cursors::ScrollW,flags=const gcobject

OS_Cursors_SizeAll=accessor=Cursors::SizeAll,flags=const gcobject

OS_Cursors_SizeNESW=accessor=Cursors::SizeNESW,flags=const gcobject

OS_Cursors_SizeNS=accessor=Cursors::SizeNS,flags=const gcobject

OS_Cursors_SizeNWSE=accessor=Cursors::SizeNWSE,flags=const gcobject

OS_Cursors_SizeWE=accessor=Cursors::SizeWE,flags=const gcobject

OS_Cursors_UpArrow=accessor=Cursors::UpArrow,flags=const gcobject

OS_Cursors_Wait=accessor=Cursors::Wait,flags=const gcobject

OS_DashStyles_Dash=accessor=DashStyles::Dash,flags=const gcobject

OS_DashStyles_DashDot=accessor=DashStyles::DashDot,flags=const gcobject

OS_DashStyles_DashDotDot=accessor=DashStyles::DashDotDot,flags=const gcobject

OS_DashStyles_Dot=accessor=DashStyles::Dot,flags=const gcobject

OS_DashStyles_Solid=accessor=DashStyles::Solid,flags=const gcobject

OS_DeleteGlobalRef=flags=jni
OS_DeleteGlobalRef_0=cast=jobject

OS_DeleteObject=
OS_DeleteObject_0=cast=(HGDIOBJ)

OS_DependencyObject_ClearValue=flags=cpp
OS_DependencyObject_ClearValue_0=cast=(DependencyObject^),flags=gcobject
OS_DependencyObject_ClearValue_1=cast=(DependencyProperty^),flags=gcobject

OS_DependencyObject_SetValue=flags=cpp
OS_DependencyObject_SetValue_0=cast=(DependencyObject^),flags=gcobject
OS_DependencyObject_SetValue_1=cast=(DependencyProperty^),flags=gcobject
OS_DependencyObject_SetValue_2=cast=Object^,flags=gcobject

OS_DestroyIcon=
OS_DestroyIcon_0=cast=HICON

OS_DispatcherFrame_Continue=flags=setter
OS_DispatcherFrame_Continue_0=cast=DispatcherFrame^,flags=gcobject
OS_DispatcherFrame_Continue_1=

OS_DispatcherHookEventArgs_Operation=flags=gcobject getter
OS_DispatcherHookEventArgs_Operation_0=cast=DispatcherHookEventArgs ^,flags=gcobject

OS_DispatcherHooks_DispatcherInactive=flags=adder
OS_DispatcherHooks_DispatcherInactive_0=cast=(DispatcherHooks ^),flags=gcobject
OS_DispatcherHooks_DispatcherInactive_1=cast=EventHandler ^,flags=gcobject

OS_DispatcherHooks_OperationAborted=flags=adder
OS_DispatcherHooks_OperationAborted_0=cast=(DispatcherHooks ^),flags=gcobject
OS_DispatcherHooks_OperationAborted_1=cast=(DispatcherHookEventHandler ^),flags=gcobject

OS_DispatcherHooks_OperationCompleted=flags=adder
OS_DispatcherHooks_OperationCompleted_0=cast=(DispatcherHooks ^),flags=gcobject
OS_DispatcherHooks_OperationCompleted_1=cast=(DispatcherHookEventHandler ^),flags=gcobject

OS_DispatcherHooks_OperationPosted=flags=adder
OS_DispatcherHooks_OperationPosted_0=cast=(DispatcherHooks ^),flags=gcobject
OS_DispatcherHooks_OperationPosted_1=cast=DispatcherHookEventHandler ^,flags=gcobject

OS_DispatcherOperation_Priority=flags=getter
OS_DispatcherOperation_Priority_0=cast=DispatcherOperation ^,flags=gcobject

OS_DispatcherTimer_Interval=flags=setter
OS_DispatcherTimer_Interval_0=cast=DispatcherTimer^,flags=gcobject
OS_DispatcherTimer_Interval_1=cast=(TimeSpan),flags=gcobject

OS_DispatcherTimer_Start=flags=cpp
OS_DispatcherTimer_Start_0=cast=DispatcherTimer^,flags=gcobject

OS_DispatcherTimer_Stop=flags=cpp
OS_DispatcherTimer_Stop_0=cast=DispatcherTimer^,flags=gcobject

OS_DispatcherTimer_1Tag__I=flags=getter
OS_DispatcherTimer_1Tag__I_0=cast=DispatcherTimer^,flags=gcobject

OS_DispatcherTimer_1Tag__II=flags=setter
OS_DispatcherTimer_1Tag__II_0=cast=DispatcherTimer^,flags=gcobject
OS_DispatcherTimer_1Tag__II_1=

OS_DispatcherTimer_Tick=flags=adder
OS_DispatcherTimer_Tick_0=cast=DispatcherTimer^,flags=gcobject
OS_DispatcherTimer_Tick_1=cast=EventHandler^,flags=gcobject

OS_Dispatcher_BeginInvoke=flags=cpp gcobject
OS_Dispatcher_BeginInvoke_0=cast=(Dispatcher ^),flags=gcobject
OS_Dispatcher_BeginInvoke_1=cast=DispatcherPriority
OS_Dispatcher_BeginInvoke_2=cast=Delegate ^,flags=gcobject

OS_Dispatcher_Hooks=flags=gcobject getter
OS_Dispatcher_Hooks_0=cast=Dispatcher ^,flags=gcobject

OS_Dispatcher_PushFrame=accessor=Dispatcher::PushFrame
OS_Dispatcher_PushFrame_0=cast=DispatcherFrame ^,flags=gcobject

OS_DockPanel_DockProperty=accessor=DockPanel::DockProperty,flags=const gcobject

OS_DockPanel_typeid=accessor=DockPanel::typeid,flags=const gcobject

OS_DoubleAnimationUsingKeyFrames_KeyFrames=flags=gcobject getter
OS_DoubleAnimationUsingKeyFrames_KeyFrames_0=cast=DoubleAnimationUsingKeyFrames^,flags=gcobject

OS_DoubleCollection_Add=flags=cpp
OS_DoubleCollection_Add_0=cast=DoubleCollection^,flags=gcobject
OS_DoubleCollection_Add_1=

OS_DoubleKeyFrameCollection_Add=flags=cpp
OS_DoubleKeyFrameCollection_Add_0=cast=DoubleKeyFrameCollection^,flags=gcobject
OS_DoubleKeyFrameCollection_Add_1=cast=(DoubleKeyFrame^),flags=gcobject

OS_DrawingColor_FromArgb=accessor=System::Drawing::Color::FromArgb,flags=gcobject
OS_DrawingColor_FromArgb_0=
OS_DrawingColor_FromArgb_1=
OS_DrawingColor_FromArgb_2=
OS_DrawingColor_FromArgb_3=

OS_DrawingColor_ToArgb=flags=cpp
OS_DrawingColor_ToArgb_0=cast=System::Drawing::Color^,flags=gcobject

OS_DrawingContext_Close=flags=cpp
OS_DrawingContext_Close_0=cast=DrawingContext^,flags=gcobject

OS_DrawingContext_DrawEllipse=flags=cpp
OS_DrawingContext_DrawEllipse_0=cast=(DrawingContext^),flags=gcobject
OS_DrawingContext_DrawEllipse_1=cast=(Brush^),flags=gcobject
OS_DrawingContext_DrawEllipse_2=cast=Pen^,flags=gcobject
OS_DrawingContext_DrawEllipse_3=cast=(Point),flags=gcobject
OS_DrawingContext_DrawEllipse_4=
OS_DrawingContext_DrawEllipse_5=

OS_DrawingContext_DrawGeometry=flags=cpp
OS_DrawingContext_DrawGeometry_0=cast=(DrawingContext^),flags=gcobject
OS_DrawingContext_DrawGeometry_1=cast=Brush^,flags=gcobject
OS_DrawingContext_DrawGeometry_2=cast=Pen^,flags=gcobject
OS_DrawingContext_DrawGeometry_3=cast=Geometry^,flags=gcobject

OS_DrawingContext_DrawImage=flags=cpp
OS_DrawingContext_DrawImage_0=cast=(DrawingContext^),flags=gcobject
OS_DrawingContext_DrawImage_1=cast=ImageSource^,flags=gcobject
OS_DrawingContext_DrawImage_2=cast=Rect,flags=gcobject

OS_DrawingContext_DrawLine=flags=cpp
OS_DrawingContext_DrawLine_0=cast=(DrawingContext^),flags=gcobject
OS_DrawingContext_DrawLine_1=cast=Pen^,flags=gcobject
OS_DrawingContext_DrawLine_2=cast=Point,flags=gcobject
OS_DrawingContext_DrawLine_3=cast=Point,flags=gcobject

OS_DrawingContext_DrawRectangle=flags=cpp
OS_DrawingContext_DrawRectangle_0=cast=DrawingContext^,flags=gcobject
OS_DrawingContext_DrawRectangle_1=cast=Brush^,flags=gcobject
OS_DrawingContext_DrawRectangle_2=cast=Pen^,flags=gcobject
OS_DrawingContext_DrawRectangle_3=cast=(Rect),flags=gcobject

OS_DrawingContext_DrawRoundedRectangle=flags=cpp
OS_DrawingContext_DrawRoundedRectangle_0=cast=(DrawingContext^),flags=gcobject
OS_DrawingContext_DrawRoundedRectangle_1=cast=Brush^,flags=gcobject
OS_DrawingContext_DrawRoundedRectangle_2=cast=Pen^,flags=gcobject
OS_DrawingContext_DrawRoundedRectangle_3=cast=Rect,flags=gcobject
OS_DrawingContext_DrawRoundedRectangle_4=
OS_DrawingContext_DrawRoundedRectangle_5=

OS_DrawingContext_DrawText=flags=cpp
OS_DrawingContext_DrawText_0=cast=(DrawingContext^),flags=gcobject
OS_DrawingContext_DrawText_1=cast=FormattedText^,flags=gcobject
OS_DrawingContext_DrawText_2=cast=Point,flags=gcobject

OS_DrawingContext_Pop=flags=cpp
OS_DrawingContext_Pop_0=cast=(DrawingContext^),flags=gcobject

OS_DrawingContext_PushClip=flags=cpp
OS_DrawingContext_PushClip_0=cast=(DrawingContext^),flags=gcobject
OS_DrawingContext_PushClip_1=cast=Geometry^,flags=gcobject

OS_DrawingContext_PushOpacity=flags=cpp
OS_DrawingContext_PushOpacity_0=cast=(DrawingContext^),flags=gcobject
OS_DrawingContext_PushOpacity_1=

OS_DrawingContext_PushTransform=flags=cpp
OS_DrawingContext_PushTransform_0=cast=(DrawingContext^),flags=gcobject
OS_DrawingContext_PushTransform_1=cast=Transform^,flags=gcobject

OS_DrawingVisual_RenderOpen=flags=cpp gcobject
OS_DrawingVisual_RenderOpen_0=cast=DrawingVisual^,flags=gcobject

OS_DrawingVisual_typeid=accessor=DrawingVisual::typeid,flags=const gcobject

OS_EditingCommands_Backspace=accessor=EditingCommands::Backspace,flags=const gcobject

OS_EditingCommands_Delete=accessor=EditingCommands::Delete,flags=const gcobject

OS_EditingCommands_DeleteNextWord=accessor=EditingCommands::DeleteNextWord,flags=const gcobject

OS_EditingCommands_DeletePreviousWord=accessor=EditingCommands::DeletePreviousWord,flags=const gcobject

OS_Environment_ExpandEnvironmentVariables=accessor=Environment::ExpandEnvironmentVariables,flags=gcobject
OS_Environment_ExpandEnvironmentVariables_0=cast=String^,flags=gcobject

OS_ExecutedRoutedEventArgs_Command=flags=gcobject getter
OS_ExecutedRoutedEventArgs_Command_0=cast=ExecutedRoutedEventArgs^,flags=gcobject

OS_ExecutedRoutedEventArgs_Handled=flags=setter
OS_ExecutedRoutedEventArgs_Handled_0=cast=(ExecutedRoutedEventArgs^),flags=gcobject
OS_ExecutedRoutedEventArgs_Handled_1=

OS_Expander_Collapsed=flags=adder
OS_Expander_Collapsed_0=cast=Expander^,flags=gcobject
OS_Expander_Collapsed_1=cast=RoutedEventHandler^,flags=gcobject

OS_Expander_Expanded=flags=adder
OS_Expander_Expanded_0=cast=Expander^,flags=gcobject
OS_Expander_Expanded_1=cast=RoutedEventHandler^,flags=gcobject

OS_Expander_1IsExpanded__I=flags=getter
OS_Expander_1IsExpanded__I_0=cast=(Expander^),flags=gcobject

OS_Expander_1IsExpanded__IZ=flags=setter
OS_Expander_1IsExpanded__IZ_0=cast=Expander^,flags=gcobject
OS_Expander_1IsExpanded__IZ_1=

OS_FileDialog_FileName=flags=setter
OS_FileDialog_FileName_0=cast=FileDialog^,flags=gcobject
OS_FileDialog_FileName_1=cast=String^,flags=gcobject

OS_FileDialog_FileNames=flags=gcobject getter
OS_FileDialog_FileNames_0=cast=FileDialog^,flags=gcobject

OS_FileDialog_Filter=flags=setter
OS_FileDialog_Filter_0=cast=FileDialog^,flags=gcobject
OS_FileDialog_Filter_1=cast=String^,flags=gcobject

OS_FileDialog_InitialDirectory=flags=setter
OS_FileDialog_InitialDirectory_0=cast=FileDialog^,flags=gcobject
OS_FileDialog_InitialDirectory_1=cast=String^,flags=gcobject

OS_FileDialog_Title=flags=setter
OS_FileDialog_Title_0=cast=FileDialog^,flags=gcobject
OS_FileDialog_Title_1=cast=String^,flags=gcobject

OS_FileInfo_DirectoryName=flags=gcobject getter
OS_FileInfo_DirectoryName_0=cast=(System::IO::FileInfo^),flags=gcobject

OS_FileInfo_Name=flags=gcobject getter
OS_FileInfo_Name_0=cast=(System::IO::FileInfo^),flags=gcobject

OS_FontFamily_GetTypefaces=flags=cpp gcobject
OS_FontFamily_GetTypefaces_0=cast=FontFamily^,flags=gcobject

OS_FontFamily_Source=flags=gcobject getter
OS_FontFamily_Source_0=cast=FontFamily^,flags=gcobject

OS_FontStretch_FromOpenTypeStretch=accessor=FontStretch::FromOpenTypeStretch,flags=gcobject
OS_FontStretch_FromOpenTypeStretch_0=

OS_FontStretch_ToOpenTypeStretch=flags=cpp
OS_FontStretch_ToOpenTypeStretch_0=cast=FontStretch^,flags=gcobject

OS_FontStretches_Normal=accessor=FontStretches::Normal,flags=const gcobject

OS_FontStyles_Italic=accessor=FontStyles::Italic,flags=const gcobject

OS_FontStyles_Normal=accessor=FontStyles::Normal,flags=const gcobject

OS_FontStyles_Oblique=accessor=FontStyles::Oblique,flags=const gcobject

OS_FontWeight_FromOpenTypeWeight=accessor=FontWeight::FromOpenTypeWeight,flags=gcobject
OS_FontWeight_FromOpenTypeWeight_0=

OS_FontWeight_ToOpenTypeWeight=flags=cpp
OS_FontWeight_ToOpenTypeWeight_0=cast=(FontWeight^),flags=gcobject

OS_FontWeights_Bold=accessor=FontWeights::Bold,flags=const gcobject

OS_FontWeights_Normal=accessor=FontWeights::Normal,flags=const gcobject

OS_Fonts_SystemTypefaces=accessor=Fonts::SystemTypefaces,flags=const gcobject

OS_FormattedText_Baseline=flags=getter
OS_FormattedText_Baseline_0=cast=FormattedText^,flags=gcobject

OS_FormattedText_BuildGeometry=flags=cpp gcobject
OS_FormattedText_BuildGeometry_0=cast=FormattedText^,flags=gcobject
OS_FormattedText_BuildGeometry_1=cast=Point,flags=gcobject

OS_FormattedText_BuildHighlightGeometry=flags=cpp gcobject
OS_FormattedText_BuildHighlightGeometry_0=cast=FormattedText^,flags=gcobject
OS_FormattedText_BuildHighlightGeometry_1=cast=Point,flags=gcobject

OS_FormattedText_Height=flags=getter
OS_FormattedText_Height_0=cast=FormattedText^,flags=gcobject

OS_FormattedText_WidthIncludingTrailingWhitespace=flags=getter
OS_FormattedText_WidthIncludingTrailingWhitespace_0=cast=FormattedText^,flags=gcobject

OS_FormsCommonDialog_ShowDialog=flags=cpp
OS_FormsCommonDialog_ShowDialog_0=cast=(System::Windows::Forms::CommonDialog^),flags=gcobject

OS_FrameworkContentElement_Parent=flags=gcobject getter
OS_FrameworkContentElement_Parent_0=cast=(FrameworkContentElement^),flags=gcobject

OS_FrameworkContentElement_1Tag__I=flags=getter
OS_FrameworkContentElement_1Tag__I_0=cast=(FrameworkContentElement^),flags=gcobject

OS_FrameworkContentElement_1Tag__II=flags=setter
OS_FrameworkContentElement_1Tag__II_0=cast=FrameworkContentElement^,flags=gcobject
OS_FrameworkContentElement_1Tag__II_1=

OS_FrameworkContentElement_typeid=accessor=FrameworkContentElement::typeid,flags=const gcobject

OS_FrameworkElementFactory_AppendChild=flags=cpp
OS_FrameworkElementFactory_AppendChild_0=cast=FrameworkElementFactory^,flags=gcobject
OS_FrameworkElementFactory_AppendChild_1=cast=FrameworkElementFactory^,flags=gcobject

OS_FrameworkElementFactory_SetBinding=flags=cpp
OS_FrameworkElementFactory_SetBinding_0=cast=FrameworkElementFactory^,flags=gcobject
OS_FrameworkElementFactory_SetBinding_1=cast=DependencyProperty^,flags=gcobject
OS_FrameworkElementFactory_SetBinding_2=cast=BindingBase^,flags=gcobject

OS_FrameworkElementFactory_1SetValue__III=flags=cpp
OS_FrameworkElementFactory_1SetValue__III_0=cast=(FrameworkElementFactory^),flags=gcobject
OS_FrameworkElementFactory_1SetValue__III_1=cast=DependencyProperty^,flags=gcobject
OS_FrameworkElementFactory_1SetValue__III_2=cast=Object^,flags=gcobject

OS_FrameworkElementFactory_1SetValue__IIZ=flags=cpp
OS_FrameworkElementFactory_1SetValue__IIZ_0=cast=(FrameworkElementFactory^),flags=gcobject
OS_FrameworkElementFactory_1SetValue__IIZ_1=cast=DependencyProperty^,flags=gcobject
OS_FrameworkElementFactory_1SetValue__IIZ_2=cast=(Boolean)

OS_FrameworkElementFactory_SetValueDock=accessor=SetValue,flags=cpp
OS_FrameworkElementFactory_SetValueDock_0=cast=(FrameworkElementFactory^),flags=gcobject
OS_FrameworkElementFactory_SetValueDock_1=cast=(DependencyProperty^),flags=gcobject
OS_FrameworkElementFactory_SetValueDock_2=cast=Dock

OS_FrameworkElementFactory_SetValueOrientation=accessor=SetValue,flags=cpp
OS_FrameworkElementFactory_SetValueOrientation_0=cast=(FrameworkElementFactory^),flags=gcobject
OS_FrameworkElementFactory_SetValueOrientation_1=cast=(DependencyProperty^),flags=gcobject
OS_FrameworkElementFactory_SetValueOrientation_2=cast=Orientation

OS_FrameworkElementFactory_SetValueStretch=accessor=SetValue,flags=cpp
OS_FrameworkElementFactory_SetValueStretch_0=cast=(FrameworkElementFactory^),flags=gcobject
OS_FrameworkElementFactory_SetValueStretch_1=cast=(DependencyProperty^),flags=gcobject
OS_FrameworkElementFactory_SetValueStretch_2=cast=Stretch

OS_FrameworkElementFactory_SetValueVerticalAlignment=accessor=SetValue,flags=cpp
OS_FrameworkElementFactory_SetValueVerticalAlignment_0=cast=(FrameworkElementFactory^),flags=gcobject
OS_FrameworkElementFactory_SetValueVerticalAlignment_1=cast=(DependencyProperty^),flags=gcobject
OS_FrameworkElementFactory_SetValueVerticalAlignment_2=cast=VerticalAlignment

OS_FrameworkElementFactory_SetValueVisibility=accessor=SetValue,flags=cpp
OS_FrameworkElementFactory_SetValueVisibility_0=cast=(FrameworkElementFactory^),flags=gcobject
OS_FrameworkElementFactory_SetValueVisibility_1=cast=(DependencyProperty^),flags=gcobject
OS_FrameworkElementFactory_SetValueVisibility_2=cast=Visibility

OS_FrameworkElement_ActualHeight=flags=getter
OS_FrameworkElement_ActualHeight_0=cast=(FrameworkElement^),flags=gcobject

OS_FrameworkElement_ActualHeightProperty=accessor=FrameworkElement::ActualHeightProperty,flags=const gcobject

OS_FrameworkElement_ActualWidth=flags=getter
OS_FrameworkElement_ActualWidth_0=cast=(FrameworkElement^),flags=gcobject

OS_FrameworkElement_ActualWidthProperty=accessor=FrameworkElement::ActualWidthProperty,flags=const gcobject

OS_FrameworkElement_BeginInit=flags=cpp
OS_FrameworkElement_BeginInit_0=cast=FrameworkElement^,flags=gcobject

OS_FrameworkElement_BringIntoView=flags=cpp
OS_FrameworkElement_BringIntoView_0=cast=FrameworkElement^,flags=gcobject

OS_FrameworkElement_ContextMenu=flags=setter
OS_FrameworkElement_ContextMenu_0=cast=FrameworkElement^,flags=gcobject
OS_FrameworkElement_ContextMenu_1=cast=ContextMenu^,flags=gcobject

OS_FrameworkElement_ContextMenuClosing=flags=adder
OS_FrameworkElement_ContextMenuClosing_0=cast=FrameworkElement^,flags=gcobject
OS_FrameworkElement_ContextMenuClosing_1=cast=(ContextMenuEventHandler^),flags=gcobject

OS_FrameworkElement_ContextMenuOpening=flags=adder
OS_FrameworkElement_ContextMenuOpening_0=cast=FrameworkElement^,flags=gcobject
OS_FrameworkElement_ContextMenuOpening_1=cast=(ContextMenuEventHandler^),flags=gcobject

OS_FrameworkElement_Cursor=flags=setter
OS_FrameworkElement_Cursor_0=cast=FrameworkElement^,flags=gcobject
OS_FrameworkElement_Cursor_1=cast=Cursor^,flags=gcobject

OS_FrameworkElement_CursorProperty=accessor=FrameworkElement::CursorProperty,flags=const gcobject

OS_FrameworkElement_GetBindingExpression=flags=cpp gcobject
OS_FrameworkElement_GetBindingExpression_0=cast=FrameworkElement^,flags=gcobject
OS_FrameworkElement_GetBindingExpression_1=cast=DependencyProperty^,flags=gcobject

OS_FrameworkElement_1Height__I=flags=getter
OS_FrameworkElement_1Height__I_0=cast=(FrameworkElement^),flags=gcobject

OS_FrameworkElement_1Height__ID=flags=setter
OS_FrameworkElement_1Height__ID_0=cast=(FrameworkElement^),flags=gcobject
OS_FrameworkElement_1Height__ID_1=

OS_FrameworkElement_HeightProperty=accessor=FrameworkElement::HeightProperty,flags=const gcobject

OS_FrameworkElement_HorizontalAlignment=flags=setter
OS_FrameworkElement_HorizontalAlignment_0=cast=FrameworkElement^,flags=gcobject
OS_FrameworkElement_HorizontalAlignment_1=cast=(HorizontalAlignment)

OS_FrameworkElement_IsLoaded=flags=getter
OS_FrameworkElement_IsLoaded_0=cast=FrameworkElement^,flags=gcobject

OS_FrameworkElement_Loaded=flags=adder
OS_FrameworkElement_Loaded_0=cast=FrameworkElement^,flags=gcobject
OS_FrameworkElement_Loaded_1=cast=RoutedEventHandler^,flags=gcobject

OS_FrameworkElement_Margin=flags=setter
OS_FrameworkElement_Margin_0=cast=FrameworkElement^,flags=gcobject
OS_FrameworkElement_Margin_1=cast=(Thickness),flags=gcobject

OS_FrameworkElement_MarginProperty=accessor=FrameworkElement::MarginProperty,flags=const gcobject

OS_FrameworkElement_1MinHeight__I=flags=getter
OS_FrameworkElement_1MinHeight__I_0=cast=(FrameworkElement^),flags=gcobject

OS_FrameworkElement_1MinHeight__ID=flags=setter
OS_FrameworkElement_1MinHeight__ID_0=cast=(FrameworkElement^),flags=gcobject
OS_FrameworkElement_1MinHeight__ID_1=

OS_FrameworkElement_1MinWidth__I=flags=getter
OS_FrameworkElement_1MinWidth__I_0=cast=(FrameworkElement^),flags=gcobject

OS_FrameworkElement_1MinWidth__ID=flags=setter
OS_FrameworkElement_1MinWidth__ID_0=cast=(FrameworkElement^),flags=gcobject
OS_FrameworkElement_1MinWidth__ID_1=

OS_FrameworkElement_Name=flags=gcobject getter
OS_FrameworkElement_Name_0=cast=(FrameworkElement^),flags=gcobject

OS_FrameworkElement_NameProperty=accessor=FrameworkElement::NameProperty,flags=const gcobject

OS_FrameworkElement_Parent=flags=gcobject getter
OS_FrameworkElement_Parent_0=cast=(FrameworkElement^),flags=gcobject

OS_FrameworkElement_SizeChanged=flags=adder
OS_FrameworkElement_SizeChanged_0=cast=FrameworkElement^,flags=gcobject
OS_FrameworkElement_SizeChanged_1=cast=(SizeChangedEventHandler^),flags=gcobject

OS_FrameworkElement_1Tag__I=flags=gcobject getter
OS_FrameworkElement_1Tag__I_0=cast=(FrameworkElement^),flags=gcobject

OS_FrameworkElement_1Tag__II=flags=setter
OS_FrameworkElement_1Tag__II_0=cast=(FrameworkElement^),flags=gcobject
OS_FrameworkElement_1Tag__II_1=cast=Object^,flags=gcobject

OS_FrameworkElement_1ToolTip__I=flags=gcobject getter
OS_FrameworkElement_1ToolTip__I_0=cast=FrameworkElement^,flags=gcobject

OS_FrameworkElement_1ToolTip__II=flags=setter
OS_FrameworkElement_1ToolTip__II_0=cast=FrameworkElement^,flags=gcobject
OS_FrameworkElement_1ToolTip__II_1=cast=Object^,flags=gcobject

OS_FrameworkElement_VerticalAlignment=flags=setter
OS_FrameworkElement_VerticalAlignment_0=cast=FrameworkElement^,flags=gcobject
OS_FrameworkElement_VerticalAlignment_1=cast=VerticalAlignment

OS_FrameworkElement_VerticalAlignmentProperty=accessor=FrameworkElement::VerticalAlignmentProperty,flags=const gcobject

OS_FrameworkElement_VisibilityProperty=accessor=FrameworkElement::VisibilityProperty,flags=const gcobject

OS_FrameworkElement_1Width__I=flags=getter
OS_FrameworkElement_1Width__I_0=cast=(FrameworkElement^),flags=gcobject

OS_FrameworkElement_1Width__ID=flags=setter
OS_FrameworkElement_1Width__ID_0=cast=(FrameworkElement^),flags=gcobject
OS_FrameworkElement_1Width__ID_1=

OS_FrameworkElement_WidthProperty=accessor=FrameworkElement::WidthProperty,flags=const gcobject

OS_FrameworkElement_typeid=accessor=FrameworkElement::typeid,flags=const gcobject

OS_FrameworkTemplate_FindName=flags=cpp gcobject
OS_FrameworkTemplate_FindName_0=cast=FrameworkTemplate^,flags=gcobject
OS_FrameworkTemplate_FindName_1=cast=String^,flags=gcobject
OS_FrameworkTemplate_FindName_2=cast=FrameworkElement^,flags=gcobject

OS_FrameworkTemplate_VisualTree=flags=setter
OS_FrameworkTemplate_VisualTree_0=cast=FrameworkTemplate^,flags=gcobject
OS_FrameworkTemplate_VisualTree_1=cast=FrameworkElementFactory^,flags=gcobject

OS_Freezable_CanFreeze=flags=getter
OS_Freezable_CanFreeze_0=cast=Freezable^,flags=gcobject

OS_Freezable_Clone=flags=cpp gcobject
OS_Freezable_Clone_0=cast=Freezable^,flags=gcobject

OS_Freezable_Freeze=flags=cpp
OS_Freezable_Freeze_0=cast=Freezable^,flags=gcobject

OS_GCHandle_Free=flags=no_gen
OS_GCHandle_Free_0=

OS_GeometryCollection_Add=flags=cpp
OS_GeometryCollection_Add_0=cast=(GeometryCollection^),flags=gcobject
OS_GeometryCollection_Add_1=cast=Geometry^,flags=gcobject

OS_GeometryCollection_Clear=flags=cpp
OS_GeometryCollection_Clear_0=cast=GeometryCollection^,flags=gcobject

OS_GeometryCollection_Count=flags=getter
OS_GeometryCollection_Count_0=cast=(GeometryCollection^),flags=gcobject

OS_GeometryCollection_Remove=flags=cpp
OS_GeometryCollection_Remove_0=cast=(GeometryCollection^),flags=gcobject
OS_GeometryCollection_Remove_1=cast=Geometry^,flags=gcobject

OS_GeometryGroup_1Children__I=flags=gcobject getter
OS_GeometryGroup_1Children__I_0=cast=(GeometryGroup^),flags=gcobject

OS_GeometryGroup_1Children__II=flags=gcobject getter
OS_GeometryGroup_1Children__II_0=cast=(GeometryGroup^),flags=gcobject
OS_GeometryGroup_1Children__II_1=

OS_Geometry_Bounds=flags=gcobject getter
OS_Geometry_Bounds_0=cast=Geometry^,flags=gcobject

OS_Geometry_Clone=flags=cpp gcobject
OS_Geometry_Clone_0=cast=(Geometry^),flags=gcobject

OS_Geometry_FillContains=flags=cpp
OS_Geometry_FillContains_0=cast=Geometry^,flags=gcobject
OS_Geometry_FillContains_1=cast=Point,flags=gcobject

OS_Geometry_FillContainsWithDetail=flags=cpp
OS_Geometry_FillContainsWithDetail_0=cast=Geometry^,flags=gcobject
OS_Geometry_FillContainsWithDetail_1=cast=Geometry^,flags=gcobject

OS_Geometry_GetFlattenedPathGeometry=flags=cpp gcobject
OS_Geometry_GetFlattenedPathGeometry_0=cast=Geometry^,flags=gcobject

OS_Geometry_IsEmpty=flags=cpp
OS_Geometry_IsEmpty_0=cast=Geometry^,flags=gcobject

OS_Geometry_StrokeContains=flags=cpp
OS_Geometry_StrokeContains_0=cast=Geometry^,flags=gcobject
OS_Geometry_StrokeContains_1=cast=Pen^,flags=gcobject
OS_Geometry_StrokeContains_2=cast=Point,flags=gcobject

OS_Geometry_1Transform__I=flags=gcobject getter
OS_Geometry_1Transform__I_0=cast=Geometry^,flags=gcobject

OS_Geometry_1Transform__II=flags=setter
OS_Geometry_1Transform__II_0=cast=(Geometry^),flags=gcobject
OS_Geometry_1Transform__II_1=cast=Transform^,flags=gcobject

OS_GetCursorPos=
OS_GetCursorPos_0=cast=LPPOINT

OS_GetIconInfo=
OS_GetIconInfo_0=cast=HICON
OS_GetIconInfo_1=

OS_GetKeyboardState=
OS_GetKeyboardState_0=cast=(PBYTE)

OS_GetModuleHandleW=
OS_GetModuleHandleW_0=cast=LPCWSTR

OS_GlyphRun_BidiLevel=flags=getter
OS_GlyphRun_BidiLevel_0=cast=GlyphRun^,flags=gcobject

OS_GradientBrush_MappingMode=flags=setter
OS_GradientBrush_MappingMode_0=cast=(GradientBrush^),flags=gcobject
OS_GradientBrush_MappingMode_1=cast=BrushMappingMode

OS_GradientBrush_SpreadMethod=flags=setter
OS_GradientBrush_SpreadMethod_0=cast=(GradientBrush^),flags=gcobject
OS_GradientBrush_SpreadMethod_1=cast=GradientSpreadMethod

OS_GridViewColumnCollection_Clear=flags=cpp
OS_GridViewColumnCollection_Clear_0=cast=(GridViewColumnCollection^),flags=gcobject

OS_GridViewColumnCollection_Count=flags=getter
OS_GridViewColumnCollection_Count_0=cast=(GridViewColumnCollection^),flags=gcobject

OS_GridViewColumnCollection_IndexOf=flags=cpp
OS_GridViewColumnCollection_IndexOf_0=cast=(GridViewColumnCollection ^),flags=gcobject
OS_GridViewColumnCollection_IndexOf_1=cast=(GridViewColumn^),flags=gcobject

OS_GridViewColumnCollection_Insert=flags=cpp
OS_GridViewColumnCollection_Insert_0=cast=(GridViewColumnCollection^),flags=gcobject
OS_GridViewColumnCollection_Insert_1=
OS_GridViewColumnCollection_Insert_2=cast=GridViewColumn^,flags=gcobject

OS_GridViewColumnCollection_Remove=flags=cpp
OS_GridViewColumnCollection_Remove_0=cast=GridViewColumnCollection^,flags=gcobject
OS_GridViewColumnCollection_Remove_1=cast=GridViewColumn^,flags=gcobject

OS_GridViewColumnCollection_default=flags=gcobject getter
OS_GridViewColumnCollection_default_0=cast=GridViewColumnCollection^,flags=gcobject
OS_GridViewColumnCollection_default_1=

OS_GridViewColumnHeader_Content=flags=setter
OS_GridViewColumnHeader_Content_0=cast=GridViewColumnHeader^,flags=gcobject
OS_GridViewColumnHeader_Content_1=cast=Object^,flags=gcobject

OS_GridViewColumn_ActualWidth=flags=getter
OS_GridViewColumn_ActualWidth_0=cast=GridViewColumn^,flags=gcobject

OS_GridViewColumn_1CellTemplate__I=flags=gcobject getter
OS_GridViewColumn_1CellTemplate__I_0=cast=GridViewColumn^,flags=gcobject

OS_GridViewColumn_1CellTemplate__II=flags=setter
OS_GridViewColumn_1CellTemplate__II_0=cast=GridViewColumn^,flags=gcobject
OS_GridViewColumn_1CellTemplate__II_1=cast=DataTemplate^,flags=gcobject

OS_GridViewColumn_1Header__I=flags=gcobject getter
OS_GridViewColumn_1Header__I_0=cast=GridViewColumn^,flags=gcobject

OS_GridViewColumn_1Header__II=flags=setter
OS_GridViewColumn_1Header__II_0=cast=GridViewColumn^,flags=gcobject
OS_GridViewColumn_1Header__II_1=cast=Object^,flags=gcobject

OS_GridViewColumn_1HeaderTemplate__I=flags=gcobject getter
OS_GridViewColumn_1HeaderTemplate__I_0=cast=GridViewColumn^,flags=gcobject

OS_GridViewColumn_1HeaderTemplate__II=flags=setter
OS_GridViewColumn_1HeaderTemplate__II_0=cast=GridViewColumn^,flags=gcobject
OS_GridViewColumn_1HeaderTemplate__II_1=cast=DataTemplate^,flags=gcobject

OS_GridViewColumn_1Width__I=flags=getter
OS_GridViewColumn_1Width__I_0=cast=GridViewColumn^,flags=gcobject

OS_GridViewColumn_1Width__ID=flags=setter
OS_GridViewColumn_1Width__ID_0=cast=GridViewColumn^,flags=gcobject
OS_GridViewColumn_1Width__ID_1=

OS_GridViewColumn_WidthProperty=accessor=GridViewColumn::WidthProperty,flags=const gcobject

OS_GridViewHeaderRowPresenter_ColumnsProperty=accessor=GridViewHeaderRowPresenter::ColumnsProperty,flags=const gcobject

OS_GridViewHeaderRowPresenter_typeid=accessor=GridViewHeaderRowPresenter::typeid,flags=const gcobject

OS_GridViewRowPresenterBase_Columns=flags=setter
OS_GridViewRowPresenterBase_Columns_0=cast=GridViewRowPresenterBase^,flags=gcobject
OS_GridViewRowPresenterBase_Columns_1=cast=GridViewColumnCollection^,flags=gcobject

OS_GridViewRowPresenter_1Content__I=flags=gcobject getter
OS_GridViewRowPresenter_1Content__I_0=cast=GridViewRowPresenter^,flags=gcobject

OS_GridViewRowPresenter_1Content__II=flags=setter
OS_GridViewRowPresenter_1Content__II_0=cast=GridViewRowPresenter^,flags=gcobject
OS_GridViewRowPresenter_1Content__II_1=cast=Object^,flags=gcobject

OS_GridViewRowPresenter_typeid=accessor=GridViewRowPresenter::typeid,flags=const gcobject

OS_GridView_AllowsColumnReorder=flags=setter
OS_GridView_AllowsColumnReorder_0=cast=GridView^,flags=gcobject
OS_GridView_AllowsColumnReorder_1=

OS_GridView_ColumnHeaderContainerStyle=flags=setter
OS_GridView_ColumnHeaderContainerStyle_0=cast=GridView^,flags=gcobject
OS_GridView_ColumnHeaderContainerStyle_1=cast=Style^,flags=gcobject

OS_GridView_Columns=flags=gcobject getter
OS_GridView_Columns_0=cast=GridView^,flags=gcobject

OS_Grid_ColumnDefinitions=flags=gcobject getter
OS_Grid_ColumnDefinitions_0=cast=Grid^,flags=gcobject

OS_Grid_RowDefinitions=flags=gcobject getter
OS_Grid_RowDefinitions_0=cast=Grid^,flags=gcobject

OS_Grid_SetColumn=accessor=Grid::SetColumn
OS_Grid_SetColumn_0=cast=(UIElement^),flags=gcobject
OS_Grid_SetColumn_1=

OS_Grid_SetColumnSpan=accessor=Grid::SetColumnSpan
OS_Grid_SetColumnSpan_0=cast=(UIElement^),flags=gcobject
OS_Grid_SetColumnSpan_1=

OS_Grid_SetRow=accessor=Grid::SetRow
OS_Grid_SetRow_0=cast=UIElement^,flags=gcobject
OS_Grid_SetRow_1=

OS_Grid_SetRowSpan=accessor=Grid::SetRowSpan
OS_Grid_SetRowSpan_0=cast=(UIElement^),flags=gcobject
OS_Grid_SetRowSpan_1=

OS_HeaderedContentControl_1Header__I=flags=gcobject getter
OS_HeaderedContentControl_1Header__I_0=cast=(HeaderedContentControl^),flags=gcobject

OS_HeaderedContentControl_1Header__II=flags=setter
OS_HeaderedContentControl_1Header__II_0=cast=(HeaderedContentControl^),flags=gcobject
OS_HeaderedContentControl_1Header__II_1=cast=(Object^),flags=gcobject

OS_HeaderedItemsControl_1Header__I=flags=gcobject getter
OS_HeaderedItemsControl_1Header__I_0=cast=HeaderedItemsControl^,flags=gcobject

OS_HeaderedItemsControl_1Header__II=flags=setter
OS_HeaderedItemsControl_1Header__II_0=cast=HeaderedItemsControl^,flags=gcobject
OS_HeaderedItemsControl_1Header__II_1=cast=(Object^),flags=gcobject

OS_Hyperlink_Click=flags=adder
OS_Hyperlink_Click_0=cast=Hyperlink^,flags=gcobject
OS_Hyperlink_Click_1=cast=RoutedEventHandler^,flags=gcobject

OS_ICollection_Count=flags=getter
OS_ICollection_Count_0=cast=ICollection^),flags=gcobject

OS_IEnumerator_Current=flags=gcobject getter
OS_IEnumerator_Current_0=cast=IEnumerator^,flags=gcobject

OS_IEnumerator_MoveNext=flags=cpp
OS_IEnumerator_MoveNext_0=cast=IEnumerator^,flags=gcobject

OS_IList_Add=flags=cpp
OS_IList_Add_0=cast=IList^,flags=gcobject
OS_IList_Add_1=cast=Object^,flags=gcobject

OS_IList_GetEnumerator=flags=cpp gcobject
OS_IList_GetEnumerator_0=cast=IList^,flags=gcobject

OS_IList_default=flags=gcobject getter
OS_IList_default_0=cast=IList^,flags=gcobject
OS_IList_default_1=

OS_ImageSource_typeid=accessor=ImageSource::typeid,flags=const gcobject

OS_Image_Source=flags=setter
OS_Image_Source_0=cast=Image^,flags=gcobject
OS_Image_Source_1=cast=ImageSource^,flags=gcobject

OS_Image_SourceProperty=accessor=Image::SourceProperty,flags=const gcobject

OS_Image_Stretch=flags=setter
OS_Image_Stretch_0=cast=Image^,flags=gcobject
OS_Image_Stretch_1=cast=Stretch

OS_Image_StretchProperty=accessor=Image::StretchProperty,flags=const gcobject

OS_Image_typeid=accessor=Image::typeid,flags=const gcobject

OS_Imaging_CreateBitmapSourceFromHIcon=accessor=System::Windows::Interop::Imaging::CreateBitmapSourceFromHIcon,flags=gcobject
OS_Imaging_CreateBitmapSourceFromHIcon_0=cast=IntPtr
OS_Imaging_CreateBitmapSourceFromHIcon_1=cast=Int32Rect,flags=gcobject
OS_Imaging_CreateBitmapSourceFromHIcon_2=cast=BitmapSizeOptions^,flags=gcobject

OS_IndexedGlyphRunCollection_Current=flags=gcobject getter
OS_IndexedGlyphRunCollection_Current_0=cast=(IEnumerator^),flags=gcobject

OS_IndexedGlyphRunCollection_GetEnumerator=flags=cpp gcobject
OS_IndexedGlyphRunCollection_GetEnumerator_0=cast=IEnumerable^,flags=gcobject

OS_IndexedGlyphRun_GlyphRun=flags=gcobject getter
OS_IndexedGlyphRun_GlyphRun_0=cast=IndexedGlyphRun^,flags=gcobject

OS_IndexedGlyphRun_TextSourceCharacterIndex=flags=getter
OS_IndexedGlyphRun_TextSourceCharacterIndex_0=cast=IndexedGlyphRun^,flags=gcobject

OS_IndexedGlyphRun_TextSourceLength=flags=getter
OS_IndexedGlyphRun_TextSourceLength_0=cast=IndexedGlyphRun^,flags=gcobject

OS_InlineCollection_Add=flags=cpp
OS_InlineCollection_Add_0=cast=InlineCollection^,flags=gcobject
OS_InlineCollection_Add_1=cast=Inline^,flags=gcobject

OS_InlineCollection_Clear=flags=cpp
OS_InlineCollection_Clear_0=cast=InlineCollection^,flags=gcobject

OS_InputEventArgs_Timestamp=flags=getter
OS_InputEventArgs_Timestamp_0=cast=InputEventArgs^,flags=gcobject

OS_Int32Rect_Empty=accessor=Int32Rect::Empty,flags=const gcobject

OS_IntPtr_ToInt32=flags=cpp
OS_IntPtr_ToInt32_0=cast=(IntPtr^),flags=gcobject

OS_ItemCollection_Add=flags=cpp
OS_ItemCollection_Add_0=cast=(ItemCollection^),flags=gcobject
OS_ItemCollection_Add_1=cast=(Object^),flags=gcobject

OS_ItemCollection_Clear=flags=cpp
OS_ItemCollection_Clear_0=cast=(ItemCollection^),flags=gcobject

OS_ItemCollection_Count=flags=getter
OS_ItemCollection_Count_0=cast=(ItemCollection^),flags=gcobject

OS_ItemCollection_CurrentItem=flags=gcobject getter
OS_ItemCollection_CurrentItem_0=cast=(ItemCollection^),flags=gcobject

OS_ItemCollection_CurrentPosition=flags=getter
OS_ItemCollection_CurrentPosition_0=cast=ItemCollection^,flags=gcobject

OS_ItemCollection_GetItemAt=flags=cpp gcobject
OS_ItemCollection_GetItemAt_0=cast=(ItemCollection^),flags=gcobject
OS_ItemCollection_GetItemAt_1=

OS_ItemCollection_IndexOf=flags=cpp
OS_ItemCollection_IndexOf_0=cast=ItemCollection^,flags=gcobject
OS_ItemCollection_IndexOf_1=cast=(Object^),flags=gcobject

OS_ItemCollection_Insert=flags=cpp
OS_ItemCollection_Insert_0=cast=(ItemCollection^),flags=gcobject
OS_ItemCollection_Insert_1=
OS_ItemCollection_Insert_2=cast=(Object^),flags=gcobject

OS_ItemCollection_Remove=flags=cpp
OS_ItemCollection_Remove_0=cast=ItemCollection^,flags=gcobject
OS_ItemCollection_Remove_1=cast=Object^,flags=gcobject

OS_ItemCollection_RemoveAt=flags=cpp
OS_ItemCollection_RemoveAt_0=cast=(ItemCollection^),flags=gcobject
OS_ItemCollection_RemoveAt_1=

OS_ItemsControl_HasItems=flags=getter
OS_ItemsControl_HasItems_0=cast=ItemsControl^,flags=gcobject

OS_ItemsControl_Items=flags=gcobject getter
OS_ItemsControl_Items_0=cast=(ItemsControl^),flags=gcobject

OS_ItemsControl_ItemsSource=flags=setter
OS_ItemsControl_ItemsSource_0=cast=ItemsControl^,flags=gcobject
OS_ItemsControl_ItemsSource_1=cast=IEnumerable^,flags=gcobject

OS_ItemsPresenter_typeid=accessor=ItemsPresenter::typeid,flags=const gcobject

OS_JNIGetObject=flags=no_gen
OS_JNIGetObject_0=

OS_KeyEventArgs_IsDown=flags=getter
OS_KeyEventArgs_IsDown_0=cast=(KeyEventArgs^),flags=gcobject

OS_KeyEventArgs_IsRepeat=flags=getter
OS_KeyEventArgs_IsRepeat_0=cast=(KeyEventArgs^),flags=gcobject

OS_KeyEventArgs_IsToggled=flags=getter
OS_KeyEventArgs_IsToggled_0=cast=(KeyEventArgs^),flags=gcobject

OS_KeyEventArgs_Key=flags=getter
OS_KeyEventArgs_Key_0=cast=(KeyEventArgs^),flags=gcobject

OS_KeyEventArgs_SystemKey=flags=getter
OS_KeyEventArgs_SystemKey_0=cast=(KeyEventArgs^),flags=gcobject

OS_KeyInterop_VirtualKeyFromKey=accessor=KeyInterop::VirtualKeyFromKey
OS_KeyInterop_VirtualKeyFromKey_0=cast=Key

OS_KeyTime_Uniform=accessor=KeyTime::Uniform,flags=const gcobject

OS_KeyboardDevice_Modifiers=flags=getter
OS_KeyboardDevice_Modifiers_0=cast=(KeyboardDevice^),flags=gcobject

OS_KeyboardEventArgs_KeyboardDevice=flags=gcobject getter
OS_KeyboardEventArgs_KeyboardDevice_0=cast=KeyboardEventArgs^,flags=gcobject

OS_KeyboardNavigation_SetTabNavigation=accessor=KeyboardNavigation::SetTabNavigation
OS_KeyboardNavigation_SetTabNavigation_0=cast=DependencyObject^,flags=gcobject
OS_KeyboardNavigation_SetTabNavigation_1=cast=KeyboardNavigationMode

OS_Keyboard_FocusedElement=accessor=Keyboard::FocusedElement,flags=const gcobject

OS_Keyboard_Modifiers=accessor=Keyboard::Modifiers,flags=const

OS_ListBoxItem_1IsSelected__I=flags=getter
OS_ListBoxItem_1IsSelected__I_0=cast=ListBoxItem^,flags=gcobject

OS_ListBoxItem_1IsSelected__IZ=flags=setter
OS_ListBoxItem_1IsSelected__IZ_0=cast=ListBoxItem^,flags=gcobject
OS_ListBoxItem_1IsSelected__IZ_1=

OS_ListBox_ScrollIntoView=flags=cpp
OS_ListBox_ScrollIntoView_0=cast=ListBox^,flags=gcobject
OS_ListBox_ScrollIntoView_1=cast=(Object^),flags=gcobject

OS_ListBox_SelectAll=flags=cpp
OS_ListBox_SelectAll_0=cast=ListBox^,flags=gcobject

OS_ListBox_SelectedItems=flags=gcobject getter
OS_ListBox_SelectedItems_0=cast=ListBox^,flags=gcobject

OS_ListBox_SelectionMode=flags=setter
OS_ListBox_SelectionMode_0=cast=(ListBox^),flags=gcobject
OS_ListBox_SelectionMode_1=cast=(SelectionMode)

OS_ListBox_UnselectAll=flags=cpp
OS_ListBox_UnselectAll_0=cast=ListBox^,flags=gcobject

OS_ListView_View=flags=setter
OS_ListView_View_0=cast=ListView^,flags=gcobject
OS_ListView_View_1=cast=ViewBase^,flags=gcobject

OS_LoadImage=
OS_LoadImage_0=cast=HINSTANCE
OS_LoadImage_1=cast=LPCTSTR
OS_LoadImage_2=cast=UINT
OS_LoadImage_3=
OS_LoadImage_4=
OS_LoadImage_5=cast=UINT

OS_MapVirtualKeyW=
OS_MapVirtualKeyW_0=
OS_MapVirtualKeyW_1=

OS_MatrixTransform_1Matrix__I=flags=gcobject getter
OS_MatrixTransform_1Matrix__I_0=cast=(MatrixTransform^),flags=gcobject

OS_MatrixTransform_1Matrix__II=flags=setter
OS_MatrixTransform_1Matrix__II_0=cast=(MatrixTransform^),flags=gcobject
OS_MatrixTransform_1Matrix__II_1=cast=(Matrix),flags=gcobject

OS_Matrix_Invert=flags=cpp
OS_Matrix_Invert_0=cast=(Matrix^),flags=gcobject

OS_Matrix_IsIdentity=flags=getter
OS_Matrix_IsIdentity_0=cast=(Matrix^),flags=gcobject

OS_Matrix_1M11__I=flags=getter
OS_Matrix_1M11__I_0=cast=(Matrix^),flags=gcobject

OS_Matrix_1M11__ID=flags=setter
OS_Matrix_1M11__ID_0=cast=(Matrix^),flags=gcobject
OS_Matrix_1M11__ID_1=

OS_Matrix_1M12__I=flags=getter
OS_Matrix_1M12__I_0=cast=(Matrix^),flags=gcobject

OS_Matrix_1M12__ID=flags=setter
OS_Matrix_1M12__ID_0=cast=(Matrix^),flags=gcobject
OS_Matrix_1M12__ID_1=

OS_Matrix_1M21__I=flags=getter
OS_Matrix_1M21__I_0=cast=(Matrix^),flags=gcobject

OS_Matrix_1M21__ID=flags=setter
OS_Matrix_1M21__ID_0=cast=(Matrix^),flags=gcobject
OS_Matrix_1M21__ID_1=

OS_Matrix_1M22__I=flags=getter
OS_Matrix_1M22__I_0=cast=(Matrix^),flags=gcobject

OS_Matrix_1M22__ID=flags=setter
OS_Matrix_1M22__ID_0=cast=(Matrix^),flags=gcobject
OS_Matrix_1M22__ID_1=

OS_Matrix_Multiply=accessor=Matrix::Multiply,flags=gcobject
OS_Matrix_Multiply_0=cast=(Matrix),flags=gcobject
OS_Matrix_Multiply_1=cast=(Matrix),flags=gcobject

OS_Matrix_1OffsetX__I=flags=getter
OS_Matrix_1OffsetX__I_0=cast=(Matrix^),flags=gcobject

OS_Matrix_1OffsetX__ID=flags=setter
OS_Matrix_1OffsetX__ID_0=cast=(Matrix^),flags=gcobject
OS_Matrix_1OffsetX__ID_1=

OS_Matrix_1OffsetY__I=flags=getter
OS_Matrix_1OffsetY__I_0=cast=(Matrix^),flags=gcobject

OS_Matrix_1OffsetY__ID=flags=setter
OS_Matrix_1OffsetY__ID_0=cast=(Matrix^),flags=gcobject
OS_Matrix_1OffsetY__ID_1=

OS_Matrix_RotatePrepend=flags=cpp
OS_Matrix_RotatePrepend_0=cast=(Matrix^),flags=gcobject
OS_Matrix_RotatePrepend_1=

OS_Matrix_ScalePrepend=flags=cpp
OS_Matrix_ScalePrepend_0=cast=(Matrix^),flags=gcobject
OS_Matrix_ScalePrepend_1=
OS_Matrix_ScalePrepend_2=

OS_Matrix_Transform=flags=cpp gcobject
OS_Matrix_Transform_0=cast=(Matrix^),flags=gcobject
OS_Matrix_Transform_1=cast=Point,flags=gcobject

OS_Matrix_TranslatePrepend=flags=cpp
OS_Matrix_TranslatePrepend_0=cast=(Matrix^),flags=gcobject
OS_Matrix_TranslatePrepend_1=
OS_Matrix_TranslatePrepend_2=

OS_MenuItem_Click=flags=adder
OS_MenuItem_Click_0=cast=MenuItem^,flags=gcobject
OS_MenuItem_Click_1=cast=RoutedEventHandler^,flags=gcobject

OS_MenuItem_Icon=flags=setter
OS_MenuItem_Icon_0=cast=MenuItem^,flags=gcobject
OS_MenuItem_Icon_1=cast=Image^,flags=gcobject

OS_MenuItem_InputGestureText=flags=setter
OS_MenuItem_InputGestureText_0=cast=MenuItem^,flags=gcobject
OS_MenuItem_InputGestureText_1=cast=String^,flags=gcobject

OS_MenuItem_IsCheckable=flags=setter
OS_MenuItem_IsCheckable_0=cast=MenuItem^,flags=gcobject
OS_MenuItem_IsCheckable_1=

OS_MenuItem_1IsChecked__I=flags=getter
OS_MenuItem_1IsChecked__I_0=cast=MenuItem^,flags=gcobject

OS_MenuItem_1IsChecked__IZ=flags=setter
OS_MenuItem_1IsChecked__IZ_0=cast=MenuItem^,flags=gcobject
OS_MenuItem_1IsChecked__IZ_1=

OS_MenuItem_SubmenuClosed=flags=adder
OS_MenuItem_SubmenuClosed_0=cast=MenuItem^,flags=gcobject
OS_MenuItem_SubmenuClosed_1=cast=RoutedEventHandler^,flags=gcobject

OS_MenuItem_SubmenuOpened=flags=adder
OS_MenuItem_SubmenuOpened_0=cast=MenuItem^,flags=gcobject
OS_MenuItem_SubmenuOpened_1=cast=RoutedEventHandler^,flags=gcobject

OS_Menu_IsMainMenu=flags=setter
OS_Menu_IsMainMenu_0=cast=Menu^,flags=gcobject
OS_Menu_IsMainMenu_1=

OS_MessageBox_Show=accessor=MessageBox::Show
OS_MessageBox_Show_0=cast=String^,flags=gcobject
OS_MessageBox_Show_1=cast=String^,flags=gcobject
OS_MessageBox_Show_2=cast=MessageBoxButton
OS_MessageBox_Show_3=cast=MessageBoxImage
OS_MessageBox_Show_4=cast=MessageBoxResult

OS_MouseButtonEventArgs_ButtonState=flags=getter
OS_MouseButtonEventArgs_ButtonState_0=cast=(MouseButtonEventArgs^),flags=gcobject

OS_MouseButtonEventArgs_ChangedButton=flags=getter
OS_MouseButtonEventArgs_ChangedButton_0=cast=(MouseButtonEventArgs^),flags=gcobject

OS_MouseButtonEventArgs_ClickCount=flags=getter
OS_MouseButtonEventArgs_ClickCount_0=cast=(MouseButtonEventArgs^),flags=gcobject

OS_MouseEventArgs_GetPosition=flags=cpp gcobject
OS_MouseEventArgs_GetPosition_0=cast=MouseEventArgs^,flags=gcobject
OS_MouseEventArgs_GetPosition_1=cast=(IInputElement^),flags=gcobject

OS_MouseEventArgs_LeftButton=flags=getter
OS_MouseEventArgs_LeftButton_0=cast=(MouseEventArgs^),flags=gcobject

OS_MouseEventArgs_MiddleButton=flags=getter
OS_MouseEventArgs_MiddleButton_0=cast=(MouseEventArgs^),flags=gcobject

OS_MouseEventArgs_RightButton=flags=getter
OS_MouseEventArgs_RightButton_0=cast=(MouseEventArgs^),flags=gcobject

OS_MouseEventArgs_XButton1=flags=getter
OS_MouseEventArgs_XButton1_0=cast=(MouseEventArgs^),flags=gcobject

OS_MouseEventArgs_XButton2=flags=getter
OS_MouseEventArgs_XButton2_0=cast=(MouseEventArgs^),flags=gcobject

OS_MouseWheelEventArgs_Delta=flags=getter
OS_MouseWheelEventArgs_Delta_0=cast=MouseWheelEventArgs^,flags=gcobject

OS_Mouse_DirectlyOver=accessor=Mouse::DirectlyOver,flags=const gcobject

OS_Mouse_GetPosition=accessor=Mouse::GetPosition,flags=gcobject
OS_Mouse_GetPosition_0=cast=IInputElement^,flags=gcobject

OS_Mouse_LeftButton=accessor=Mouse::LeftButton,flags=const

OS_Mouse_MiddleButton=accessor=Mouse::MiddleButton,flags=const

OS_Mouse_RightButton=accessor=Mouse::RightButton,flags=const

OS_Mouse_SetCursor=accessor=Mouse::SetCursor
OS_Mouse_SetCursor_0=cast=Cursor^,flags=gcobject

OS_Mouse_XButton1=accessor=Mouse::XButton1,flags=const

OS_Mouse_XButton2=accessor=Mouse::XButton2,flags=const

OS_NewGlobalRef=flags=jni
OS_NewGlobalRef_0=

OS_Object_Equals=flags=cpp
OS_Object_Equals_0=cast=Object ^,flags=gcobject
OS_Object_Equals_1=cast=Object ^,flags=gcobject

OS_Object_GetType=flags=cpp gcobject
OS_Object_GetType_0=cast=(Object ^),flags=gcobject

OS_Object_ToString=flags=cpp gcobject
OS_Object_ToString_0=cast=(Object ^),flags=gcobject

OS_OpenFileDialog_Multiselect=flags=setter
OS_OpenFileDialog_Multiselect_0=cast=OpenFileDialog^,flags=gcobject
OS_OpenFileDialog_Multiselect_1=

OS_Panel_Background=flags=setter
OS_Panel_Background_0=cast=Panel^,flags=gcobject
OS_Panel_Background_1=cast=Brush^,flags=gcobject

OS_Panel_BackgroundProperty=accessor=Panel::BackgroundProperty,flags=const gcobject

OS_Panel_Children=flags=gcobject getter
OS_Panel_Children_0=cast=(Panel^,flags=gcobject

OS_Panel_GetZIndex=accessor=Panel::GetZIndex
OS_Panel_GetZIndex_0=cast=UIElement^,flags=gcobject

OS_Panel_SetZIndex=accessor=Panel::SetZIndex
OS_Panel_SetZIndex_0=cast=UIElement ^,flags=gcobject
OS_Panel_SetZIndex_1=

OS_PasswordBox_1MaxLength__I=flags=getter
OS_PasswordBox_1MaxLength__I_0=cast=(PasswordBox^),flags=gcobject

OS_PasswordBox_1MaxLength__II=flags=setter
OS_PasswordBox_1MaxLength__II_0=cast=(PasswordBox^),flags=gcobject
OS_PasswordBox_1MaxLength__II_1=

OS_PasswordBox_1Password__I=flags=gcobject getter
OS_PasswordBox_1Password__I_0=cast=(PasswordBox^),flags=gcobject

OS_PasswordBox_1Password__II=flags=setter
OS_PasswordBox_1Password__II_0=cast=(PasswordBox^),flags=gcobject
OS_PasswordBox_1Password__II_1=cast=String^,flags=gcobject

OS_PasswordBox_PasswordChanged=flags=adder
OS_PasswordBox_PasswordChanged_0=cast=(PasswordBox^),flags=gcobject
OS_PasswordBox_PasswordChanged_1=cast=RoutedEventHandler^,flags=gcobject

OS_PasswordBox_1PasswordChar__I=flags=getter
OS_PasswordBox_1PasswordChar__I_0=cast=(PasswordBox^),flags=gcobject

OS_PasswordBox_1PasswordChar__IC=flags=setter
OS_PasswordBox_1PasswordChar__IC_0=cast=PasswordBox^,flags=gcobject
OS_PasswordBox_1PasswordChar__IC_1=

OS_PasswordBox_Paste=flags=cpp
OS_PasswordBox_Paste_0=cast=(PasswordBox^),flags=gcobject

OS_PathFigureCollection_Add=flags=cpp
OS_PathFigureCollection_Add_0=cast=(PathFigureCollection^),flags=gcobject
OS_PathFigureCollection_Add_1=cast=PathFigure^,flags=gcobject

OS_PathFigureCollection_Count=flags=getter
OS_PathFigureCollection_Count_0=cast=PathFigureCollection^,flags=gcobject

OS_PathFigure_1IsClosed__I=flags=getter
OS_PathFigure_1IsClosed__I_0=cast=PathFigure^,flags=gcobject

OS_PathFigure_1IsClosed__IZ=flags=setter
OS_PathFigure_1IsClosed__IZ_0=cast=PathFigure^,flags=gcobject
OS_PathFigure_1IsClosed__IZ_1=

OS_PathFigure_1Segments__I=flags=gcobject getter
OS_PathFigure_1Segments__I_0=cast=PathFigure^,flags=gcobject

OS_PathFigure_1Segments__II=flags=gcobject getter
OS_PathFigure_1Segments__II_0=cast=PathFigure^,flags=gcobject
OS_PathFigure_1Segments__II_1=

OS_PathFigure_StartPoint=flags=setter
OS_PathFigure_StartPoint_0=cast=PathFigure^,flags=gcobject
OS_PathFigure_StartPoint_1=cast=Point,flags=gcobject

OS_PathGeometry_AddGeometry=flags=cpp
OS_PathGeometry_AddGeometry_0=cast=PathGeometry^,flags=gcobject
OS_PathGeometry_AddGeometry_1=cast=Geometry^,flags=gcobject

OS_PathGeometry_Bounds=flags=gcobject getter
OS_PathGeometry_Bounds_0=cast=PathGeometry^,flags=gcobject

OS_PathGeometry_1Figures__I=flags=gcobject getter
OS_PathGeometry_1Figures__I_0=cast=PathGeometry^,flags=gcobject

OS_PathGeometry_1Figures__II=flags=gcobject getter
OS_PathGeometry_1Figures__II_0=cast=PathGeometry^,flags=gcobject
OS_PathGeometry_1Figures__II_1=

OS_PathGeometry_FillRule=flags=setter
OS_PathGeometry_FillRule_0=cast=PathGeometry^,flags=gcobject
OS_PathGeometry_FillRule_1=cast=FillRule

OS_PathSegmentCollection_Add=flags=cpp
OS_PathSegmentCollection_Add_0=cast=PathSegmentCollection^,flags=gcobject
OS_PathSegmentCollection_Add_1=cast=PathSegment^,flags=gcobject

OS_PathSegmentCollection_Count=flags=getter
OS_PathSegmentCollection_Count_0=cast=PathSegmentCollection^,flags=gcobject

OS_Path_Data=flags=setter
OS_Path_Data_0=cast=Path^,flags=gcobject
OS_Path_Data_1=cast=Geometry^,flags=gcobject

OS_Path_Fill=flags=setter
OS_Path_Fill_0=cast=Path^,flags=gcobject
OS_Path_Fill_1=cast=(Brush^),flags=gcobject

OS_Path_Stretch=flags=setter
OS_Path_Stretch_0=cast=Path^,flags=gcobject
OS_Path_Stretch_1=cast=Stretch

OS_Pen_1Brush__I=flags=gcobject getter
OS_Pen_1Brush__I_0=cast=(Pen^),flags=gcobject

OS_Pen_1Brush__II=flags=setter
OS_Pen_1Brush__II_0=cast=(Pen^),flags=gcobject
OS_Pen_1Brush__II_1=cast=Brush^,flags=gcobject

OS_Pen_DashCap=flags=setter
OS_Pen_DashCap_0=cast=(Pen^),flags=gcobject
OS_Pen_DashCap_1=cast=PenLineCap

OS_Pen_DashStyle=flags=setter
OS_Pen_DashStyle_0=cast=(Pen^),flags=gcobject
OS_Pen_DashStyle_1=cast=DashStyle^,flags=gcobject

OS_Pen_EndLineCap=flags=setter
OS_Pen_EndLineCap_0=cast=(Pen^),flags=gcobject
OS_Pen_EndLineCap_1=cast=(PenLineCap

OS_Pen_LineJoin=flags=setter
OS_Pen_LineJoin_0=cast=(Pen^),flags=gcobject
OS_Pen_LineJoin_1=cast=(PenLineJoin)

OS_Pen_StartLineCap=flags=setter
OS_Pen_StartLineCap_0=cast=(Pen^),flags=gcobject
OS_Pen_StartLineCap_1=cast=(PenLineCap)

OS_Pen_Thickness=flags=setter
OS_Pen_Thickness_0=cast=(Pen^),flags=gcobject
OS_Pen_Thickness_1=

OS_PixelFormat_BitsPerPixel=flags=getter
OS_PixelFormat_BitsPerPixel_0=cast=(PixelFormat^),flags=gcobject

OS_PixelFormats_Bgr101010=accessor=PixelFormats::Bgr101010,flags=const gcobject

OS_PixelFormats_Bgr24=accessor=PixelFormats::Bgr24,flags=const gcobject

OS_PixelFormats_Bgr32=accessor=PixelFormats::Bgr32,flags=const gcobject

OS_PixelFormats_Bgr555=accessor=PixelFormats::Bgr555,flags=const gcobject

OS_PixelFormats_Bgr565=accessor=PixelFormats::Bgr565,flags=const gcobject

OS_PixelFormats_Bgra32=accessor=PixelFormats::Bgra32,flags=const gcobject

OS_PixelFormats_BlackWhite=accessor=PixelFormats::BlackWhite,flags=const gcobject

OS_PixelFormats_Default=accessor=PixelFormats::Default,flags=const gcobject

OS_PixelFormats_Indexed1=accessor=PixelFormats::Indexed1,flags=const gcobject

OS_PixelFormats_Indexed2=accessor=PixelFormats::Indexed2,flags=const gcobject

OS_PixelFormats_Indexed4=accessor=PixelFormats::Indexed4,flags=const gcobject

OS_PixelFormats_Indexed8=accessor=PixelFormats::Indexed8,flags=const gcobject

OS_PixelFormats_Pbgra32=accessor=PixelFormats::Pbgra32,flags=const gcobject

OS_PixelFormats_Rgb24=accessor=PixelFormats::Rgb24,flags=const gcobject

OS_PointCollection_Add=flags=cpp
OS_PointCollection_Add_0=cast=PointCollection^,flags=gcobject
OS_PointCollection_Add_1=cast=Point,flags=gcobject

OS_Point_X=flags=getter
OS_Point_X_0=cast=Point^,flags=gcobject

OS_Point_Y=flags=getter
OS_Point_Y_0=cast=Point^,flags=gcobject

OS_PresentationSource_FromVisual=accessor=PresentationSource::FromVisual,flags=gcobject
OS_PresentationSource_FromVisual_0=cast=Visual^,flags=gcobject

OS_ProgressBar_1IsIndeterminate__I=flags=getter
OS_ProgressBar_1IsIndeterminate__I_0=cast=(ProgressBar ^),flags=gcobject

OS_ProgressBar_1IsIndeterminate__IZ=flags=setter
OS_ProgressBar_1IsIndeterminate__IZ_0=cast=(ProgressBar ^),flags=gcobject
OS_ProgressBar_1IsIndeterminate__IZ_1=

OS_ProgressBar_Orientation=flags=setter
OS_ProgressBar_Orientation_0=cast=(ProgressBar ^),flags=gcobject
OS_ProgressBar_Orientation_1=cast=(Orientation)

OS_RangeBase_1LargeChange__I=flags=getter
OS_RangeBase_1LargeChange__I_0=cast=RangeBase ^,flags=gcobject

OS_RangeBase_1LargeChange__ID=flags=setter
OS_RangeBase_1LargeChange__ID_0=cast=RangeBase ^,flags=gcobject
OS_RangeBase_1LargeChange__ID_1=

OS_RangeBase_1Maximum__I=flags=getter
OS_RangeBase_1Maximum__I_0=cast=(RangeBase ^),flags=gcobject

OS_RangeBase_1Maximum__ID=flags=setter
OS_RangeBase_1Maximum__ID_0=cast=(RangeBase ^),flags=gcobject
OS_RangeBase_1Maximum__ID_1=

OS_RangeBase_1Minimum__I=flags=getter
OS_RangeBase_1Minimum__I_0=cast=(RangeBase ^),flags=gcobject

OS_RangeBase_1Minimum__ID=flags=setter
OS_RangeBase_1Minimum__ID_0=cast=(RangeBase ^),flags=gcobject
OS_RangeBase_1Minimum__ID_1=

OS_RangeBase_1SmallChange__I=flags=getter
OS_RangeBase_1SmallChange__I_0=cast=RangeBase ^,flags=gcobject

OS_RangeBase_1SmallChange__ID=flags=setter
OS_RangeBase_1SmallChange__ID_0=cast=RangeBase ^,flags=gcobject
OS_RangeBase_1SmallChange__ID_1=

OS_RangeBase_1Value__I=flags=getter
OS_RangeBase_1Value__I_0=cast=(RangeBase ^),flags=gcobject

OS_RangeBase_1Value__ID=flags=setter
OS_RangeBase_1Value__ID_0=cast=(RangeBase ^),flags=gcobject
OS_RangeBase_1Value__ID_1=

OS_RangeBase_ValueChanged=flags=adder
OS_RangeBase_ValueChanged_0=cast=(RangeBase ^),flags=gcobject
OS_RangeBase_ValueChanged_1=cast=(RoutedPropertyChangedEventHandler<double> ^),flags=gcobject

OS_Rect_1Height__I=flags=getter
OS_Rect_1Height__I_0=cast=(Rect^),flags=gcobject

OS_Rect_1Height__ID=flags=setter
OS_Rect_1Height__ID_0=cast=(Rect^),flags=gcobject
OS_Rect_1Height__ID_1=

OS_Rect_Intersect=flags=cpp
OS_Rect_Intersect_0=cast=(Rect^),flags=gcobject
OS_Rect_Intersect_1=cast=Rect,flags=gcobject

OS_Rect_Union=flags=cpp
OS_Rect_Union_0=cast=(Rect^),flags=gcobject
OS_Rect_Union_1=cast=(Rect),flags=gcobject

OS_Rect_1Width__I=flags=getter
OS_Rect_1Width__I_0=cast=(Rect^),flags=gcobject

OS_Rect_1Width__ID=flags=setter
OS_Rect_1Width__ID_0=cast=(Rect^),flags=gcobject
OS_Rect_1Width__ID_1=

OS_Rect_1X__I=flags=getter
OS_Rect_1X__I_0=cast=(Rect^),flags=gcobject

OS_Rect_1X__ID=flags=setter
OS_Rect_1X__ID_0=cast=(Rect^),flags=gcobject
OS_Rect_1X__ID_1=

OS_Rect_1Y__I=flags=getter
OS_Rect_1Y__I_0=cast=(Rect^),flags=gcobject

OS_Rect_1Y__ID=flags=setter
OS_Rect_1Y__ID_0=cast=(Rect^),flags=gcobject
OS_Rect_1Y__ID_1=

OS_RegistryKey_GetSubKeyNames=flags=cpp gcobject
OS_RegistryKey_GetSubKeyNames_0=cast=RegistryKey^,flags=gcobject

OS_RegistryKey_GetValue=flags=cpp gcobject
OS_RegistryKey_GetValue_0=cast=RegistryKey^,flags=gcobject
OS_RegistryKey_GetValue_1=cast=String^,flags=gcobject

OS_RegistryKey_OpenSubKey=flags=cpp gcobject
OS_RegistryKey_OpenSubKey_0=cast=RegistryKey^,flags=gcobject
OS_RegistryKey_OpenSubKey_1=cast=String^,flags=gcobject

OS_Registry_ClassesRoot=accessor=Registry::ClassesRoot,flags=const gcobject

OS_RenderOptions_GetBitmapScalingMode=accessor=RenderOptions::GetBitmapScalingMode
OS_RenderOptions_GetBitmapScalingMode_0=cast=(DependencyObject^),flags=gcobject

OS_RenderOptions_SetBitmapScalingMode=accessor=RenderOptions::SetBitmapScalingMode
OS_RenderOptions_SetBitmapScalingMode_0=cast=(DependencyObject^),flags=gcobject
OS_RenderOptions_SetBitmapScalingMode_1=cast=(BitmapScalingMode)

OS_RenderOptions_SetEdgeMode=accessor=RenderOptions::SetEdgeMode
OS_RenderOptions_SetEdgeMode_0=cast=(DependencyObject^),flags=gcobject
OS_RenderOptions_SetEdgeMode_1=cast=(EdgeMode)

OS_RenderTargetBitmap_Render=flags=cpp
OS_RenderTargetBitmap_Render_0=cast=RenderTargetBitmap^,flags=gcobject
OS_RenderTargetBitmap_Render_1=cast=Visual^,flags=gcobject

OS_RepeatBehavior_Forever=accessor=RepeatBehavior::Forever,flags=const gcobject

OS_RoutedEventArgs_Handled=flags=setter
OS_RoutedEventArgs_Handled_0=cast=RoutedEventArgs^,flags=gcobject
OS_RoutedEventArgs_Handled_1=

OS_RoutedEventArgs_OriginalSource=flags=gcobject getter
OS_RoutedEventArgs_OriginalSource_0=cast=(RoutedEventArgs^),flags=gcobject

OS_RoutedEventArgs_Source=flags=gcobject getter
OS_RoutedEventArgs_Source_0=cast=(RoutedEventArgs^),flags=gcobject

OS_RoutedEventArgs_typeid=accessor=RoutedEventArgs::typeid,flags=const gcobject

OS_RowDefinitionCollection_Add=flags=cpp
OS_RowDefinitionCollection_Add_0=cast=(RowDefinitionCollection^),flags=gcobject
OS_RowDefinitionCollection_Add_1=cast=RowDefinition^,flags=gcobject

OS_RowDefinition_Height=flags=setter
OS_RowDefinition_Height_0=cast=RowDefinition^,flags=gcobject
OS_RowDefinition_Height_1=cast=(GridLength),flags=gcobject

OS_Run_Text=flags=setter
OS_Run_Text_0=cast=Run^,flags=gcobject
OS_Run_Text_1=cast=String^,flags=gcobject

OS_SWTCanvas_1Visual__I=flags=getter no_gen gcobject
OS_SWTCanvas_1Visual__I_0=cast=(SWTCanvas^),flags=gcobject

OS_SWTCanvas_1Visual__II=flags=no_gen setter
OS_SWTCanvas_1Visual__II_0=cast=SWTCanvas^,flags=gcobject
OS_SWTCanvas_1Visual__II_1=cast=DrawingVisual^,flags=gcobject

OS_SWTTextRunProperties_ForegroundBrush=flags=no_gen setter
OS_SWTTextRunProperties_ForegroundBrush_0=cast=SWTTextRunProperties^,flags=gcobject
OS_SWTTextRunProperties_ForegroundBrush_1=cast=Brush^,flags=gcobject

OS_ScrollBar_1Orientation__I=flags=getter
OS_ScrollBar_1Orientation__I_0=cast=(ScrollBar^),flags=gcobject

OS_ScrollBar_1Orientation__II=flags=setter
OS_ScrollBar_1Orientation__II_0=cast=(ScrollBar^),flags=gcobject
OS_ScrollBar_1Orientation__II_1=cast=Orientation

OS_ScrollBar_Scroll=flags=adder
OS_ScrollBar_Scroll_0=cast=(ScrollBar^),flags=gcobject
OS_ScrollBar_Scroll_1=cast=(ScrollEventHandler^),flags=gcobject

OS_ScrollBar_1ViewportSize__I=flags=getter
OS_ScrollBar_1ViewportSize__I_0=cast=(ScrollBar^),flags=gcobject

OS_ScrollBar_1ViewportSize__ID=flags=setter
OS_ScrollBar_1ViewportSize__ID_0=cast=(ScrollBar^),flags=gcobject
OS_ScrollBar_1ViewportSize__ID_1=

OS_ScrollBar_typeid=accessor=ScrollBar::typeid,flags=const gcobject

OS_ScrollEventArgs_ScrollEventType=flags=getter
OS_ScrollEventArgs_ScrollEventType_0=cast=ScrollEventArgs^,flags=gcobject

OS_ScrollViewer_typeid=accessor=ScrollViewer::typeid,flags=const gcobject

OS_SelectionChangedEventArgs_AddedItems=flags=gcobject getter
OS_SelectionChangedEventArgs_AddedItems_0=cast=SelectionChangedEventArgs^,flags=gcobject

OS_SelectionChangedEventArgs_RemovedItems=flags=gcobject getter
OS_SelectionChangedEventArgs_RemovedItems_0=cast=(SelectionChangedEventArgs^),flags=gcobject

OS_Selector_IsSynchronizedWithCurrentItem=flags=setter
OS_Selector_IsSynchronizedWithCurrentItem_0=cast=Selector^,flags=gcobject
OS_Selector_IsSynchronizedWithCurrentItem_1=

OS_Selector_1SelectedIndex__I=flags=getter
OS_Selector_1SelectedIndex__I_0=cast=(Selector^),flags=gcobject

OS_Selector_1SelectedIndex__II=flags=setter
OS_Selector_1SelectedIndex__II_0=cast=(Selector^),flags=gcobject
OS_Selector_1SelectedIndex__II_1=

OS_Selector_SelectedItem=flags=gcobject getter
OS_Selector_SelectedItem_0=cast=(Selector^),flags=gcobject

OS_Selector_SelectedValue=flags=gcobject getter
OS_Selector_SelectedValue_0=cast=(Selector^),flags=gcobject

OS_Selector_SelectionChanged=flags=adder
OS_Selector_SelectionChanged_0=cast=Selector^,flags=gcobject
OS_Selector_SelectionChanged_1=cast=(SelectionChangedEventHandler^),flags=gcobject

OS_SetCursorPos=
OS_SetCursorPos_0=
OS_SetCursorPos_1=

OS_SetterBaseCollection_Add=flags=cpp
OS_SetterBaseCollection_Add_0=cast=SetterBaseCollection^,flags=gcobject
OS_SetterBaseCollection_Add_1=cast=SetterBase^,flags=gcobject

OS_Shape_Fill=flags=setter
OS_Shape_Fill_0=cast=Shape^,flags=gcobject
OS_Shape_Fill_1=cast=Brush^,flags=gcobject

OS_Shape_Stroke=flags=setter
OS_Shape_Stroke_0=cast=(Shape^),flags=gcobject
OS_Shape_Stroke_1=cast=Brush^,flags=gcobject

OS_Shape_StrokeThickness=flags=setter
OS_Shape_StrokeThickness_0=cast=(Shape^),flags=gcobject
OS_Shape_StrokeThickness_1=

OS_Size_1Height__I=flags=getter
OS_Size_1Height__I_0=cast=Size ^,flags=gcobject

OS_Size_1Height__ID=flags=setter
OS_Size_1Height__ID_0=cast=Size ^,flags=gcobject
OS_Size_1Height__ID_1=

OS_Size_1Width__I=flags=getter
OS_Size_1Width__I_0=cast=Size ^,flags=gcobject

OS_Size_1Width__ID=flags=setter
OS_Size_1Width__ID_0=cast=Size ^,flags=gcobject
OS_Size_1Width__ID_1=

OS_Slider_Orientation=flags=setter
OS_Slider_Orientation_0=cast=(Slider ^),flags=gcobject
OS_Slider_Orientation_1=cast=Orientation

OS_Slider_TickFrequency=flags=setter
OS_Slider_TickFrequency_0=cast=Slider^,flags=gcobject
OS_Slider_TickFrequency_1=

OS_Slider_TickPlacement=flags=setter
OS_Slider_TickPlacement_0=cast=Slider^,flags=gcobject
OS_Slider_TickPlacement_1=cast=TickPlacement

OS_StackPanel_Orientation=flags=setter
OS_StackPanel_Orientation_0=cast=StackPanel^,flags=gcobject
OS_StackPanel_Orientation_1=cast=Orientation

OS_StackPanel_OrientationProperty=accessor=StackPanel::OrientationProperty,flags=const gcobject

OS_StackPanel_typeid=accessor=StackPanel::typeid,flags=const gcobject

OS_StreamGeometryContext_BeginFigure=flags=cpp
OS_StreamGeometryContext_BeginFigure_0=cast=(StreamGeometryContext^),flags=gcobject
OS_StreamGeometryContext_BeginFigure_1=cast=(Point),flags=gcobject
OS_StreamGeometryContext_BeginFigure_2=
OS_StreamGeometryContext_BeginFigure_3=

OS_StreamGeometryContext_Close=flags=cpp
OS_StreamGeometryContext_Close_0=cast=StreamGeometryContext^,flags=gcobject

OS_StreamGeometryContext_LineTo=flags=cpp
OS_StreamGeometryContext_LineTo_0=cast=(StreamGeometryContext^),flags=gcobject
OS_StreamGeometryContext_LineTo_1=cast=(Point),flags=gcobject
OS_StreamGeometryContext_LineTo_2=
OS_StreamGeometryContext_LineTo_3=

OS_StreamGeometry_Open=flags=cpp gcobject
OS_StreamGeometry_Open_0=cast=StreamGeometry^,flags=gcobject

OS_String_Length=flags=getter
OS_String_Length_0=cast=String^,flags=gcobject

OS_String_ToCharArray=flags=cpp gcobject
OS_String_ToCharArray_0=cast=String^,flags=gcobject

OS_Style_Setters=flags=gcobject getter
OS_Style_Setters_0=cast=Style^,flags=gcobject

OS_SystemColors_ActiveBorderColor=accessor=SystemColors::ActiveBorderColor,flags=const struct gcobject

OS_SystemColors_ActiveCaptionColor=accessor=SystemColors::ActiveCaptionColor,flags=const struct gcobject

OS_SystemColors_ActiveCaptionTextColor=accessor=SystemColors::ActiveCaptionTextColor,flags=const struct gcobject

OS_SystemColors_ControlBrush=accessor=SystemColors::ControlBrush,flags=const gcobject

OS_SystemColors_ControlColor=accessor=SystemColors::ControlColor,flags=const struct gcobject

OS_SystemColors_ControlDarkColor=accessor=SystemColors::ControlDarkColor,flags=const struct gcobject

OS_SystemColors_ControlDarkDarkColor=accessor=SystemColors::ControlDarkDarkColor,flags=const struct gcobject

OS_SystemColors_ControlLightColor=accessor=SystemColors::ControlLightColor,flags=const struct gcobject

OS_SystemColors_ControlTextBrush=accessor=SystemColors::ControlTextBrush,flags=const gcobject

OS_SystemColors_ControlTextColor=accessor=SystemColors::ControlTextColor,flags=const struct gcobject

OS_SystemColors_GradientActiveCaptionColor=accessor=SystemColors::GradientActiveCaptionColor,flags=const struct gcobject

OS_SystemColors_GradientInactiveCaptionColor=accessor=SystemColors::GradientInactiveCaptionColor,flags=const struct gcobject

OS_SystemColors_HighlightBrush=accessor=SystemColors::HighlightBrush,flags=const gcobject

OS_SystemColors_HighlightColor=accessor=SystemColors::HighlightColor,flags=const struct gcobject

OS_SystemColors_HighlightTextColor=accessor=SystemColors::HighlightTextColor,flags=const struct gcobject

OS_SystemColors_InactiveCaptionColor=accessor=SystemColors::InactiveCaptionColor,flags=const struct gcobject

OS_SystemColors_InactiveCaptionTextColor=accessor=SystemColors::InactiveCaptionTextColor,flags=const struct gcobject

OS_SystemColors_InfoColor=accessor=SystemColors::InfoColor,flags=const struct gcobject

OS_SystemColors_InfoTextColor=accessor=SystemColors::InfoTextColor,flags=const struct gcobject

OS_SystemColors_WindowColor=accessor=SystemColors::WindowColor,flags=const struct gcobject

OS_SystemColors_WindowTextColor=accessor=SystemColors::WindowTextColor,flags=const struct gcobject

OS_SystemFonts_MessageFontFamily=accessor=SystemFonts::MessageFontFamily,flags=const gcobject

OS_SystemFonts_MessageFontSize=accessor=SystemFonts::MessageFontSize,flags=const

OS_SystemFonts_MessageFontStyle=accessor=SystemFonts::MessageFontStyle,flags=const gcobject

OS_SystemFonts_MessageFontWeight=accessor=SystemFonts::MessageFontWeight,flags=const gcobject

OS_SystemParameters_HighContrast=accessor=SystemParameters::HighContrast,flags=const

OS_SystemParameters_HorizontalScrollBarButtonWidth=accessor=SystemParameters::HorizontalScrollBarButtonWidth,flags=const

OS_SystemParameters_HorizontalScrollBarHeight=accessor=SystemParameters::HorizontalScrollBarHeight,flags=const

OS_SystemParameters_PrimaryScreenHeight=accessor=SystemParameters::PrimaryScreenHeight,flags=const

OS_SystemParameters_PrimaryScreenWidth=accessor=SystemParameters::PrimaryScreenWidth,flags=const

OS_SystemParameters_VerticalScrollBarButtonHeight=accessor=SystemParameters::VerticalScrollBarButtonHeight,flags=const

OS_SystemParameters_VerticalScrollBarWidth=accessor=SystemParameters::VerticalScrollBarWidth,flags=const

OS_SystemParameters_VirtualScreenHeight=accessor=SystemParameters::VirtualScreenHeight,flags=const

OS_SystemParameters_VirtualScreenLeft=accessor=SystemParameters::VirtualScreenLeft,flags=const

OS_SystemParameters_VirtualScreenTop=accessor=SystemParameters::VirtualScreenTop,flags=const

OS_SystemParameters_VirtualScreenWidth=accessor=SystemParameters::VirtualScreenWidth,flags=const

OS_SystemParameters_WheelScrollLines=accessor=SystemParameters::WheelScrollLines,flags=const

OS_SystemParameters_WorkArea=accessor=SystemParameters::WorkArea,flags=const gcobject

OS_TabControl_TabStripPlacement=flags=setter
OS_TabControl_TabStripPlacement_0=cast=TabControl^,flags=gcobject
OS_TabControl_TabStripPlacement_1=cast=Dock

OS_TabItem_IsSelected=flags=getter
OS_TabItem_IsSelected_0=cast=TabItem^,flags=gcobject

OS_TextBlock_Background=flags=setter
OS_TextBlock_Background_0=cast=TextBlock^,flags=gcobject
OS_TextBlock_Background_1=cast=Brush^,flags=gcobject

OS_TextBlock_BackgroundProperty=accessor=TextBlock::BackgroundProperty,flags=const gcobject

OS_TextBlock_FontFamily=flags=setter
OS_TextBlock_FontFamily_0=cast=(TextBlock^),flags=gcobject
OS_TextBlock_FontFamily_1=cast=FontFamily^,flags=gcobject

OS_TextBlock_FontFamilyProperty=accessor=TextBlock::FontFamilyProperty,flags=const gcobject

OS_TextBlock_FontSize=flags=setter
OS_TextBlock_FontSize_0=cast=(TextBlock^),flags=gcobject
OS_TextBlock_FontSize_1=

OS_TextBlock_FontSizeProperty=accessor=TextBlock::FontSizeProperty,flags=const gcobject

OS_TextBlock_FontStretch=flags=setter
OS_TextBlock_FontStretch_0=cast=(TextBlock^),flags=gcobject
OS_TextBlock_FontStretch_1=cast=FontStretch,flags=gcobject

OS_TextBlock_FontStretchProperty=accessor=TextBlock::FontStretchProperty,flags=const gcobject

OS_TextBlock_FontStyle=flags=setter
OS_TextBlock_FontStyle_0=cast=(TextBlock^),flags=gcobject
OS_TextBlock_FontStyle_1=cast=FontStyle,flags=gcobject

OS_TextBlock_FontStyleProperty=accessor=TextBlock::FontStyleProperty,flags=const gcobject

OS_TextBlock_FontWeight=flags=setter
OS_TextBlock_FontWeight_0=cast=(TextBlock^),flags=gcobject
OS_TextBlock_FontWeight_1=cast=FontWeight,flags=gcobject

OS_TextBlock_FontWeightProperty=accessor=TextBlock::FontWeightProperty,flags=const gcobject

OS_TextBlock_Foreground=flags=setter
OS_TextBlock_Foreground_0=cast=TextBlock^,flags=gcobject
OS_TextBlock_Foreground_1=cast=Brush^,flags=gcobject

OS_TextBlock_ForegroundProperty=accessor=TextBlock::ForegroundProperty,flags=const gcobject

OS_TextBlock_Inlines=flags=gcobject getter
OS_TextBlock_Inlines_0=cast=TextBlock^,flags=gcobject

OS_TextBlock_Text=flags=setter
OS_TextBlock_Text_0=cast=TextBlock^,flags=gcobject
OS_TextBlock_Text_1=cast=String^,flags=gcobject

OS_TextBlock_TextProperty=accessor=TextBlock::TextProperty,flags=const gcobject

OS_TextBlock_typeid=accessor=TextBlock::typeid,flags=const gcobject

OS_TextBoundsCollection_Current=flags=gcobject getter
OS_TextBoundsCollection_Current_0=cast=IEnumerator^,flags=gcobject

OS_TextBoundsCollection_GetEnumerator=flags=cpp gcobject
OS_TextBoundsCollection_GetEnumerator_0=cast=IEnumerable^,flags=gcobject

OS_TextBounds_Rectangle=flags=gcobject getter
OS_TextBounds_Rectangle_0=cast=TextBounds^,flags=gcobject

OS_TextBoxBase_AcceptsReturn=flags=setter
OS_TextBoxBase_AcceptsReturn_0=cast=TextBoxBase^,flags=gcobject
OS_TextBoxBase_AcceptsReturn_1=

OS_TextBoxBase_AcceptsTab=flags=setter
OS_TextBoxBase_AcceptsTab_0=cast=TextBoxBase^,flags=gcobject
OS_TextBoxBase_AcceptsTab_1=

OS_TextBoxBase_AppendText=flags=cpp
OS_TextBoxBase_AppendText_0=cast=TextBoxBase^,flags=gcobject
OS_TextBoxBase_AppendText_1=cast=(String^),flags=gcobject

OS_TextBoxBase_Copy=flags=cpp
OS_TextBoxBase_Copy_0=cast=TextBoxBase^,flags=gcobject

OS_TextBoxBase_Cut=flags=cpp
OS_TextBoxBase_Cut_0=cast=TextBoxBase^,flags=gcobject

OS_TextBoxBase_HorizontalScrollBarVisibility=flags=setter
OS_TextBoxBase_HorizontalScrollBarVisibility_0=cast=TextBoxBase^,flags=gcobject
OS_TextBoxBase_HorizontalScrollBarVisibility_1=cast=(ScrollBarVisibility)

OS_TextBoxBase_1IsReadOnly__I=flags=getter
OS_TextBoxBase_1IsReadOnly__I_0=cast=TextBoxBase^,flags=gcobject

OS_TextBoxBase_1IsReadOnly__IZ=flags=setter
OS_TextBoxBase_1IsReadOnly__IZ_0=cast=TextBoxBase^,flags=gcobject
OS_TextBoxBase_1IsReadOnly__IZ_1=

OS_TextBoxBase_Paste=flags=cpp
OS_TextBoxBase_Paste_0=cast=TextBoxBase^,flags=gcobject

OS_TextBoxBase_ScrollToEnd=flags=cpp
OS_TextBoxBase_ScrollToEnd_0=cast=TextBoxBase^,flags=gcobject

OS_TextBoxBase_ScrollToVerticalOffset=flags=cpp
OS_TextBoxBase_ScrollToVerticalOffset_0=cast=TextBoxBase^,flags=gcobject
OS_TextBoxBase_ScrollToVerticalOffset_1=

OS_TextBoxBase_SelectAll=flags=cpp
OS_TextBoxBase_SelectAll_0=cast=TextBoxBase^,flags=gcobject

OS_TextBoxBase_TextChanged=flags=adder
OS_TextBoxBase_TextChanged_0=cast=TextBoxBase^,flags=gcobject
OS_TextBoxBase_TextChanged_1=cast=TextChangedEventHandler^,flags=gcobject

OS_TextBoxBase_VerticalOffset=flags=getter
OS_TextBoxBase_VerticalOffset_0=cast=TextBoxBase^,flags=gcobject

OS_TextBoxBase_VerticalScrollBarVisibility=flags=setter
OS_TextBoxBase_VerticalScrollBarVisibility_0=cast=TextBoxBase^,flags=gcobject
OS_TextBoxBase_VerticalScrollBarVisibility_1=cast=(ScrollBarVisibility)

OS_TextBox_1CaretIndex__I=flags=getter
OS_TextBox_1CaretIndex__I_0=cast=TextBox^,flags=gcobject

OS_TextBox_1CaretIndex__II=flags=setter
OS_TextBox_1CaretIndex__II_0=cast=TextBox^,flags=gcobject
OS_TextBox_1CaretIndex__II_1=

OS_TextBox_GetFirstVisibleLineIndex=flags=cpp
OS_TextBox_GetFirstVisibleLineIndex_0=cast=TextBox^,flags=gcobject

OS_TextBox_GetLineIndexFromCharacterIndex=flags=cpp
OS_TextBox_GetLineIndexFromCharacterIndex_0=cast=TextBox^,flags=gcobject
OS_TextBox_GetLineIndexFromCharacterIndex_1=

OS_TextBox_GetRectFromCharacterIndex=flags=cpp gcobject
OS_TextBox_GetRectFromCharacterIndex_0=cast=TextBox^,flags=gcobject
OS_TextBox_GetRectFromCharacterIndex_1=

OS_TextBox_LineCount=flags=getter
OS_TextBox_LineCount_0=cast=TextBox^,flags=gcobject

OS_TextBox_1MaxLength__I=flags=getter
OS_TextBox_1MaxLength__I_0=cast=TextBox^,flags=gcobject

OS_TextBox_1MaxLength__II=flags=setter
OS_TextBox_1MaxLength__II_0=cast=TextBox^,flags=gcobject
OS_TextBox_1MaxLength__II_1=

OS_TextBox_ScrollToLine=flags=cpp
OS_TextBox_ScrollToLine_0=cast=TextBox^,flags=gcobject
OS_TextBox_ScrollToLine_1=

OS_TextBox_Select=flags=cpp
OS_TextBox_Select_0=cast=TextBox^,flags=gcobject
OS_TextBox_Select_1=
OS_TextBox_Select_2=

OS_TextBox_1SelectedText__I=flags=gcobject getter
OS_TextBox_1SelectedText__I_0=cast=TextBox^,flags=gcobject

OS_TextBox_1SelectedText__II=flags=setter
OS_TextBox_1SelectedText__II_0=cast=TextBox^,flags=gcobject
OS_TextBox_1SelectedText__II_1=cast=String^,flags=gcobject

OS_TextBox_1SelectionLength__I=flags=getter
OS_TextBox_1SelectionLength__I_0=cast=TextBox^,flags=gcobject

OS_TextBox_1SelectionLength__II=flags=setter
OS_TextBox_1SelectionLength__II_0=cast=TextBox^,flags=gcobject
OS_TextBox_1SelectionLength__II_1=

OS_TextBox_1SelectionStart__I=flags=getter
OS_TextBox_1SelectionStart__I_0=cast=TextBox^,flags=gcobject

OS_TextBox_1SelectionStart__II=flags=setter
OS_TextBox_1SelectionStart__II_0=cast=TextBox^,flags=gcobject
OS_TextBox_1SelectionStart__II_1=

OS_TextBox_1Text__I=flags=gcobject getter
OS_TextBox_1Text__I_0=cast=(TextBox^),flags=gcobject

OS_TextBox_1Text__II=flags=setter
OS_TextBox_1Text__II_0=cast=(TextBox^),flags=gcobject
OS_TextBox_1Text__II_1=cast=String^,flags=gcobject

OS_TextBox_TextWrapping=flags=setter
OS_TextBox_TextWrapping_0=cast=TextBox^,flags=gcobject
OS_TextBox_TextWrapping_1=cast=TextWrapping

OS_TextCompositionEventArgs_ControlText=flags=gcobject getter
OS_TextCompositionEventArgs_ControlText_0=cast=(TextCompositionEventArgs^),flags=gcobject

OS_TextCompositionEventArgs_Handled=flags=setter
OS_TextCompositionEventArgs_Handled_0=cast=TextCompositionEventArgs^,flags=gcobject
OS_TextCompositionEventArgs_Handled_1=

OS_TextCompositionEventArgs_SystemText=flags=gcobject getter
OS_TextCompositionEventArgs_SystemText_0=cast=(TextCompositionEventArgs^),flags=gcobject

OS_TextCompositionEventArgs_Text=flags=gcobject getter
OS_TextCompositionEventArgs_Text_0=cast=(TextCompositionEventArgs^),flags=gcobject

OS_TextDecorationCollection_Add=flags=cpp
OS_TextDecorationCollection_Add_0=cast=(TextDecorationCollection^),flags=gcobject
OS_TextDecorationCollection_Add_1=cast=(TextDecorationCollection^),flags=gcobject

OS_TextDecorations_Strikethrough=accessor=TextDecorations::Strikethrough,flags=const gcobject

OS_TextDecorations_Underline=accessor=TextDecorations::Underline,flags=const gcobject

OS_TextFormatter_Create=accessor=TextFormatter::Create,flags=gcobject

OS_TextFormatter_FormatLine=flags=cpp gcobject
OS_TextFormatter_FormatLine_0=cast=TextFormatter^,flags=gcobject
OS_TextFormatter_FormatLine_1=cast=TextSource^,flags=gcobject
OS_TextFormatter_FormatLine_2=
OS_TextFormatter_FormatLine_3=
OS_TextFormatter_FormatLine_4=cast=TextParagraphProperties^,flags=gcobject
OS_TextFormatter_FormatLine_5=cast=TextLineBreak^,flags=gcobject

OS_TextLine_Baseline=flags=getter
OS_TextLine_Baseline_0=cast=TextLine^,flags=gcobject

OS_TextLine_Draw=flags=cpp
OS_TextLine_Draw_0=cast=TextLine^,flags=gcobject
OS_TextLine_Draw_1=cast=(DrawingContext^),flags=gcobject
OS_TextLine_Draw_2=cast=Point,flags=gcobject
OS_TextLine_Draw_3=cast=InvertAxes

OS_TextLine_GetCharacterHitFromDistance=flags=cpp gcobject
OS_TextLine_GetCharacterHitFromDistance_0=cast=TextLine^,flags=gcobject
OS_TextLine_GetCharacterHitFromDistance_1=

OS_TextLine_GetDistanceFromCharacterHit=flags=cpp
OS_TextLine_GetDistanceFromCharacterHit_0=cast=(TextLine^),flags=gcobject
OS_TextLine_GetDistanceFromCharacterHit_1=cast=(CharacterHit),flags=gcobject

OS_TextLine_GetIndexedGlyphRuns=flags=cpp gcobject
OS_TextLine_GetIndexedGlyphRuns_0=cast=(TextLine^),flags=gcobject

OS_TextLine_GetNextCaretCharacterHit=flags=cpp gcobject
OS_TextLine_GetNextCaretCharacterHit_0=cast=(TextLine^),flags=gcobject
OS_TextLine_GetNextCaretCharacterHit_1=cast=(CharacterHit),flags=gcobject

OS_TextLine_GetPreviousCaretCharacterHit=flags=cpp gcobject
OS_TextLine_GetPreviousCaretCharacterHit_0=cast=(TextLine^),flags=gcobject
OS_TextLine_GetPreviousCaretCharacterHit_1=cast=(CharacterHit),flags=gcobject

OS_TextLine_GetTextBounds=flags=cpp gcobject
OS_TextLine_GetTextBounds_0=cast=TextLine^,flags=gcobject
OS_TextLine_GetTextBounds_1=
OS_TextLine_GetTextBounds_2=

OS_TextLine_GetTextLineBreak=flags=cpp gcobject
OS_TextLine_GetTextLineBreak_0=cast=TextLine^,flags=gcobject

OS_TextLine_Height=flags=getter
OS_TextLine_Height_0=cast=TextLine^,flags=gcobject

OS_TextLine_Length=flags=getter
OS_TextLine_Length_0=cast=TextLine^,flags=gcobject

OS_TextLine_NewlineLength=flags=getter
OS_TextLine_NewlineLength_0=cast=TextLine^,flags=gcobject

OS_TextLine_Start=flags=getter
OS_TextLine_Start_0=cast=(TextLine^),flags=gcobject

OS_TextLine_Width=flags=getter
OS_TextLine_Width_0=cast=(TextLine^),flags=gcobject

OS_TextLine_WidthIncludingTrailingWhitespace=flags=getter
OS_TextLine_WidthIncludingTrailingWhitespace_0=cast=TextLine^,flags=gcobject

OS_TextTabPropertiesCollection_Add=flags=cpp
OS_TextTabPropertiesCollection_Add_0=cast=System::Collections::Generic::IList<TextTabProperties^>^,flags=gcobject
OS_TextTabPropertiesCollection_Add_1=cast=TextTabProperties^,flags=gcobject

OS_TileBrush_AlignmentX=flags=setter
OS_TileBrush_AlignmentX_0=cast=(TileBrush^),flags=gcobject
OS_TileBrush_AlignmentX_1=cast=AlignmentX

OS_TileBrush_AlignmentY=flags=setter
OS_TileBrush_AlignmentY_0=cast=(TileBrush^),flags=gcobject
OS_TileBrush_AlignmentY_1=cast=AlignmentY

OS_TileBrush_Stretch=flags=setter
OS_TileBrush_Stretch_0=cast=(TileBrush^),flags=gcobject
OS_TileBrush_Stretch_1=cast=(Stretch)

OS_TileBrush_TileMode=flags=setter
OS_TileBrush_TileMode_0=cast=(TileBrush^),flags=gcobject
OS_TileBrush_TileMode_1=cast=(TileMode)

OS_TileBrush_Viewport=flags=setter
OS_TileBrush_Viewport_0=cast=TileBrush^,flags=gcobject
OS_TileBrush_Viewport_1=cast=Rect,flags=gcobject

OS_TileBrush_ViewportUnits=flags=setter
OS_TileBrush_ViewportUnits_0=cast=(TileBrush^),flags=gcobject
OS_TileBrush_ViewportUnits_1=cast=BrushMappingMode

OS_TimeSpan_FromMilliseconds=accessor=TimeSpan::FromMilliseconds(arg0),flags=const gcobject
OS_TimeSpan_FromMilliseconds_0=

OS_Timeline_AutoReverse=flags=setter
OS_Timeline_AutoReverse_0=cast=Timeline^,flags=gcobject
OS_Timeline_AutoReverse_1=

OS_Timeline_Duration=flags=setter
OS_Timeline_Duration_0=cast=Timeline^,flags=gcobject
OS_Timeline_Duration_1=cast=(Duration),flags=gcobject

OS_Timeline_RepeatBehavior=flags=setter
OS_Timeline_RepeatBehavior_0=cast=Timeline^,flags=gcobject
OS_Timeline_RepeatBehavior_1=cast=(RepeatBehavior),flags=gcobject

OS_ToUnicode=
OS_ToUnicode_0=
OS_ToUnicode_1=
OS_ToUnicode_2=cast=(PBYTE)
OS_ToUnicode_3=cast=(LPWSTR)
OS_ToUnicode_4=
OS_ToUnicode_5=

OS_ToggleButton_Checked=flags=adder
OS_ToggleButton_Checked_0=cast=ToggleButton^,flags=gcobject
OS_ToggleButton_Checked_1=cast=RoutedEventHandler^,flags=gcobject

OS_ToggleButton_CheckedEvent=accessor=ToggleButton::CheckedEvent,flags=const gcobject

OS_ToggleButton_IndeterminateEvent=accessor=ToggleButton::IndeterminateEvent,flags=const gcobject

OS_ToggleButton_1IsChecked__I=flags=getter
OS_ToggleButton_1IsChecked__I_0=cast=(ToggleButton ^),flags=gcobject

OS_ToggleButton_1IsChecked__IZ=flags=setter
OS_ToggleButton_1IsChecked__IZ_0=cast=(ToggleButton ^),flags=gcobject
OS_ToggleButton_1IsChecked__IZ_1=

OS_ToggleButton_IsCheckedNullSetter=flags=no_gen setter
OS_ToggleButton_IsCheckedNullSetter_0=cast=ToggleButton^,flags=gcobject

OS_ToggleButton_IsThreeStateProperty=accessor=ToggleButton::IsThreeStateProperty,flags=const gcobject

OS_ToggleButton_Unchecked=flags=adder
OS_ToggleButton_Unchecked_0=cast=ToggleButton^,flags=gcobject
OS_ToggleButton_Unchecked_1=cast=RoutedEventHandler^,flags=gcobject

OS_ToggleButton_UncheckedEvent=accessor=ToggleButton::UncheckedEvent,flags=const gcobject

OS_ToolBarTray_IsLocked=flags=setter
OS_ToolBarTray_IsLocked_0=cast=ToolBarTray^,flags=gcobject
OS_ToolBarTray_IsLocked_1=

OS_ToolBarTray_Orientation=flags=setter
OS_ToolBarTray_Orientation_0=cast=ToolBarTray^,flags=gcobject
OS_ToolBarTray_Orientation_1=cast=(Orientation)

OS_ToolBarTray_ToolBars=flags=gcobject getter
OS_ToolBarTray_ToolBars_0=cast=ToolBarTray^,flags=gcobject

OS_ToolBar_SetOverflowMode=accessor=ToolBar::SetOverflowMode
OS_ToolBar_SetOverflowMode_0=cast=DependencyObject^,flags=gcobject
OS_ToolBar_SetOverflowMode_1=cast=OverflowMode

OS_TransformCollection_Add=flags=cpp
OS_TransformCollection_Add_0=cast=(TransformCollection^),flags=gcobject
OS_TransformCollection_Add_1=cast=Transform^,flags=gcobject

OS_TransformGroup_Children=flags=gcobject getter
OS_TransformGroup_Children_0=cast=TransformGroup^,flags=gcobject

OS_Transform_Clone=flags=cpp gcobject
OS_Transform_Clone_0=cast=Transform^,flags=gcobject

OS_TreeViewItem_CollapsedEvent=accessor=TreeViewItem::CollapsedEvent,flags=const gcobject

OS_TreeViewItem_ExpandedEvent=accessor=TreeViewItem::ExpandedEvent,flags=const gcobject

OS_TreeViewItem_1IsExpanded__I=flags=getter
OS_TreeViewItem_1IsExpanded__I_0=cast=TreeViewItem^,flags=gcobject

OS_TreeViewItem_1IsExpanded__IZ=flags=setter
OS_TreeViewItem_1IsExpanded__IZ_0=cast=TreeViewItem^,flags=gcobject
OS_TreeViewItem_1IsExpanded__IZ_1=

OS_TreeViewItem_IsSelected=flags=setter
OS_TreeViewItem_IsSelected_0=cast=TreeViewItem^,flags=gcobject
OS_TreeViewItem_IsSelected_1=

OS_TreeView_SelectedItem=flags=gcobject getter
OS_TreeView_SelectedItem_0=cast=(TreeView^),flags=gcobject

OS_TreeView_SelectedItemChanged=flags=adder
OS_TreeView_SelectedItemChanged_0=cast=TreeView^,flags=gcobject
OS_TreeView_SelectedItemChanged_1=cast=(RoutedPropertyChangedEventHandler<Object^>^),flags=gcobject

OS_TreeView_typeid=accessor=TreeView::typeid,flags=const gcobject

OS_TypeConverter_ConvertFromString=flags=cpp gcobject
OS_TypeConverter_ConvertFromString_0=cast=(TypeConverter^),flags=gcobject
OS_TypeConverter_ConvertFromString_1=cast=String^,flags=gcobject

OS_TypeConverter_ConvertToString=flags=cpp gcobject
OS_TypeConverter_ConvertToString_0=cast=(TypeConverter^),flags=gcobject
OS_TypeConverter_ConvertToString_1=cast=Object^,flags=gcobject

OS_TypeDescriptor_GetConverter=accessor=TypeDescriptor::GetConverter,flags=gcobject
OS_TypeDescriptor_GetConverter_0=cast=Object^,flags=gcobject

OS_Type_FullName=flags=struct gcobject getter
OS_Type_FullName_0=cast=Type^,flags=gcobject

OS_Type_IsInstanceOfType=flags=cpp
OS_Type_IsInstanceOfType_0=cast=Type^,flags=gcobject
OS_Type_IsInstanceOfType_1=cast=Object^,flags=gcobject

OS_TypefaceCollection_Count=flags=getter
OS_TypefaceCollection_Count_0=cast=(System::Collections::Generic::ICollection<Typeface^>^),flags=gcobject

OS_TypefaceCollection_Current=flags=gcobject getter
OS_TypefaceCollection_Current_0=cast=(System::Collections::Generic::IEnumerator<Typeface^>^),flags=gcobject

OS_TypefaceCollection_GetEnumerator=flags=cpp gcobject
OS_TypefaceCollection_GetEnumerator_0=cast=(System::Collections::Generic::IEnumerable<Typeface^>^),flags=gcobject

OS_Typeface_FontFamily=flags=struct gcobject getter
OS_Typeface_FontFamily_0=cast=(Typeface^),flags=gcobject

OS_Typeface_Stretch=flags=struct gcobject getter
OS_Typeface_Stretch_0=cast=(Typeface^),flags=gcobject

OS_Typeface_Style=flags=struct gcobject getter
OS_Typeface_Style_0=cast=(Typeface^),flags=gcobject

OS_Typeface_Weight=flags=struct gcobject getter
OS_Typeface_Weight_0=cast=(Typeface^),flags=gcobject

OS_UIElementCollection_Add=flags=cpp
OS_UIElementCollection_Add_0=cast=(UIElementCollection^),flags=gcobject
OS_UIElementCollection_Add_1=cast=(UIElement^),flags=gcobject

OS_UIElementCollection_Contains=flags=cpp
OS_UIElementCollection_Contains_0=cast=(UIElementCollection^),flags=gcobject
OS_UIElementCollection_Contains_1=cast=(UIElement^),flags=gcobject

OS_UIElementCollection_Count=flags=getter
OS_UIElementCollection_Count_0=cast=(UIElementCollection^),flags=gcobject

OS_UIElementCollection_Current=flags=gcobject getter
OS_UIElementCollection_Current_0=cast=(IEnumerator^),flags=gcobject

OS_UIElementCollection_GetEnumerator=flags=cpp gcobject
OS_UIElementCollection_GetEnumerator_0=cast=(IEnumerable^),flags=gcobject

OS_UIElementCollection_IndexOf=flags=cpp
OS_UIElementCollection_IndexOf_0=cast=UIElementCollection^,flags=gcobject
OS_UIElementCollection_IndexOf_1=cast=UIElement^,flags=gcobject

OS_UIElementCollection_Insert=flags=cpp
OS_UIElementCollection_Insert_0=cast=(UIElementCollection^),flags=gcobject
OS_UIElementCollection_Insert_1=
OS_UIElementCollection_Insert_2=cast=UIElement^,flags=gcobject

OS_UIElementCollection_Remove=flags=cpp
OS_UIElementCollection_Remove_0=cast=(UIElementCollection^),flags=gcobject
OS_UIElementCollection_Remove_1=cast=(UIElement^),flags=gcobject

OS_UIElement_AddHandler=flags=cpp
OS_UIElement_AddHandler_0=cast=UIElement^,flags=gcobject
OS_UIElement_AddHandler_1=cast=RoutedEvent^,flags=gcobject
OS_UIElement_AddHandler_2=cast=Delegate^,flags=gcobject

OS_UIElement_BeginAnimation=flags=cpp
OS_UIElement_BeginAnimation_0=cast=(UIElement^),flags=gcobject
OS_UIElement_BeginAnimation_1=cast=DependencyProperty^,flags=gcobject
OS_UIElement_BeginAnimation_2=cast=AnimationTimeline^,flags=gcobject

OS_UIElement_CaptureMouse=flags=cpp
OS_UIElement_CaptureMouse_0=cast=UIElement^,flags=gcobject

OS_UIElement_Clip=flags=setter
OS_UIElement_Clip_0=cast=UIElement^,flags=gcobject
OS_UIElement_Clip_1=cast=Geometry^,flags=gcobject

OS_UIElement_ClipToBounds=flags=setter
OS_UIElement_ClipToBounds_0=cast=UIElement^,flags=gcobject
OS_UIElement_ClipToBounds_1=

OS_UIElement_DesiredSize=flags=struct gcobject getter
OS_UIElement_DesiredSize_0=cast=UIElement^,flags=gcobject

OS_UIElement_Focus=flags=cpp
OS_UIElement_Focus_0=cast=(UIElement^),flags=gcobject

OS_UIElement_Focusable=flags=setter
OS_UIElement_Focusable_0=cast=(UIElement^),flags=gcobject
OS_UIElement_Focusable_1=

OS_UIElement_InputHitTest=flags=cpp gcobject
OS_UIElement_InputHitTest_0=cast=UIElement^,flags=gcobject
OS_UIElement_InputHitTest_1=cast=Point,flags=gcobject

OS_UIElement_InvalidateVisual=flags=cpp
OS_UIElement_InvalidateVisual_0=cast=(UIElement^),flags=gcobject

OS_UIElement_1IsEnabled__I=flags=getter
OS_UIElement_1IsEnabled__I_0=cast=(UIElement^),flags=gcobject

OS_UIElement_1IsEnabled__IZ=flags=setter
OS_UIElement_1IsEnabled__IZ_0=cast=UIElement^,flags=gcobject
OS_UIElement_1IsEnabled__IZ_1=

OS_UIElement_IsFocused=flags=getter
OS_UIElement_IsFocused_0=cast=(UIElement^),flags=gcobject

OS_UIElement_IsKeyboardFocused=flags=getter
OS_UIElement_IsKeyboardFocused_0=cast=(UIElement^),flags=gcobject

OS_UIElement_IsMouseOver=flags=getter
OS_UIElement_IsMouseOver_0=cast=UIElement^,flags=gcobject

OS_UIElement_IsVisible=flags=getter
OS_UIElement_IsVisible_0=cast=UIElement^,flags=gcobject

OS_UIElement_KeyDown=flags=adder
OS_UIElement_KeyDown_0=cast=(UIElement^),flags=gcobject
OS_UIElement_KeyDown_1=cast=(KeyEventHandler^),flags=gcobject

OS_UIElement_KeyUp=flags=adder
OS_UIElement_KeyUp_0=cast=UIElement^,flags=gcobject
OS_UIElement_KeyUp_1=cast=KeyEventHandler^,flags=gcobject

OS_UIElement_Measure=flags=cpp
OS_UIElement_Measure_0=cast=(UIElement ^),flags=gcobject
OS_UIElement_Measure_1=cast=(Size),flags=gcobject

OS_UIElement_MouseDown=flags=adder
OS_UIElement_MouseDown_0=cast=(UIElement^),flags=gcobject
OS_UIElement_MouseDown_1=cast=(MouseButtonEventHandler^),flags=gcobject

OS_UIElement_MouseEnter=flags=adder
OS_UIElement_MouseEnter_0=cast=UIElement^,flags=gcobject
OS_UIElement_MouseEnter_1=cast=MouseEventHandler^,flags=gcobject

OS_UIElement_MouseLeave=flags=adder
OS_UIElement_MouseLeave_0=cast=UIElement^,flags=gcobject
OS_UIElement_MouseLeave_1=cast=MouseEventHandler^,flags=gcobject

OS_UIElement_MouseMove=flags=adder
OS_UIElement_MouseMove_0=cast=(UIElement^),flags=gcobject
OS_UIElement_MouseMove_1=cast=(MouseEventHandler^),flags=gcobject

OS_UIElement_MouseUp=flags=adder
OS_UIElement_MouseUp_0=cast=(UIElement^),flags=gcobject
OS_UIElement_MouseUp_1=cast=(MouseButtonEventHandler^),flags=gcobject

OS_UIElement_MouseWheel=flags=adder
OS_UIElement_MouseWheel_0=cast=(UIElement^),flags=gcobject
OS_UIElement_MouseWheel_1=cast=(MouseWheelEventHandler^),flags=gcobject

OS_UIElement_OpacityProperty=accessor=UIElement::OpacityProperty,flags=const gcobject

OS_UIElement_PreviewGotKeyboardFocus=flags=adder
OS_UIElement_PreviewGotKeyboardFocus_0=cast=(UIElement^),flags=gcobject
OS_UIElement_PreviewGotKeyboardFocus_1=cast=(KeyboardFocusChangedEventHandler^),flags=gcobject

OS_UIElement_PreviewLostKeyboardFocus=flags=adder
OS_UIElement_PreviewLostKeyboardFocus_0=cast=(UIElement^),flags=gcobject
OS_UIElement_PreviewLostKeyboardFocus_1=cast=(KeyboardFocusChangedEventHandler^),flags=gcobject

OS_UIElement_PreviewMouseDown=flags=adder
OS_UIElement_PreviewMouseDown_0=cast=(UIElement ^),flags=gcobject
OS_UIElement_PreviewMouseDown_1=cast=(MouseButtonEventHandler^),flags=gcobject

OS_UIElement_PreviewMouseMove=flags=adder
OS_UIElement_PreviewMouseMove_0=cast=(UIElement ^),flags=gcobject
OS_UIElement_PreviewMouseMove_1=cast=(MouseEventHandler^),flags=gcobject

OS_UIElement_PreviewMouseUp=flags=adder
OS_UIElement_PreviewMouseUp_0=cast=(UIElement ^),flags=gcobject
OS_UIElement_PreviewMouseUp_1=cast=(MouseButtonEventHandler^),flags=gcobject

OS_UIElement_PreviewMouseWheel=flags=adder
OS_UIElement_PreviewMouseWheel_0=cast=(UIElement ^),flags=gcobject
OS_UIElement_PreviewMouseWheel_1=cast=(MouseWheelEventHandler^),flags=gcobject

OS_UIElement_PreviewTextInput=flags=adder
OS_UIElement_PreviewTextInput_0=cast=UIElement^,flags=gcobject
OS_UIElement_PreviewTextInput_1=cast=TextCompositionEventHandler^,flags=gcobject

OS_UIElement_ReleaseMouseCapture=flags=cpp
OS_UIElement_ReleaseMouseCapture_0=cast=UIElement^,flags=gcobject

OS_UIElement_TextInput=flags=adder
OS_UIElement_TextInput_0=cast=(UIElement^),flags=gcobject
OS_UIElement_TextInput_1=cast=TextCompositionEventHandler^,flags=gcobject

OS_UIElement_TranslatePoint=flags=struct cpp gcobject
OS_UIElement_TranslatePoint_0=cast=(UIElement^),flags=gcobject
OS_UIElement_TranslatePoint_1=cast=Point,flags=gcobject
OS_UIElement_TranslatePoint_2=cast=(UIElement^),flags=gcobject

OS_UIElement_UpdateLayout=flags=cpp
OS_UIElement_UpdateLayout_0=cast=UIElement^,flags=gcobject

OS_UIElement_1Visibility__I=flags=getter
OS_UIElement_1Visibility__I_0=cast=(UIElement^),flags=gcobject

OS_UIElement_1Visibility__IB=flags=setter
OS_UIElement_1Visibility__IB_0=cast=(UIElement^),flags=gcobject
OS_UIElement_1Visibility__IB_1=cast=Visibility

OS_UIElement_VisibilityProperty=accessor=UIElement::VisibilityProperty,flags=const gcobject

OS_VirtualizingStackPanel_VerticalOffset=flags=getter
OS_VirtualizingStackPanel_VerticalOffset_0=cast=VirtualizingStackPanel^,flags=gcobject

OS_VisualTreeHelper_GetChild=accessor=VisualTreeHelper::GetChild,flags=gcobject
OS_VisualTreeHelper_GetChild_0=cast=DependencyObject^,flags=gcobject
OS_VisualTreeHelper_GetChild_1=

OS_VisualTreeHelper_GetChildrenCount=accessor=VisualTreeHelper::GetChildrenCount
OS_VisualTreeHelper_GetChildrenCount_0=cast=DependencyObject^,flags=gcobject

OS_VisualTreeHelper_GetParent=accessor=VisualTreeHelper::GetParent,flags=gcobject
OS_VisualTreeHelper_GetParent_0=cast=DependencyObject^,flags=gcobject

OS_Visual_PointFromScreen=flags=struct cpp gcobject
OS_Visual_PointFromScreen_0=cast=(Visual^),flags=gcobject
OS_Visual_PointFromScreen_1=cast=(Point),flags=gcobject

OS_Visual_PointToScreen=flags=struct cpp gcobject
OS_Visual_PointToScreen_0=cast=Visual^,flags=gcobject
OS_Visual_PointToScreen_1=cast=(Point),flags=gcobject

OS_WindowCollection_Count=flags=getter
OS_WindowCollection_Count_0=cast=(WindowCollection^),flags=gcobject

OS_WindowCollection_Current=flags=gcobject getter
OS_WindowCollection_Current_0=cast=IEnumerator^,flags=gcobject

OS_WindowCollection_GetEnumerator=flags=cpp gcobject
OS_WindowCollection_GetEnumerator_0=cast=IEnumerable^,flags=gcobject

OS_Window_Activate=flags=cpp
OS_Window_Activate_0=cast=(Window^),flags=gcobject

OS_Window_Activated=flags=adder
OS_Window_Activated_0=cast=(Window^),flags=gcobject
OS_Window_Activated_1=cast=EventHandler^,flags=gcobject

OS_Window_AllowsTransparency=flags=setter
OS_Window_AllowsTransparency_0=cast=(Window^),flags=gcobject
OS_Window_AllowsTransparency_1=

OS_Window_Close=flags=cpp
OS_Window_Close_0=cast=(Window^),flags=gcobject

OS_Window_Closing=flags=adder
OS_Window_Closing_0=cast=(Window^),flags=gcobject
OS_Window_Closing_1=cast=CancelEventHandler^,flags=gcobject

OS_Window_Deactivated=flags=adder
OS_Window_Deactivated_0=cast=(Window^),flags=gcobject
OS_Window_Deactivated_1=cast=EventHandler^,flags=gcobject

OS_Window_Hide=flags=cpp
OS_Window_Hide_0=cast=(Window^),flags=gcobject

OS_Window_Icon=flags=setter
OS_Window_Icon_0=cast=(Window^),flags=gcobject
OS_Window_Icon_1=cast=ImageSource^,flags=gcobject

OS_Window_IsActive=flags=getter
OS_Window_IsActive_0=cast=(Window^),flags=gcobject

OS_Window_1Left__I=flags=getter
OS_Window_1Left__I_0=cast=Window^,flags=gcobject

OS_Window_1Left__ID=flags=setter
OS_Window_1Left__ID_0=cast=Window^,flags=gcobject
OS_Window_1Left__ID_1=

OS_Window_LocationChanged=flags=adder
OS_Window_LocationChanged_0=cast=Window^,flags=gcobject
OS_Window_LocationChanged_1=cast=EventHandler^,flags=gcobject

OS_Window_Owner=flags=setter
OS_Window_Owner_0=cast=(Window^),flags=gcobject
OS_Window_Owner_1=cast=(Window^),flags=gcobject

OS_Window_ResizeMode=flags=setter
OS_Window_ResizeMode_0=cast=(Window^),flags=gcobject
OS_Window_ResizeMode_1=cast=ResizeMode

OS_Window_Show=flags=cpp
OS_Window_Show_0=cast=(Window^),flags=gcobject

OS_Window_ShowInTaskbar=flags=setter
OS_Window_ShowInTaskbar_0=cast=(Window^),flags=gcobject
OS_Window_ShowInTaskbar_1=

OS_Window_1Title__I=flags=gcobject getter
OS_Window_1Title__I_0=cast=(Window^),flags=gcobject

OS_Window_1Title__II=flags=setter
OS_Window_1Title__II_0=cast=(Window^),flags=gcobject
OS_Window_1Title__II_1=cast=String^,flags=gcobject

OS_Window_1Top__I=flags=getter
OS_Window_1Top__I_0=cast=Window ^,flags=gcobject

OS_Window_1Top__ID=flags=setter
OS_Window_1Top__ID_0=cast=Window ^,flags=gcobject
OS_Window_1Top__ID_1=

OS_Window_Topmost=flags=setter
OS_Window_Topmost_0=cast=Window^,flags=gcobject
OS_Window_Topmost_1=

OS_Window_1WindowState__I=flags=getter
OS_Window_1WindowState__I_0=cast=(Window^),flags=gcobject

OS_Window_1WindowState__II=flags=setter
OS_Window_1WindowState__II_0=cast=(Window^),flags=gcobject
OS_Window_1WindowState__II_1=cast=WindowState

OS_Window_WindowStyle=flags=setter
OS_Window_WindowStyle_0=cast=(Window^),flags=gcobject
OS_Window_WindowStyle_1=cast=WindowStyle

OS_WriteableBitmap_WritePixels=flags=cpp
OS_WriteableBitmap_WritePixels_0=cast=WriteableBitmap^,flags=gcobject
OS_WriteableBitmap_WritePixels_1=cast=Int32Rect,flags=gcobject
OS_WriteableBitmap_WritePixels_2=cast=IntPtr
OS_WriteableBitmap_WritePixels_3=
OS_WriteableBitmap_WritePixels_4=

OS_gcnew_AccessText=flags=gcnew

OS_gcnew_Application=flags=gcnew

OS_gcnew_ArcSegment=flags=gcnew
OS_gcnew_ArcSegment_0=cast=Point,flags=gcobject
OS_gcnew_ArcSegment_1=cast=Size,flags=gcobject
OS_gcnew_ArcSegment_2=
OS_gcnew_ArcSegment_3=
OS_gcnew_ArcSegment_4=cast=(SweepDirection)
OS_gcnew_ArcSegment_5=

OS_gcnew_BezierSegment=flags=gcnew
OS_gcnew_BezierSegment_0=cast=Point,flags=gcobject
OS_gcnew_BezierSegment_1=cast=Point,flags=gcobject
OS_gcnew_BezierSegment_2=cast=Point,flags=gcobject
OS_gcnew_BezierSegment_3=

OS_gcnew_1Binding__=flags=gcnew

OS_gcnew_1Binding__I=flags=gcnew
OS_gcnew_1Binding__I_0=cast=String^,flags=gcobject

OS_gcnew_Bitmap=accessor=System::Drawing::Bitmap,flags=gcnew
OS_gcnew_Bitmap_0=
OS_gcnew_Bitmap_1=
OS_gcnew_Bitmap_2=
OS_gcnew_Bitmap_3=cast=(System::Drawing::Imaging::PixelFormat)
OS_gcnew_Bitmap_4=cast=IntPtr

OS_gcnew_BitmapImage=flags=gcnew

OS_gcnew_BitmapPalette=flags=gcnew
OS_gcnew_BitmapPalette_0=cast=(System::Collections::Generic::IList<Color>^),flags=gcobject

OS_gcnew_Button=flags=gcnew

OS_gcnew_CancelEventHandler=flags=no_gen
OS_gcnew_CancelEventHandler_0=
OS_gcnew_CancelEventHandler_1=

OS_gcnew_Canvas=flags=gcnew

OS_gcnew_CharacterHit=flags=gcnew
OS_gcnew_CharacterHit_0=
OS_gcnew_CharacterHit_1=

OS_gcnew_CheckBox=flags=gcnew

OS_gcnew_ColorDialog=accessor=System::Windows::Forms::ColorDialog,flags=gcnew

OS_gcnew_ColorList=accessor=System::Collections::Generic::List<Color>,flags=gcnew
OS_gcnew_ColorList_0=

OS_gcnew_ColumnDefinition=flags=gcnew

OS_gcnew_CombinedGeometry=flags=gcnew
OS_gcnew_CombinedGeometry_0=cast=(GeometryCombineMode)
OS_gcnew_CombinedGeometry_1=cast=(Geometry^),flags=gcobject
OS_gcnew_CombinedGeometry_2=cast=(Geometry^),flags=gcobject

OS_gcnew_ComboBox=flags=gcnew

OS_gcnew_ComboBoxItem=flags=gcnew

OS_gcnew_CompositeCollection=flags=gcnew

OS_gcnew_ContentControl=flags=gcnew

OS_gcnew_ContextMenu=flags=gcnew

OS_gcnew_ContextMenuEventHandler=flags=gcnew no_gen
OS_gcnew_ContextMenuEventHandler_0=
OS_gcnew_ContextMenuEventHandler_1=

OS_gcnew_ControlTemplate=flags=gcnew

OS_gcnew_CroppedBitmap=flags=gcnew
OS_gcnew_CroppedBitmap_0=cast=BitmapSource^,flags=gcobject
OS_gcnew_CroppedBitmap_1=cast=Int32Rect,flags=gcobject

OS_gcnew_DashStyle=flags=gcnew
OS_gcnew_DashStyle_0=cast=(DoubleCollection^),flags=gcobject
OS_gcnew_DashStyle_1=

OS_gcnew_DataTemplate=flags=gcnew

OS_gcnew_DiscreteDoubleKeyFrame=flags=gcnew
OS_gcnew_DiscreteDoubleKeyFrame_0=
OS_gcnew_DiscreteDoubleKeyFrame_1=cast=(KeyTime),flags=gcobject

OS_gcnew_DispatcherFrame=flags=gcnew

OS_gcnew_DispatcherHookEventHandler=flags=no_gen
OS_gcnew_DispatcherHookEventHandler_0=
OS_gcnew_DispatcherHookEventHandler_1=

OS_gcnew_DispatcherTimer=flags=gcnew

OS_gcnew_DoubleAnimationUsingKeyFrames=flags=gcnew

OS_gcnew_DoubleCollection=flags=gcnew
OS_gcnew_DoubleCollection_0=

OS_gcnew_DrawingVisual=flags=gcnew

OS_gcnew_Duration=flags=gcnew
OS_gcnew_Duration_0=cast=(TimeSpan),flags=gcobject

OS_gcnew_EventHandler=flags=no_gen
OS_gcnew_EventHandler_0=
OS_gcnew_EventHandler_1=

OS_gcnew_ExecutedRoutedEventHandler=flags=no_gen
OS_gcnew_ExecutedRoutedEventHandler_0=
OS_gcnew_ExecutedRoutedEventHandler_1=

OS_gcnew_Expander=flags=gcnew

OS_gcnew_FileInfo=accessor=System::IO::FileInfo,flags=gcnew
OS_gcnew_FileInfo_0=cast=String^,flags=gcobject

OS_gcnew_FontFamily=flags=gcnew
OS_gcnew_FontFamily_0=cast=String^,flags=gcobject

OS_gcnew_FormatConvertedBitmap=flags=gcnew
OS_gcnew_FormatConvertedBitmap_0=cast=BitmapSource^,flags=gcobject
OS_gcnew_FormatConvertedBitmap_1=cast=PixelFormat,flags=gcobject
OS_gcnew_FormatConvertedBitmap_2=cast=BitmapPalette^,flags=gcobject
OS_gcnew_FormatConvertedBitmap_3=

OS_gcnew_FormattedText=flags=gcnew
OS_gcnew_FormattedText_0=cast=String^,flags=gcobject
OS_gcnew_FormattedText_1=cast=CultureInfo^,flags=gcobject
OS_gcnew_FormattedText_2=cast=FlowDirection
OS_gcnew_FormattedText_3=cast=Typeface^,flags=gcobject
OS_gcnew_FormattedText_4=
OS_gcnew_FormattedText_5=cast=Brush^,flags=gcobject

OS_gcnew_1FrameworkElementFactory__I=flags=gcnew
OS_gcnew_1FrameworkElementFactory__I_0=cast=Type^,flags=gcobject

OS_gcnew_1FrameworkElementFactory__II=flags=gcnew
OS_gcnew_1FrameworkElementFactory__II_0=cast=Type^,flags=gcobject
OS_gcnew_1FrameworkElementFactory__II_1=cast=String^,flags=gcobject

OS_gcnew_GeometryGroup=flags=gcnew

OS_gcnew_Grid=flags=gcnew

OS_gcnew_GridLength=flags=gcnew
OS_gcnew_GridLength_0=
OS_gcnew_GridLength_1=cast=GridUnitType

OS_gcnew_GridView=flags=gcnew

OS_gcnew_GridViewColumn=flags=gcnew

OS_gcnew_GridViewColumnCollection=flags=gcnew

OS_gcnew_GridViewColumnHeader=flags=gcnew

OS_gcnew_GroupBox=flags=gcnew

OS_gcnew_Hyperlink=flags=gcnew
OS_gcnew_Hyperlink_0=cast=Inline^,flags=gcobject

OS_gcnew_Image=flags=gcnew

OS_gcnew_ImageBrush=flags=gcnew
OS_gcnew_ImageBrush_0=cast=ImageSource^,flags=gcobject

OS_gcnew_Int32=flags=gcnew
OS_gcnew_Int32_0=

OS_gcnew_Int32Rect=flags=gcnew
OS_gcnew_Int32Rect_0=
OS_gcnew_Int32Rect_1=
OS_gcnew_Int32Rect_2=
OS_gcnew_Int32Rect_3=

OS_gcnew_IntPtr=flags=gcnew
OS_gcnew_IntPtr_0=

OS_gcnew_KeyEventHandler=flags=no_gen
OS_gcnew_KeyEventHandler_0=
OS_gcnew_KeyEventHandler_1=

OS_gcnew_KeyboardFocusChangedEventHandler=flags=no_gen
OS_gcnew_KeyboardFocusChangedEventHandler_0=
OS_gcnew_KeyboardFocusChangedEventHandler_1=

OS_gcnew_Label=flags=gcnew

OS_gcnew_LineSegment=flags=gcnew
OS_gcnew_LineSegment_0=cast=Point,flags=gcobject
OS_gcnew_LineSegment_1=

OS_gcnew_1LinearGradientBrush__IID=flags=gcnew
OS_gcnew_1LinearGradientBrush__IID_0=cast=Color,flags=gcobject
OS_gcnew_1LinearGradientBrush__IID_1=cast=Color,flags=gcobject
OS_gcnew_1LinearGradientBrush__IID_2=

OS_gcnew_1LinearGradientBrush__IIII=flags=gcnew
OS_gcnew_1LinearGradientBrush__IIII_0=cast=Color,flags=gcobject
OS_gcnew_1LinearGradientBrush__IIII_1=cast=Color,flags=gcobject
OS_gcnew_1LinearGradientBrush__IIII_2=cast=Point,flags=gcobject
OS_gcnew_1LinearGradientBrush__IIII_3=cast=Point,flags=gcobject

OS_gcnew_ListBox=flags=gcnew

OS_gcnew_ListBoxItem=flags=gcnew

OS_gcnew_ListView=flags=gcnew

OS_gcnew_ListViewItem=flags=gcnew

OS_gcnew_Matrix=flags=gcnew
OS_gcnew_Matrix_0=
OS_gcnew_Matrix_1=
OS_gcnew_Matrix_2=
OS_gcnew_Matrix_3=
OS_gcnew_Matrix_4=
OS_gcnew_Matrix_5=

OS_gcnew_MatrixTransform=flags=gcnew
OS_gcnew_MatrixTransform_0=cast=(Matrix),flags=gcobject

OS_gcnew_Menu=flags=gcnew

OS_gcnew_MenuItem=flags=gcnew

OS_gcnew_MouseButtonEventHandler=flags=no_gen
OS_gcnew_MouseButtonEventHandler_0=
OS_gcnew_MouseButtonEventHandler_1=

OS_gcnew_MouseEventHandler=flags=no_gen
OS_gcnew_MouseEventHandler_0=
OS_gcnew_MouseEventHandler_1=

OS_gcnew_MouseWheelEventHandler=flags=no_gen
OS_gcnew_MouseWheelEventHandler_0=
OS_gcnew_MouseWheelEventHandler_1=

OS_gcnew_NoArgsDelegate=flags=no_gen

OS_gcnew_OpenFileDialog=flags=gcnew

OS_gcnew_PasswordBox=flags=gcnew

OS_gcnew_Path=flags=gcnew

OS_gcnew_PathFigure=flags=gcnew

OS_gcnew_PathGeometry=flags=gcnew

OS_gcnew_Pen=flags=gcnew

OS_gcnew_Point=flags=gcnew
OS_gcnew_Point_0=
OS_gcnew_Point_1=

OS_gcnew_PointCollection=flags=gcnew
OS_gcnew_PointCollection_0=

OS_gcnew_PolyLineSegment=flags=gcnew
OS_gcnew_PolyLineSegment_0=cast=PointCollection^,flags=gcobject
OS_gcnew_PolyLineSegment_1=

OS_gcnew_ProgressBar=flags=gcnew

OS_gcnew_QuadraticBezierSegment=flags=gcnew
OS_gcnew_QuadraticBezierSegment_0=cast=Point,flags=gcobject
OS_gcnew_QuadraticBezierSegment_1=cast=Point,flags=gcobject
OS_gcnew_QuadraticBezierSegment_2=

OS_gcnew_RadioButton=flags=gcnew

OS_gcnew_Rect=flags=gcnew
OS_gcnew_Rect_0=
OS_gcnew_Rect_1=
OS_gcnew_Rect_2=
OS_gcnew_Rect_3=

OS_gcnew_Rectangle=accessor=System::Windows::Shapes::Rectangle,flags=gcnew

OS_gcnew_RectangleGeometry=flags=gcnew
OS_gcnew_RectangleGeometry_0=cast=Rect,flags=gcobject

OS_gcnew_RenderTargetBitmap=flags=gcnew
OS_gcnew_RenderTargetBitmap_0=
OS_gcnew_RenderTargetBitmap_1=
OS_gcnew_RenderTargetBitmap_2=
OS_gcnew_RenderTargetBitmap_3=
OS_gcnew_RenderTargetBitmap_4=cast=(PixelFormat),flags=gcobject

OS_gcnew_RepeatButton=flags=gcnew

OS_gcnew_RoutedEventHandler=flags=no_gen
OS_gcnew_RoutedEventHandler_0=
OS_gcnew_RoutedEventHandler_1=

OS_gcnew_RoutedPropertyChangedEventHandler=flags=no_gen
OS_gcnew_RoutedPropertyChangedEventHandler_0=
OS_gcnew_RoutedPropertyChangedEventHandler_1=

OS_gcnew_RoutedPropertyChangedEventHandlerObject=flags=no_gen
OS_gcnew_RoutedPropertyChangedEventHandlerObject_0=
OS_gcnew_RoutedPropertyChangedEventHandlerObject_1=

OS_gcnew_RowDefinition=flags=gcnew

OS_gcnew_Run=flags=gcnew

OS_gcnew_SWTCanvas=flags=no_gen
OS_gcnew_SWTCanvas_0=

OS_gcnew_SWTCellConverter=flags=no_gen
OS_gcnew_SWTCellConverter_0=
OS_gcnew_SWTCellConverter_1=

OS_gcnew_SWTSafeHandle=flags=no_gen gcnew
OS_gcnew_SWTSafeHandle_0=cast=IntPtr
OS_gcnew_SWTSafeHandle_1=

OS_gcnew_SWTTextEmbeddedObject=flags=no_gen gcnew
OS_gcnew_SWTTextEmbeddedObject_0=cast=TextRunProperties^,flags=gcobject
OS_gcnew_SWTTextEmbeddedObject_1=
OS_gcnew_SWTTextEmbeddedObject_2=
OS_gcnew_SWTTextEmbeddedObject_3=
OS_gcnew_SWTTextEmbeddedObject_4=

OS_gcnew_SWTTextParagraphProperties=flags=no_gen
OS_gcnew_SWTTextParagraphProperties_0=
OS_gcnew_SWTTextParagraphProperties_1=
OS_gcnew_SWTTextParagraphProperties_2=
OS_gcnew_SWTTextParagraphProperties_3=
OS_gcnew_SWTTextParagraphProperties_4=
OS_gcnew_SWTTextParagraphProperties_5=
OS_gcnew_SWTTextParagraphProperties_6=
OS_gcnew_SWTTextParagraphProperties_7=

OS_gcnew_SWTTextRunProperties=flags=no_gen gcnew
OS_gcnew_SWTTextRunProperties_0=cast=Typeface^,flags=gcobject
OS_gcnew_SWTTextRunProperties_1=
OS_gcnew_SWTTextRunProperties_2=
OS_gcnew_SWTTextRunProperties_3=cast=TextDecorationCollection^,flags=gcobject
OS_gcnew_SWTTextRunProperties_4=cast=Brush^,flags=gcobject
OS_gcnew_SWTTextRunProperties_5=cast=Brush^,flags=gcobject
OS_gcnew_SWTTextRunProperties_6=cast=BaselineAlignment
OS_gcnew_SWTTextRunProperties_7=cast=CultureInfo^,flags=gcobject

OS_gcnew_SWTTextSource=flags=no_gen gcnew
OS_gcnew_SWTTextSource_0=

OS_gcnew_SWTTreeViewRowPresenter=flags=no_gen gcnew
OS_gcnew_SWTTreeViewRowPresenter_0=cast=TreeView^,flags=gcobject

OS_gcnew_SaveFileDialog=flags=gcnew

OS_gcnew_ScaleTransform=flags=gcnew
OS_gcnew_ScaleTransform_0=
OS_gcnew_ScaleTransform_1=

OS_gcnew_ScrollBar=flags=gcnew

OS_gcnew_ScrollEventHandler=flags=no_gen
OS_gcnew_ScrollEventHandler_0=
OS_gcnew_ScrollEventHandler_1=

OS_gcnew_SelectionChangedEventHandler=flags=no_gen
OS_gcnew_SelectionChangedEventHandler_0=
OS_gcnew_SelectionChangedEventHandler_1=

OS_gcnew_Separator=flags=gcnew

OS_gcnew_Setter=flags=gcnew
OS_gcnew_Setter_0=cast=(DependencyProperty^),flags=gcobject
OS_gcnew_Setter_1=cast=Visibility

OS_gcnew_1Size__=flags=gcnew

OS_gcnew_1Size__DD=flags=gcnew
OS_gcnew_1Size__DD_0=
OS_gcnew_1Size__DD_1=

OS_gcnew_SizeChangedEventHandler=flags=no_gen
OS_gcnew_SizeChangedEventHandler_0=
OS_gcnew_SizeChangedEventHandler_1=

OS_gcnew_Slider=flags=gcnew

OS_gcnew_SolidColorBrush=flags=gcnew
OS_gcnew_SolidColorBrush_0=cast=(Color),flags=gcobject

OS_gcnew_StackPanel=flags=gcnew

OS_gcnew_StreamGeometry=flags=gcnew

OS_gcnew_String=flags=gcnew
OS_gcnew_String_0=cast=const wchar_t *

OS_gcnew_Style=flags=gcnew

OS_gcnew_TabControl=flags=gcnew

OS_gcnew_TabItem=flags=gcnew

OS_gcnew_TextBlock=flags=gcnew

OS_gcnew_TextBox=flags=gcnew

OS_gcnew_TextChangedEventHandler=flags=no_gen
OS_gcnew_TextChangedEventHandler_0=
OS_gcnew_TextChangedEventHandler_1=

OS_gcnew_TextCharacters=flags=gcnew
OS_gcnew_TextCharacters_0=cast=String^,flags=gcobject
OS_gcnew_TextCharacters_1=
OS_gcnew_TextCharacters_2=
OS_gcnew_TextCharacters_3=cast=TextRunProperties^,flags=gcobject

OS_gcnew_TextCompositionEventHandler=flags=no_gen gcnew
OS_gcnew_TextCompositionEventHandler_0=
OS_gcnew_TextCompositionEventHandler_1=

OS_gcnew_TextDecorationCollection=flags=gcnew
OS_gcnew_TextDecorationCollection_0=

OS_gcnew_TextEndOfLine=flags=gcnew
OS_gcnew_TextEndOfLine_0=
OS_gcnew_TextEndOfLine_1=cast=TextRunProperties^,flags=gcobject

OS_gcnew_TextEndOfParagraph=flags=gcnew
OS_gcnew_TextEndOfParagraph_0=
OS_gcnew_TextEndOfParagraph_1=cast=TextRunProperties^,flags=gcobject

OS_gcnew_TextTabProperties=flags=gcnew
OS_gcnew_TextTabProperties_0=cast=TextTabAlignment
OS_gcnew_TextTabProperties_1=
OS_gcnew_TextTabProperties_2=
OS_gcnew_TextTabProperties_3=

OS_gcnew_TextTabPropertiesCollection=accessor=System::Collections::Generic::List<TextTabProperties^>,flags=gcnew
OS_gcnew_TextTabPropertiesCollection_0=

OS_gcnew_Thickness=flags=gcnew
OS_gcnew_Thickness_0=
OS_gcnew_Thickness_1=
OS_gcnew_Thickness_2=
OS_gcnew_Thickness_3=

OS_gcnew_TimeSpan=flags=gcnew
OS_gcnew_TimeSpan_0=

OS_gcnew_TimerHandler=flags=no_gen
OS_gcnew_TimerHandler_0=
OS_gcnew_TimerHandler_1=

OS_gcnew_ToggleButton=flags=gcnew

OS_gcnew_ToolBar=flags=gcnew

OS_gcnew_ToolBarTray=flags=gcnew

OS_gcnew_TransformGroup=flags=gcnew

OS_gcnew_TranslateTransform=flags=gcnew
OS_gcnew_TranslateTransform_0=
OS_gcnew_TranslateTransform_1=

OS_gcnew_TreeView=flags=gcnew

OS_gcnew_TreeViewItem=flags=gcnew

OS_gcnew_Typeface=flags=gcnew
OS_gcnew_Typeface_0=cast=FontFamily^,flags=gcobject
OS_gcnew_Typeface_1=cast=(FontStyle),flags=gcobject
OS_gcnew_Typeface_2=cast=(FontWeight),flags=gcobject
OS_gcnew_Typeface_3=cast=(FontStretch),flags=gcobject

OS_gcnew_Uri=flags=gcnew
OS_gcnew_Uri_0=cast=String^,flags=gcobject
OS_gcnew_Uri_1=cast=UriKind

OS_gcnew_Window=flags=gcnew

OS_gcnew_1WriteableBitmap__I=flags=gcnew
OS_gcnew_1WriteableBitmap__I_0=cast=BitmapSource^,flags=gcobject

OS_gcnew_1WriteableBitmap__IIDDII=flags=gcnew
OS_gcnew_1WriteableBitmap__IIDDII_0=
OS_gcnew_1WriteableBitmap__IIDDII_1=
OS_gcnew_1WriteableBitmap__IIDDII_2=
OS_gcnew_1WriteableBitmap__IIDDII_3=
OS_gcnew_1WriteableBitmap__IIDDII_4=cast=PixelFormat,flags=gcobject
OS_gcnew_1WriteableBitmap__IIDDII_5=cast=BitmapPalette^,flags=gcobject

OS_gcnew_byte=accessor=array<unsigned char>,flags=gcnew
OS_gcnew_byte_0=

OS_memmove=flags=no_gen
OS_memmove_0=flags=critical
OS_memmove_1=flags=gcobject
OS_memmove_2=


org_eclipse_swt_internal_wpf_POINT=
POINT_x=
POINT_y=