igniteui-angular-core 20.0.2-beta.2 → 20.1.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-core.umd.js +448 -353
- package/bundles/igniteui-angular-core.umd.min.js +1 -1
- package/esm2015/lib/{AzureMapsMapImageryDescription.js → AzureMapsImageryDescription.js} +5 -5
- package/esm2015/lib/AzureMapsImageryDescriptionMetadata.js +45 -0
- package/esm2015/lib/{AzureMapsMapImageryDescriptionModule.js → AzureMapsImageryDescriptionModule.js} +6 -6
- package/esm2015/lib/BrushCollection.js +2 -2
- package/esm2015/lib/ComponentRenderer_combined.js +2 -2
- package/esm2015/lib/GridConditionalStylePropertyDescription.js +109 -53
- package/esm2015/lib/GridConditionalStylePropertyDescriptionMetadata.js +10 -1
- package/esm2015/lib/LegendBaseDescription.js +3 -3
- package/esm2015/lib/LegendBaseDescriptionMetadata.js +3 -3
- package/esm2015/lib/{LegendSizeChangedEventArgsDescription.js → LegendTextContentChangedEventArgsDescription.js} +5 -5
- package/esm2015/lib/LegendTextContentChangedEventArgsDescriptionMetadata.js +36 -0
- package/esm2015/lib/PlatformAPIHelper.js +16 -1
- package/esm2015/lib/XamMultiScaleImageView_combined.js +98 -110
- package/esm2015/public_api.js +5 -5
- package/esm5/lib/{AzureMapsMapImageryDescription.js → AzureMapsImageryDescription.js} +14 -14
- package/esm5/lib/AzureMapsImageryDescriptionMetadata.js +49 -0
- package/esm5/lib/{AzureMapsMapImageryDescriptionModule.js → AzureMapsImageryDescriptionModule.js} +9 -9
- package/esm5/lib/BrushCollection.js +2 -2
- package/esm5/lib/ComponentRenderer_combined.js +2 -2
- package/esm5/lib/GridConditionalStylePropertyDescription.js +135 -51
- package/esm5/lib/GridConditionalStylePropertyDescriptionMetadata.js +10 -1
- package/esm5/lib/LegendBaseDescription.js +2 -2
- package/esm5/lib/LegendBaseDescriptionMetadata.js +3 -3
- package/esm5/lib/{LegendSizeChangedEventArgsDescription.js → LegendTextContentChangedEventArgsDescription.js} +9 -9
- package/esm5/lib/LegendTextContentChangedEventArgsDescriptionMetadata.js +40 -0
- package/esm5/lib/PlatformAPIHelper.js +16 -1
- package/esm5/lib/XamMultiScaleImageView_combined.js +97 -109
- package/esm5/public_api.js +5 -5
- package/fesm2015/igniteui-angular-core.js +377 -310
- package/fesm5/igniteui-angular-core.js +444 -349
- package/lib/{AzureMapsMapImageryDescription.d.ts → AzureMapsImageryDescription.d.ts} +1 -1
- package/lib/{AzureMapsMapImageryDescriptionMetadata.d.ts → AzureMapsImageryDescriptionMetadata.d.ts} +1 -1
- package/lib/{AzureMapsMapImageryDescriptionModule.d.ts → AzureMapsImageryDescriptionModule.d.ts} +1 -1
- package/lib/ComponentRenderer_combined.d.ts +2 -2
- package/lib/GridConditionalStylePropertyDescription.d.ts +40 -18
- package/lib/IChartLegend.d.ts +1 -0
- package/lib/LegendBaseDescription.d.ts +2 -2
- package/lib/{LegendSizeChangedEventArgsDescription.d.ts → LegendTextContentChangedEventArgsDescription.d.ts} +1 -1
- package/lib/{LegendSizeChangedEventArgsDescriptionMetadata.d.ts → LegendTextContentChangedEventArgsDescriptionMetadata.d.ts} +1 -1
- package/lib/XamMultiScaleImageView_combined.d.ts +36 -40
- package/package.json +1 -1
- package/public_api.d.ts +5 -5
- package/esm2015/lib/AzureMapsMapImageryDescriptionMetadata.js +0 -45
- package/esm2015/lib/LegendSizeChangedEventArgsDescriptionMetadata.js +0 -36
- package/esm5/lib/AzureMapsMapImageryDescriptionMetadata.js +0 -49
- package/esm5/lib/LegendSizeChangedEventArgsDescriptionMetadata.js +0 -40
|
@@ -13856,7 +13856,7 @@ let BrushCollection = /*@__PURE__*/ (() => {
|
|
|
13856
13856
|
}
|
|
13857
13857
|
}
|
|
13858
13858
|
equals(a) {
|
|
13859
|
-
if (a == null) {
|
|
13859
|
+
if (a == null || !(typeCast(BrushCollection.$, a) !== null)) {
|
|
13860
13860
|
return false;
|
|
13861
13861
|
}
|
|
13862
13862
|
let b = a;
|
|
@@ -32650,6 +32650,9 @@ let PlatformAPIHelper = /*@__PURE__*/ (() => {
|
|
|
32650
32650
|
if (a == null) {
|
|
32651
32651
|
return null;
|
|
32652
32652
|
}
|
|
32653
|
+
if (getInstanceType(a) == Brush.$) {
|
|
32654
|
+
return a;
|
|
32655
|
+
}
|
|
32653
32656
|
return Brush.create(a);
|
|
32654
32657
|
}
|
|
32655
32658
|
static k(a) {
|
|
@@ -32668,6 +32671,9 @@ let PlatformAPIHelper = /*@__PURE__*/ (() => {
|
|
|
32668
32671
|
if (a == null) {
|
|
32669
32672
|
return null;
|
|
32670
32673
|
}
|
|
32674
|
+
if (getInstanceType(a) == Point_$type) {
|
|
32675
|
+
return a;
|
|
32676
|
+
}
|
|
32671
32677
|
let b = a;
|
|
32672
32678
|
return { $type: Point_$type, x: b["x"], y: b["y"] };
|
|
32673
32679
|
}
|
|
@@ -32675,6 +32681,9 @@ let PlatformAPIHelper = /*@__PURE__*/ (() => {
|
|
|
32675
32681
|
if (a == null) {
|
|
32676
32682
|
return null;
|
|
32677
32683
|
}
|
|
32684
|
+
if (getInstanceType(a) == Size.$) {
|
|
32685
|
+
return a;
|
|
32686
|
+
}
|
|
32678
32687
|
let b = a;
|
|
32679
32688
|
return new Size(1, b["width"], b["height"]);
|
|
32680
32689
|
}
|
|
@@ -32682,6 +32691,9 @@ let PlatformAPIHelper = /*@__PURE__*/ (() => {
|
|
|
32682
32691
|
if (a == null) {
|
|
32683
32692
|
return null;
|
|
32684
32693
|
}
|
|
32694
|
+
if (getInstanceType(a) == Rect.$) {
|
|
32695
|
+
return a;
|
|
32696
|
+
}
|
|
32685
32697
|
let b = a;
|
|
32686
32698
|
return new Rect(0, b["left"], b["top"], b["width"], b["height"]);
|
|
32687
32699
|
}
|
|
@@ -32689,6 +32701,9 @@ let PlatformAPIHelper = /*@__PURE__*/ (() => {
|
|
|
32689
32701
|
if (a == null) {
|
|
32690
32702
|
return null;
|
|
32691
32703
|
}
|
|
32704
|
+
if (getInstanceType(a) == DoubleCollection.$) {
|
|
32705
|
+
return a;
|
|
32706
|
+
}
|
|
32692
32707
|
let b = a;
|
|
32693
32708
|
let c = new DoubleCollection();
|
|
32694
32709
|
for (let d = 0; d < b.length; d++) {
|
|
@@ -78811,7 +78826,7 @@ let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
78811
78826
|
let g = f.k(ComponentRenderer.platform);
|
|
78812
78827
|
this.adapter.setPropertyValue(c, g, f, d, e, null);
|
|
78813
78828
|
}
|
|
78814
|
-
|
|
78829
|
+
executeMethod(a, b, c) {
|
|
78815
78830
|
let d = new JsonDictionaryParser();
|
|
78816
78831
|
let e = d.parse(b);
|
|
78817
78832
|
if (!this.ba.containsKey(a)) {
|
|
@@ -78875,7 +78890,7 @@ let ComponentRenderer = /*@__PURE__*/ (() => {
|
|
|
78875
78890
|
});
|
|
78876
78891
|
}
|
|
78877
78892
|
}
|
|
78878
|
-
|
|
78893
|
+
executeMethodWithBuilder(a, b, c) {
|
|
78879
78894
|
let d = new JsonDictionaryParser();
|
|
78880
78895
|
if (!this.ba.containsKey(a)) {
|
|
78881
78896
|
this.ba.item(a, new ContainerState());
|
|
@@ -93308,8 +93323,8 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
93308
93323
|
/**
|
|
93309
93324
|
* @hidden
|
|
93310
93325
|
*/
|
|
93311
|
-
let
|
|
93312
|
-
class
|
|
93326
|
+
let AzureMapsImageryDescription = /*@__PURE__*/ (() => {
|
|
93327
|
+
class AzureMapsImageryDescription extends GeographicMapImageryDescription {
|
|
93313
93328
|
constructor() {
|
|
93314
93329
|
super();
|
|
93315
93330
|
this.ag = null;
|
|
@@ -93320,7 +93335,7 @@ let AzureMapsMapImageryDescription = /*@__PURE__*/ (() => {
|
|
|
93320
93335
|
this.ac = new Date();
|
|
93321
93336
|
}
|
|
93322
93337
|
get_type() {
|
|
93323
|
-
return "
|
|
93338
|
+
return "AzureMapsImagery";
|
|
93324
93339
|
}
|
|
93325
93340
|
get cultureName() {
|
|
93326
93341
|
return this.ag;
|
|
@@ -93365,8 +93380,8 @@ let AzureMapsMapImageryDescription = /*@__PURE__*/ (() => {
|
|
|
93365
93380
|
this.g("Timestamp");
|
|
93366
93381
|
}
|
|
93367
93382
|
}
|
|
93368
|
-
|
|
93369
|
-
return
|
|
93383
|
+
AzureMapsImageryDescription.$t = markType(AzureMapsImageryDescription, 'AzureMapsImageryDescription', GeographicMapImageryDescription.$);
|
|
93384
|
+
return AzureMapsImageryDescription;
|
|
93370
93385
|
})();
|
|
93371
93386
|
|
|
93372
93387
|
/*
|
|
@@ -93378,17 +93393,17 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
93378
93393
|
/**
|
|
93379
93394
|
* @hidden
|
|
93380
93395
|
*/
|
|
93381
|
-
let
|
|
93382
|
-
class
|
|
93396
|
+
let AzureMapsImageryDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
93397
|
+
class AzureMapsImageryDescriptionMetadata extends Base {
|
|
93383
93398
|
static b(a) {
|
|
93384
|
-
if (
|
|
93385
|
-
|
|
93386
|
-
|
|
93399
|
+
if (AzureMapsImageryDescriptionMetadata.a == null) {
|
|
93400
|
+
AzureMapsImageryDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
93401
|
+
AzureMapsImageryDescriptionMetadata.c(AzureMapsImageryDescriptionMetadata.a);
|
|
93387
93402
|
}
|
|
93388
|
-
if (a.k(
|
|
93403
|
+
if (a.k(AzureMapsImageryDescriptionMetadata.a)) {
|
|
93389
93404
|
return;
|
|
93390
93405
|
}
|
|
93391
|
-
a.ac(
|
|
93406
|
+
a.ac(AzureMapsImageryDescriptionMetadata.a);
|
|
93392
93407
|
}
|
|
93393
93408
|
static c(a) {
|
|
93394
93409
|
GeographicMapImageryDescriptionMetadata.c(a);
|
|
@@ -93396,19 +93411,19 @@ let AzureMapsMapImageryDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
93396
93411
|
a.item("ApiKey", "String");
|
|
93397
93412
|
a.item("ApiVersion", "String");
|
|
93398
93413
|
a.item("ImageryStyle", "ExportedType:string:AzureMapsImageryStyle");
|
|
93399
|
-
a.item("ImageryStyle@names", "Road;
|
|
93414
|
+
a.item("ImageryStyle@names", "Road;Satellite;DarkGrey;LabelsRoadOverlay;LabelsDarkGreyOverlay;HybridRoadOverlay;HybridDarkGreyOverlay;TerraOverlay;WeatherRadarOverlay;WeatherInfraredOverlay;TrafficAbsoluteOverlay;TrafficRelativeOverlay;TrafficRelativeDarkOverlay;TrafficDelayOverlay;TrafficReducedOverlay");
|
|
93400
93415
|
a.item("LocalizedView", "String");
|
|
93401
93416
|
a.item("Timestamp", "Date");
|
|
93402
93417
|
}
|
|
93403
93418
|
static d(a) {
|
|
93404
|
-
|
|
93405
|
-
a.ae("
|
|
93406
|
-
a.ad("
|
|
93419
|
+
AzureMapsImageryDescriptionMetadata.b(a);
|
|
93420
|
+
a.ae("AzureMapsImagery", () => new AzureMapsImageryDescription());
|
|
93421
|
+
a.ad("AzureMapsImagery", AzureMapsImageryDescriptionMetadata.a);
|
|
93407
93422
|
}
|
|
93408
93423
|
}
|
|
93409
|
-
|
|
93410
|
-
|
|
93411
|
-
return
|
|
93424
|
+
AzureMapsImageryDescriptionMetadata.$t = markType(AzureMapsImageryDescriptionMetadata, 'AzureMapsImageryDescriptionMetadata');
|
|
93425
|
+
AzureMapsImageryDescriptionMetadata.a = null;
|
|
93426
|
+
return AzureMapsImageryDescriptionMetadata;
|
|
93412
93427
|
})();
|
|
93413
93428
|
|
|
93414
93429
|
/*
|
|
@@ -93420,14 +93435,14 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
93420
93435
|
/**
|
|
93421
93436
|
* @hidden
|
|
93422
93437
|
*/
|
|
93423
|
-
let
|
|
93424
|
-
class
|
|
93438
|
+
let AzureMapsImageryDescriptionModule = /*@__PURE__*/ (() => {
|
|
93439
|
+
class AzureMapsImageryDescriptionModule extends Base {
|
|
93425
93440
|
static register(a) {
|
|
93426
|
-
|
|
93441
|
+
AzureMapsImageryDescriptionMetadata.d(a);
|
|
93427
93442
|
}
|
|
93428
93443
|
}
|
|
93429
|
-
|
|
93430
|
-
return
|
|
93444
|
+
AzureMapsImageryDescriptionModule.$t = markType(AzureMapsImageryDescriptionModule, 'AzureMapsImageryDescriptionModule');
|
|
93445
|
+
return AzureMapsImageryDescriptionModule;
|
|
93431
93446
|
})();
|
|
93432
93447
|
|
|
93433
93448
|
/*
|
|
@@ -154696,6 +154711,101 @@ let DashboardTileGroupDescriptionDescriptionModule = /*@__PURE__*/ (() => {
|
|
|
154696
154711
|
return DashboardTileGroupDescriptionDescriptionModule;
|
|
154697
154712
|
})();
|
|
154698
154713
|
|
|
154714
|
+
/*
|
|
154715
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
154716
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
154717
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
154718
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
154719
|
+
*/
|
|
154720
|
+
/**
|
|
154721
|
+
* @hidden
|
|
154722
|
+
*/
|
|
154723
|
+
let GridConditionalStyleFontInfoDescription = /*@__PURE__*/ (() => {
|
|
154724
|
+
class GridConditionalStyleFontInfoDescription extends Description {
|
|
154725
|
+
constructor() {
|
|
154726
|
+
super();
|
|
154727
|
+
this.j = null;
|
|
154728
|
+
this.h = 0;
|
|
154729
|
+
this.k = null;
|
|
154730
|
+
this.l = null;
|
|
154731
|
+
}
|
|
154732
|
+
get_type() {
|
|
154733
|
+
return "GridConditionalStyleFontInfo";
|
|
154734
|
+
}
|
|
154735
|
+
get type() {
|
|
154736
|
+
return this.get_type();
|
|
154737
|
+
}
|
|
154738
|
+
get fontFamily() {
|
|
154739
|
+
return this.j;
|
|
154740
|
+
}
|
|
154741
|
+
set fontFamily(a) {
|
|
154742
|
+
this.j = a;
|
|
154743
|
+
this.g("FontFamily");
|
|
154744
|
+
}
|
|
154745
|
+
get fontSize() {
|
|
154746
|
+
return this.h;
|
|
154747
|
+
}
|
|
154748
|
+
set fontSize(a) {
|
|
154749
|
+
this.h = a;
|
|
154750
|
+
this.g("FontSize");
|
|
154751
|
+
}
|
|
154752
|
+
get fontStyle() {
|
|
154753
|
+
return this.k;
|
|
154754
|
+
}
|
|
154755
|
+
set fontStyle(a) {
|
|
154756
|
+
this.k = a;
|
|
154757
|
+
this.g("FontStyle");
|
|
154758
|
+
}
|
|
154759
|
+
get fontWeight() {
|
|
154760
|
+
return this.l;
|
|
154761
|
+
}
|
|
154762
|
+
set fontWeight(a) {
|
|
154763
|
+
this.l = a;
|
|
154764
|
+
this.g("FontWeight");
|
|
154765
|
+
}
|
|
154766
|
+
}
|
|
154767
|
+
GridConditionalStyleFontInfoDescription.$t = markType(GridConditionalStyleFontInfoDescription, 'GridConditionalStyleFontInfoDescription', Description.$);
|
|
154768
|
+
return GridConditionalStyleFontInfoDescription;
|
|
154769
|
+
})();
|
|
154770
|
+
|
|
154771
|
+
/*
|
|
154772
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
154773
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
154774
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
154775
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
154776
|
+
*/
|
|
154777
|
+
/**
|
|
154778
|
+
* @hidden
|
|
154779
|
+
*/
|
|
154780
|
+
let GridConditionalStyleFontInfoDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
154781
|
+
class GridConditionalStyleFontInfoDescriptionMetadata extends Base {
|
|
154782
|
+
static b(a) {
|
|
154783
|
+
if (GridConditionalStyleFontInfoDescriptionMetadata.a == null) {
|
|
154784
|
+
GridConditionalStyleFontInfoDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
154785
|
+
GridConditionalStyleFontInfoDescriptionMetadata.c(GridConditionalStyleFontInfoDescriptionMetadata.a);
|
|
154786
|
+
}
|
|
154787
|
+
if (a.k(GridConditionalStyleFontInfoDescriptionMetadata.a)) {
|
|
154788
|
+
return;
|
|
154789
|
+
}
|
|
154790
|
+
a.ac(GridConditionalStyleFontInfoDescriptionMetadata.a);
|
|
154791
|
+
}
|
|
154792
|
+
static c(a) {
|
|
154793
|
+
a.item("FontFamily", "(w:FontFamily/FontFamilyTransform,xam:FontFamily,wf:FontFamily,web:textStyle/FontFamilyTransform)String");
|
|
154794
|
+
a.item("FontSize", "(w:FontSize,xam:FontSize,wf:FontSize,web:textStyle/FontSizeTransform)Number:double");
|
|
154795
|
+
a.item("FontStyle", "(w:FontStyle/FontStyleTransform,xam:FontFamily/FontStyleTransform,wf:FontFamily/FontStyleTransform,web:textStyle/FontStyleTransform)String");
|
|
154796
|
+
a.item("FontWeight", "(w:FontWeight/FontWeightTransform,xam:FontFamily/FontWeightTransform,wf:FontFamily/FontWeightTransform,web:textStyle/FontWeightTransform)String");
|
|
154797
|
+
}
|
|
154798
|
+
static d(a) {
|
|
154799
|
+
GridConditionalStyleFontInfoDescriptionMetadata.b(a);
|
|
154800
|
+
a.ae("GridConditionalStyleFontInfo", () => new GridConditionalStyleFontInfoDescription());
|
|
154801
|
+
a.ad("GridConditionalStyleFontInfo", GridConditionalStyleFontInfoDescriptionMetadata.a);
|
|
154802
|
+
}
|
|
154803
|
+
}
|
|
154804
|
+
GridConditionalStyleFontInfoDescriptionMetadata.$t = markType(GridConditionalStyleFontInfoDescriptionMetadata, 'GridConditionalStyleFontInfoDescriptionMetadata');
|
|
154805
|
+
GridConditionalStyleFontInfoDescriptionMetadata.a = null;
|
|
154806
|
+
return GridConditionalStyleFontInfoDescriptionMetadata;
|
|
154807
|
+
})();
|
|
154808
|
+
|
|
154699
154809
|
/*
|
|
154700
154810
|
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
154701
154811
|
https://www.infragistics.com/legal/license/igultimate-la
|
|
@@ -154786,32 +154896,39 @@ let GridConditionalStylePropertyDescription = /*@__PURE__*/ (() => {
|
|
|
154786
154896
|
class GridConditionalStylePropertyDescription extends Description {
|
|
154787
154897
|
constructor() {
|
|
154788
154898
|
super();
|
|
154789
|
-
this.
|
|
154790
|
-
this.
|
|
154791
|
-
this.
|
|
154792
|
-
this.
|
|
154899
|
+
this.a0 = null;
|
|
154900
|
+
this.ax = null;
|
|
154901
|
+
this.at = null;
|
|
154902
|
+
this.ay = null;
|
|
154793
154903
|
this.n = null;
|
|
154794
|
-
this.
|
|
154904
|
+
this.ap = null;
|
|
154795
154905
|
this.j = null;
|
|
154796
154906
|
this.p = null;
|
|
154797
|
-
this.
|
|
154907
|
+
this.av = null;
|
|
154798
154908
|
this.l = null;
|
|
154799
154909
|
this.o = null;
|
|
154800
|
-
this.
|
|
154910
|
+
this.ar = null;
|
|
154801
154911
|
this.k = null;
|
|
154802
154912
|
this.q = null;
|
|
154803
|
-
this.
|
|
154913
|
+
this.a1 = null;
|
|
154804
154914
|
this.m = null;
|
|
154915
|
+
this.ah = 0;
|
|
154916
|
+
this.aj = 0;
|
|
154917
|
+
this.ab = false;
|
|
154918
|
+
this.af = new Date();
|
|
154919
|
+
this.z = null;
|
|
154920
|
+
this.al = null;
|
|
154921
|
+
this.az = null;
|
|
154922
|
+
this.an = null;
|
|
154923
|
+
this.ac = false;
|
|
154924
|
+
this.au = null;
|
|
154805
154925
|
this.aq = null;
|
|
154806
|
-
this.
|
|
154807
|
-
this.
|
|
154808
|
-
this.
|
|
154809
|
-
this.aj = null;
|
|
154810
|
-
this.af = null;
|
|
154811
|
-
this.ao = null;
|
|
154926
|
+
this.aw = null;
|
|
154927
|
+
this.as = null;
|
|
154928
|
+
this.a2 = null;
|
|
154812
154929
|
this.h = null;
|
|
154813
|
-
this.
|
|
154814
|
-
this.
|
|
154930
|
+
this.a3 = null;
|
|
154931
|
+
this.ao = null;
|
|
154815
154932
|
}
|
|
154816
154933
|
get_type() {
|
|
154817
154934
|
return "GridConditionalStyleProperty";
|
|
@@ -154820,31 +154937,31 @@ let GridConditionalStylePropertyDescription = /*@__PURE__*/ (() => {
|
|
|
154820
154937
|
return this.get_type();
|
|
154821
154938
|
}
|
|
154822
154939
|
get stylingType() {
|
|
154823
|
-
return this.
|
|
154940
|
+
return this.a0;
|
|
154824
154941
|
}
|
|
154825
154942
|
set stylingType(a) {
|
|
154826
|
-
this.
|
|
154943
|
+
this.a0 = a;
|
|
154827
154944
|
this.g("StylingType");
|
|
154828
154945
|
}
|
|
154829
154946
|
get minimumType() {
|
|
154830
|
-
return this.
|
|
154947
|
+
return this.ax;
|
|
154831
154948
|
}
|
|
154832
154949
|
set minimumType(a) {
|
|
154833
|
-
this.
|
|
154950
|
+
this.ax = a;
|
|
154834
154951
|
this.g("MinimumType");
|
|
154835
154952
|
}
|
|
154836
154953
|
get maximumType() {
|
|
154837
|
-
return this.
|
|
154954
|
+
return this.at;
|
|
154838
154955
|
}
|
|
154839
154956
|
set maximumType(a) {
|
|
154840
|
-
this.
|
|
154957
|
+
this.at = a;
|
|
154841
154958
|
this.g("MaximumType");
|
|
154842
154959
|
}
|
|
154843
154960
|
get propertyName() {
|
|
154844
|
-
return this.
|
|
154961
|
+
return this.ay;
|
|
154845
154962
|
}
|
|
154846
154963
|
set propertyName(a) {
|
|
154847
|
-
this.
|
|
154964
|
+
this.ay = a;
|
|
154848
154965
|
this.g("PropertyName");
|
|
154849
154966
|
}
|
|
154850
154967
|
get inputValueExpression() {
|
|
@@ -154855,10 +154972,10 @@ let GridConditionalStylePropertyDescription = /*@__PURE__*/ (() => {
|
|
|
154855
154972
|
this.g("InputValueExpression");
|
|
154856
154973
|
}
|
|
154857
154974
|
get inputValueExpressionString() {
|
|
154858
|
-
return this.
|
|
154975
|
+
return this.ap;
|
|
154859
154976
|
}
|
|
154860
154977
|
set inputValueExpressionString(a) {
|
|
154861
|
-
this.
|
|
154978
|
+
this.ap = a;
|
|
154862
154979
|
this.g("InputValueExpressionString");
|
|
154863
154980
|
}
|
|
154864
154981
|
get actualInputValueExpression() {
|
|
@@ -154876,10 +154993,10 @@ let GridConditionalStylePropertyDescription = /*@__PURE__*/ (() => {
|
|
|
154876
154993
|
this.g("MinimumInputValueExpression");
|
|
154877
154994
|
}
|
|
154878
154995
|
get minimumInputValueExpressionString() {
|
|
154879
|
-
return this.
|
|
154996
|
+
return this.av;
|
|
154880
154997
|
}
|
|
154881
154998
|
set minimumInputValueExpressionString(a) {
|
|
154882
|
-
this.
|
|
154999
|
+
this.av = a;
|
|
154883
155000
|
this.g("MinimumInputValueExpressionString");
|
|
154884
155001
|
}
|
|
154885
155002
|
get actualMinimumInputValueExpression() {
|
|
@@ -154897,10 +155014,10 @@ let GridConditionalStylePropertyDescription = /*@__PURE__*/ (() => {
|
|
|
154897
155014
|
this.g("MaximumInputValueExpression");
|
|
154898
155015
|
}
|
|
154899
155016
|
get maximumInputValueExpressionString() {
|
|
154900
|
-
return this.
|
|
155017
|
+
return this.ar;
|
|
154901
155018
|
}
|
|
154902
155019
|
set maximumInputValueExpressionString(a) {
|
|
154903
|
-
this.
|
|
155020
|
+
this.ar = a;
|
|
154904
155021
|
this.g("MaximumInputValueExpressionString");
|
|
154905
155022
|
}
|
|
154906
155023
|
get actualMaximumInputValueExpression() {
|
|
@@ -154918,10 +155035,10 @@ let GridConditionalStylePropertyDescription = /*@__PURE__*/ (() => {
|
|
|
154918
155035
|
this.g("SumInputValueExpression");
|
|
154919
155036
|
}
|
|
154920
155037
|
get sumInputValueExpressionString() {
|
|
154921
|
-
return this.
|
|
155038
|
+
return this.a1;
|
|
154922
155039
|
}
|
|
154923
155040
|
set sumInputValueExpressionString(a) {
|
|
154924
|
-
this.
|
|
155041
|
+
this.a1 = a;
|
|
154925
155042
|
this.g("SumInputValueExpressionString");
|
|
154926
155043
|
}
|
|
154927
155044
|
get actualSumInputValueExpression() {
|
|
@@ -154931,53 +155048,102 @@ let GridConditionalStylePropertyDescription = /*@__PURE__*/ (() => {
|
|
|
154931
155048
|
this.m = a;
|
|
154932
155049
|
this.g("ActualSumInputValueExpression");
|
|
154933
155050
|
}
|
|
154934
|
-
get
|
|
154935
|
-
return this.
|
|
155051
|
+
get doubleValue() {
|
|
155052
|
+
return this.ah;
|
|
154936
155053
|
}
|
|
154937
|
-
set
|
|
154938
|
-
this.
|
|
154939
|
-
this.g("
|
|
155054
|
+
set doubleValue(a) {
|
|
155055
|
+
this.ah = a;
|
|
155056
|
+
this.g("DoubleValue");
|
|
154940
155057
|
}
|
|
154941
|
-
get
|
|
155058
|
+
get intValue() {
|
|
155059
|
+
return this.aj;
|
|
155060
|
+
}
|
|
155061
|
+
set intValue(a) {
|
|
155062
|
+
this.aj = a;
|
|
155063
|
+
this.g("IntValue");
|
|
155064
|
+
}
|
|
155065
|
+
get boolValue() {
|
|
155066
|
+
return this.ab;
|
|
155067
|
+
}
|
|
155068
|
+
set boolValue(a) {
|
|
155069
|
+
this.ab = a;
|
|
155070
|
+
this.g("BoolValue");
|
|
155071
|
+
}
|
|
155072
|
+
get dateValue() {
|
|
155073
|
+
return this.af;
|
|
155074
|
+
}
|
|
155075
|
+
set dateValue(a) {
|
|
155076
|
+
this.af = a;
|
|
155077
|
+
this.g("DateValue");
|
|
155078
|
+
}
|
|
155079
|
+
get fontValue() {
|
|
154942
155080
|
return this.z;
|
|
154943
155081
|
}
|
|
154944
|
-
set
|
|
155082
|
+
set fontValue(a) {
|
|
154945
155083
|
this.z = a;
|
|
155084
|
+
this.g("FontValue");
|
|
155085
|
+
}
|
|
155086
|
+
get objectValue() {
|
|
155087
|
+
return this.al;
|
|
155088
|
+
}
|
|
155089
|
+
set objectValue(a) {
|
|
155090
|
+
this.al = a;
|
|
155091
|
+
this.g("ObjectValue");
|
|
155092
|
+
}
|
|
155093
|
+
get stringValue() {
|
|
155094
|
+
return this.az;
|
|
155095
|
+
}
|
|
155096
|
+
set stringValue(a) {
|
|
155097
|
+
this.az = a;
|
|
155098
|
+
this.g("StringValue");
|
|
155099
|
+
}
|
|
155100
|
+
get brushValue() {
|
|
155101
|
+
return this.an;
|
|
155102
|
+
}
|
|
155103
|
+
set brushValue(a) {
|
|
155104
|
+
this.an = a;
|
|
155105
|
+
this.g("BrushValue");
|
|
155106
|
+
}
|
|
155107
|
+
get shouldSetValue() {
|
|
155108
|
+
return this.ac;
|
|
155109
|
+
}
|
|
155110
|
+
set shouldSetValue(a) {
|
|
155111
|
+
this.ac = a;
|
|
154946
155112
|
this.g("ShouldSetValue");
|
|
154947
155113
|
}
|
|
154948
155114
|
get minimumColor() {
|
|
154949
|
-
return this.
|
|
155115
|
+
return this.au;
|
|
154950
155116
|
}
|
|
154951
155117
|
set minimumColor(a) {
|
|
154952
|
-
this.
|
|
155118
|
+
this.au = a;
|
|
154953
155119
|
this.g("MinimumColor");
|
|
154954
155120
|
}
|
|
154955
155121
|
get maximumColor() {
|
|
154956
|
-
return this.
|
|
155122
|
+
return this.aq;
|
|
154957
155123
|
}
|
|
154958
155124
|
set maximumColor(a) {
|
|
154959
|
-
this.
|
|
155125
|
+
this.aq = a;
|
|
154960
155126
|
this.g("MaximumColor");
|
|
154961
155127
|
}
|
|
154962
155128
|
get minimumInputValueRef() {
|
|
154963
|
-
return this.
|
|
155129
|
+
return this.aw;
|
|
154964
155130
|
}
|
|
154965
155131
|
set minimumInputValueRef(a) {
|
|
154966
|
-
this.
|
|
155132
|
+
this.aw = a;
|
|
154967
155133
|
this.g("MinimumInputValueRef");
|
|
154968
155134
|
}
|
|
154969
155135
|
get maximumInputValueRef() {
|
|
154970
|
-
return this.
|
|
155136
|
+
return this.as;
|
|
154971
155137
|
}
|
|
154972
155138
|
set maximumInputValueRef(a) {
|
|
154973
|
-
this.
|
|
155139
|
+
this.as = a;
|
|
154974
155140
|
this.g("MaximumInputValueRef");
|
|
154975
155141
|
}
|
|
154976
155142
|
get sumInputValueRef() {
|
|
154977
|
-
return this.
|
|
155143
|
+
return this.a2;
|
|
154978
155144
|
}
|
|
154979
155145
|
set sumInputValueRef(a) {
|
|
154980
|
-
this.
|
|
155146
|
+
this.a2 = a;
|
|
154981
155147
|
this.g("SumInputValueRef");
|
|
154982
155148
|
}
|
|
154983
155149
|
get colorCollection() {
|
|
@@ -154988,17 +155154,17 @@ let GridConditionalStylePropertyDescription = /*@__PURE__*/ (() => {
|
|
|
154988
155154
|
this.g("ColorCollection");
|
|
154989
155155
|
}
|
|
154990
155156
|
get valueCollectionRef() {
|
|
154991
|
-
return this.
|
|
155157
|
+
return this.a3;
|
|
154992
155158
|
}
|
|
154993
155159
|
set valueCollectionRef(a) {
|
|
154994
|
-
this.
|
|
155160
|
+
this.a3 = a;
|
|
154995
155161
|
this.g("ValueCollectionRef");
|
|
154996
155162
|
}
|
|
154997
155163
|
get filterStringErrorsParsingRef() {
|
|
154998
|
-
return this.
|
|
155164
|
+
return this.ao;
|
|
154999
155165
|
}
|
|
155000
155166
|
set filterStringErrorsParsingRef(a) {
|
|
155001
|
-
this.
|
|
155167
|
+
this.ao = a;
|
|
155002
155168
|
this.g("FilterStringErrorsParsingRef");
|
|
155003
155169
|
}
|
|
155004
155170
|
}
|
|
@@ -155027,6 +155193,7 @@ let GridConditionalStylePropertyDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
155027
155193
|
}
|
|
155028
155194
|
a.ac(GridConditionalStylePropertyDescriptionMetadata.a);
|
|
155029
155195
|
FilterExpressionDescriptionMetadata.d(a);
|
|
155196
|
+
GridConditionalStyleFontInfoDescriptionMetadata.d(a);
|
|
155030
155197
|
GridConditionFilterStringErrorsParsingEventArgsDescriptionMetadata.d(a);
|
|
155031
155198
|
}
|
|
155032
155199
|
static c(a) {
|
|
@@ -155049,7 +155216,14 @@ let GridConditionalStylePropertyDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
155049
155216
|
a.item("SumInputValueExpression", "ExportedType:IFilterExpression");
|
|
155050
155217
|
a.item("SumInputValueExpressionString", "String");
|
|
155051
155218
|
a.item("ActualSumInputValueExpression", "ExportedType:IFilterExpression");
|
|
155052
|
-
a.item("
|
|
155219
|
+
a.item("DoubleValue", "Number:double");
|
|
155220
|
+
a.item("IntValue", "Number:int");
|
|
155221
|
+
a.item("BoolValue", "Boolean");
|
|
155222
|
+
a.item("DateValue", "Date");
|
|
155223
|
+
a.item("FontValue", "ExportedType:GridConditionalStyleFontInfo");
|
|
155224
|
+
a.item("ObjectValue", "Unknown");
|
|
155225
|
+
a.item("StringValue", "String");
|
|
155226
|
+
a.item("BrushValue", "Brush");
|
|
155053
155227
|
a.item("ShouldSetValue", "Boolean");
|
|
155054
155228
|
a.item("MinimumColor", "Brush");
|
|
155055
155229
|
a.item("MaximumColor", "Brush");
|
|
@@ -160258,20 +160432,20 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
160258
160432
|
/**
|
|
160259
160433
|
* @hidden
|
|
160260
160434
|
*/
|
|
160261
|
-
let
|
|
160262
|
-
class
|
|
160435
|
+
let LegendTextContentChangedEventArgsDescription = /*@__PURE__*/ (() => {
|
|
160436
|
+
class LegendTextContentChangedEventArgsDescription extends Description {
|
|
160263
160437
|
constructor() {
|
|
160264
160438
|
super();
|
|
160265
160439
|
}
|
|
160266
160440
|
get_type() {
|
|
160267
|
-
return "
|
|
160441
|
+
return "LegendTextContentChangedEventArgs";
|
|
160268
160442
|
}
|
|
160269
160443
|
get type() {
|
|
160270
160444
|
return this.get_type();
|
|
160271
160445
|
}
|
|
160272
160446
|
}
|
|
160273
|
-
|
|
160274
|
-
return
|
|
160447
|
+
LegendTextContentChangedEventArgsDescription.$t = markType(LegendTextContentChangedEventArgsDescription, 'LegendTextContentChangedEventArgsDescription', Description.$);
|
|
160448
|
+
return LegendTextContentChangedEventArgsDescription;
|
|
160275
160449
|
})();
|
|
160276
160450
|
|
|
160277
160451
|
/*
|
|
@@ -160283,29 +160457,29 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
160283
160457
|
/**
|
|
160284
160458
|
* @hidden
|
|
160285
160459
|
*/
|
|
160286
|
-
let
|
|
160287
|
-
class
|
|
160460
|
+
let LegendTextContentChangedEventArgsDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
160461
|
+
class LegendTextContentChangedEventArgsDescriptionMetadata extends Base {
|
|
160288
160462
|
static b(a) {
|
|
160289
|
-
if (
|
|
160290
|
-
|
|
160291
|
-
|
|
160463
|
+
if (LegendTextContentChangedEventArgsDescriptionMetadata.a == null) {
|
|
160464
|
+
LegendTextContentChangedEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
160465
|
+
LegendTextContentChangedEventArgsDescriptionMetadata.c(LegendTextContentChangedEventArgsDescriptionMetadata.a);
|
|
160292
160466
|
}
|
|
160293
|
-
if (a.k(
|
|
160467
|
+
if (a.k(LegendTextContentChangedEventArgsDescriptionMetadata.a)) {
|
|
160294
160468
|
return;
|
|
160295
160469
|
}
|
|
160296
|
-
a.ac(
|
|
160470
|
+
a.ac(LegendTextContentChangedEventArgsDescriptionMetadata.a);
|
|
160297
160471
|
}
|
|
160298
160472
|
static c(a) {
|
|
160299
160473
|
}
|
|
160300
160474
|
static d(a) {
|
|
160301
|
-
|
|
160302
|
-
a.ae("
|
|
160303
|
-
a.ad("
|
|
160475
|
+
LegendTextContentChangedEventArgsDescriptionMetadata.b(a);
|
|
160476
|
+
a.ae("LegendTextContentChangedEventArgs", () => new LegendTextContentChangedEventArgsDescription());
|
|
160477
|
+
a.ad("LegendTextContentChangedEventArgs", LegendTextContentChangedEventArgsDescriptionMetadata.a);
|
|
160304
160478
|
}
|
|
160305
160479
|
}
|
|
160306
|
-
|
|
160307
|
-
|
|
160308
|
-
return
|
|
160480
|
+
LegendTextContentChangedEventArgsDescriptionMetadata.$t = markType(LegendTextContentChangedEventArgsDescriptionMetadata, 'LegendTextContentChangedEventArgsDescriptionMetadata');
|
|
160481
|
+
LegendTextContentChangedEventArgsDescriptionMetadata.a = null;
|
|
160482
|
+
return LegendTextContentChangedEventArgsDescriptionMetadata;
|
|
160309
160483
|
})();
|
|
160310
160484
|
|
|
160311
160485
|
/*
|
|
@@ -160333,7 +160507,7 @@ let LegendBaseDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
160333
160507
|
a.ac(LegendBaseDescriptionMetadata.a);
|
|
160334
160508
|
LegendMouseButtonEventArgsDescriptionMetadata.d(a);
|
|
160335
160509
|
LegendMouseEventArgsDescriptionMetadata.d(a);
|
|
160336
|
-
|
|
160510
|
+
LegendTextContentChangedEventArgsDescriptionMetadata.d(a);
|
|
160337
160511
|
}
|
|
160338
160512
|
static c(a) {
|
|
160339
160513
|
a.item("LegendItemMouseLeftButtonDownRef", "EventRef::legendItemMouseLeftButtonDown");
|
|
@@ -160341,7 +160515,7 @@ let LegendBaseDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
160341
160515
|
a.item("LegendItemMouseEnterRef", "EventRef::legendItemMouseEnter");
|
|
160342
160516
|
a.item("LegendItemMouseLeaveRef", "EventRef::legendItemMouseLeave");
|
|
160343
160517
|
a.item("LegendItemMouseMoveRef", "EventRef::legendItemMouseMove");
|
|
160344
|
-
a.item("
|
|
160518
|
+
a.item("LegendTextContentChangedRef", "EventRef::legendTextContentChanged");
|
|
160345
160519
|
LegendBaseDescriptionMetadata.e(a);
|
|
160346
160520
|
}
|
|
160347
160521
|
static d(a) {
|
|
@@ -160423,12 +160597,12 @@ let LegendBaseDescription = /*@__PURE__*/ (() => {
|
|
|
160423
160597
|
this.m = a;
|
|
160424
160598
|
this.g("LegendItemMouseMoveRef");
|
|
160425
160599
|
}
|
|
160426
|
-
get
|
|
160600
|
+
get legendTextContentChangedRef() {
|
|
160427
160601
|
return this.n;
|
|
160428
160602
|
}
|
|
160429
|
-
set
|
|
160603
|
+
set legendTextContentChangedRef(a) {
|
|
160430
160604
|
this.n = a;
|
|
160431
|
-
this.g("
|
|
160605
|
+
this.g("LegendTextContentChangedRef");
|
|
160432
160606
|
}
|
|
160433
160607
|
}
|
|
160434
160608
|
LegendBaseDescription.$t = markType(LegendBaseDescription, 'LegendBaseDescription', Description.$);
|
|
@@ -190736,101 +190910,6 @@ let GridCompoundConditionalStyleDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
190736
190910
|
return GridCompoundConditionalStyleDescriptionMetadata;
|
|
190737
190911
|
})();
|
|
190738
190912
|
|
|
190739
|
-
/*
|
|
190740
|
-
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
190741
|
-
https://www.infragistics.com/legal/license/igultimate-la
|
|
190742
|
-
https://www.infragistics.com/legal/license/igultimate-eula
|
|
190743
|
-
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
190744
|
-
*/
|
|
190745
|
-
/**
|
|
190746
|
-
* @hidden
|
|
190747
|
-
*/
|
|
190748
|
-
let GridConditionalStyleFontInfoDescription = /*@__PURE__*/ (() => {
|
|
190749
|
-
class GridConditionalStyleFontInfoDescription extends Description {
|
|
190750
|
-
constructor() {
|
|
190751
|
-
super();
|
|
190752
|
-
this.j = null;
|
|
190753
|
-
this.h = 0;
|
|
190754
|
-
this.k = null;
|
|
190755
|
-
this.l = null;
|
|
190756
|
-
}
|
|
190757
|
-
get_type() {
|
|
190758
|
-
return "GridConditionalStyleFontInfo";
|
|
190759
|
-
}
|
|
190760
|
-
get type() {
|
|
190761
|
-
return this.get_type();
|
|
190762
|
-
}
|
|
190763
|
-
get fontFamily() {
|
|
190764
|
-
return this.j;
|
|
190765
|
-
}
|
|
190766
|
-
set fontFamily(a) {
|
|
190767
|
-
this.j = a;
|
|
190768
|
-
this.g("FontFamily");
|
|
190769
|
-
}
|
|
190770
|
-
get fontSize() {
|
|
190771
|
-
return this.h;
|
|
190772
|
-
}
|
|
190773
|
-
set fontSize(a) {
|
|
190774
|
-
this.h = a;
|
|
190775
|
-
this.g("FontSize");
|
|
190776
|
-
}
|
|
190777
|
-
get fontStyle() {
|
|
190778
|
-
return this.k;
|
|
190779
|
-
}
|
|
190780
|
-
set fontStyle(a) {
|
|
190781
|
-
this.k = a;
|
|
190782
|
-
this.g("FontStyle");
|
|
190783
|
-
}
|
|
190784
|
-
get fontWeight() {
|
|
190785
|
-
return this.l;
|
|
190786
|
-
}
|
|
190787
|
-
set fontWeight(a) {
|
|
190788
|
-
this.l = a;
|
|
190789
|
-
this.g("FontWeight");
|
|
190790
|
-
}
|
|
190791
|
-
}
|
|
190792
|
-
GridConditionalStyleFontInfoDescription.$t = markType(GridConditionalStyleFontInfoDescription, 'GridConditionalStyleFontInfoDescription', Description.$);
|
|
190793
|
-
return GridConditionalStyleFontInfoDescription;
|
|
190794
|
-
})();
|
|
190795
|
-
|
|
190796
|
-
/*
|
|
190797
|
-
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
190798
|
-
https://www.infragistics.com/legal/license/igultimate-la
|
|
190799
|
-
https://www.infragistics.com/legal/license/igultimate-eula
|
|
190800
|
-
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
190801
|
-
*/
|
|
190802
|
-
/**
|
|
190803
|
-
* @hidden
|
|
190804
|
-
*/
|
|
190805
|
-
let GridConditionalStyleFontInfoDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
190806
|
-
class GridConditionalStyleFontInfoDescriptionMetadata extends Base {
|
|
190807
|
-
static b(a) {
|
|
190808
|
-
if (GridConditionalStyleFontInfoDescriptionMetadata.a == null) {
|
|
190809
|
-
GridConditionalStyleFontInfoDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
190810
|
-
GridConditionalStyleFontInfoDescriptionMetadata.c(GridConditionalStyleFontInfoDescriptionMetadata.a);
|
|
190811
|
-
}
|
|
190812
|
-
if (a.k(GridConditionalStyleFontInfoDescriptionMetadata.a)) {
|
|
190813
|
-
return;
|
|
190814
|
-
}
|
|
190815
|
-
a.ac(GridConditionalStyleFontInfoDescriptionMetadata.a);
|
|
190816
|
-
}
|
|
190817
|
-
static c(a) {
|
|
190818
|
-
a.item("FontFamily", "(w:FontFamily/FontFamilyTransform,xam:FontFamily,wf:FontFamily,web:textStyle/FontFamilyTransform)String");
|
|
190819
|
-
a.item("FontSize", "(w:FontSize,xam:FontSize,wf:FontSize,web:textStyle/FontSizeTransform)Number:double");
|
|
190820
|
-
a.item("FontStyle", "(w:FontStyle/FontStyleTransform,xam:FontFamily/FontStyleTransform,wf:FontFamily/FontStyleTransform,web:textStyle/FontStyleTransform)String");
|
|
190821
|
-
a.item("FontWeight", "(w:FontWeight/FontWeightTransform,xam:FontFamily/FontWeightTransform,wf:FontFamily/FontWeightTransform,web:textStyle/FontWeightTransform)String");
|
|
190822
|
-
}
|
|
190823
|
-
static d(a) {
|
|
190824
|
-
GridConditionalStyleFontInfoDescriptionMetadata.b(a);
|
|
190825
|
-
a.ae("GridConditionalStyleFontInfo", () => new GridConditionalStyleFontInfoDescription());
|
|
190826
|
-
a.ad("GridConditionalStyleFontInfo", GridConditionalStyleFontInfoDescriptionMetadata.a);
|
|
190827
|
-
}
|
|
190828
|
-
}
|
|
190829
|
-
GridConditionalStyleFontInfoDescriptionMetadata.$t = markType(GridConditionalStyleFontInfoDescriptionMetadata, 'GridConditionalStyleFontInfoDescriptionMetadata');
|
|
190830
|
-
GridConditionalStyleFontInfoDescriptionMetadata.a = null;
|
|
190831
|
-
return GridConditionalStyleFontInfoDescriptionMetadata;
|
|
190832
|
-
})();
|
|
190833
|
-
|
|
190834
190913
|
/*
|
|
190835
190914
|
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
190836
190915
|
https://www.infragistics.com/legal/license/igultimate-la
|
|
@@ -249290,7 +249369,7 @@ let XamMultiScaleImageView = /*@__PURE__*/ (() => {
|
|
|
249290
249369
|
$ret.image = d;
|
|
249291
249370
|
return $ret;
|
|
249292
249371
|
})());
|
|
249293
|
-
this.b.
|
|
249372
|
+
this.b.bu(f);
|
|
249294
249373
|
}
|
|
249295
249374
|
if (this.g.containsKey(d)) {
|
|
249296
249375
|
let g = this.g.item(d);
|
|
@@ -249372,7 +249451,7 @@ let XamMultiScaleImageView = /*@__PURE__*/ (() => {
|
|
|
249372
249451
|
$ret.image = c;
|
|
249373
249452
|
return $ret;
|
|
249374
249453
|
})());
|
|
249375
|
-
this.b.
|
|
249454
|
+
this.b.bv(g);
|
|
249376
249455
|
f = g.uri;
|
|
249377
249456
|
if (f != null) {
|
|
249378
249457
|
c.src = f;
|
|
@@ -249437,9 +249516,9 @@ let XamMultiScaleImageView = /*@__PURE__*/ (() => {
|
|
|
249437
249516
|
f.clear();
|
|
249438
249517
|
this.g.removeItem(e);
|
|
249439
249518
|
}
|
|
249440
|
-
this.b.
|
|
249519
|
+
this.b.bo(c, c.i.ac);
|
|
249441
249520
|
if (c.i != null) {
|
|
249442
|
-
this.b.
|
|
249521
|
+
this.b.ca(c);
|
|
249443
249522
|
}
|
|
249444
249523
|
this.q();
|
|
249445
249524
|
this.ad();
|
|
@@ -249478,7 +249557,7 @@ let XamMultiScaleImageView = /*@__PURE__*/ (() => {
|
|
|
249478
249557
|
}
|
|
249479
249558
|
aq() {
|
|
249480
249559
|
if (this.p == -1) {
|
|
249481
|
-
this.p = window.setInterval(runOn(this.b, this.b.
|
|
249560
|
+
this.p = window.setInterval(runOn(this.b, this.b.b9), 50);
|
|
249482
249561
|
}
|
|
249483
249562
|
}
|
|
249484
249563
|
as() {
|
|
@@ -249489,7 +249568,7 @@ let XamMultiScaleImageView = /*@__PURE__*/ (() => {
|
|
|
249489
249568
|
}
|
|
249490
249569
|
ap() {
|
|
249491
249570
|
if (this.o == -1) {
|
|
249492
|
-
this.o = window.setInterval(runOn(this.b, this.b.
|
|
249571
|
+
this.o = window.setInterval(runOn(this.b, this.b.br), 50);
|
|
249493
249572
|
}
|
|
249494
249573
|
}
|
|
249495
249574
|
ar() {
|
|
@@ -249501,7 +249580,7 @@ let XamMultiScaleImageView = /*@__PURE__*/ (() => {
|
|
|
249501
249580
|
t() {
|
|
249502
249581
|
if (this.p != -1) {
|
|
249503
249582
|
this.ar();
|
|
249504
|
-
this.b.
|
|
249583
|
+
this.b.by();
|
|
249505
249584
|
}
|
|
249506
249585
|
}
|
|
249507
249586
|
ae(a) {
|
|
@@ -249520,8 +249599,8 @@ let XamMultiScaleImageView = /*@__PURE__*/ (() => {
|
|
|
249520
249599
|
this.m.setAttribute("height", truncate((b * this.b.a4)).toString());
|
|
249521
249600
|
this.m.setStyleProperty("width", a.toString() + "px");
|
|
249522
249601
|
this.m.setStyleProperty("height", b.toString() + "px");
|
|
249523
|
-
this.b.
|
|
249524
|
-
this.b.
|
|
249602
|
+
this.b.cn = new Rect(0, 0, 0, a, b);
|
|
249603
|
+
this.b.b5();
|
|
249525
249604
|
}
|
|
249526
249605
|
aj() {
|
|
249527
249606
|
this.ad();
|
|
@@ -249561,7 +249640,7 @@ let XamMultiScaleImageView = /*@__PURE__*/ (() => {
|
|
|
249561
249640
|
if (!this.au.isEmpty) {
|
|
249562
249641
|
this.c.l(this.au.left, this.au.top, this.au.width, this.au.height);
|
|
249563
249642
|
}
|
|
249564
|
-
this.au = this.b.
|
|
249643
|
+
this.au = this.b.cn;
|
|
249565
249644
|
for (let a = 0; a < this.h.count; a++) {
|
|
249566
249645
|
let b = this.h._inner[a];
|
|
249567
249646
|
if (b.s == 0) {
|
|
@@ -249577,8 +249656,8 @@ let XamMultiScaleImageView = /*@__PURE__*/ (() => {
|
|
|
249577
249656
|
if (this.c.d && this.b.a4 != 1) {
|
|
249578
249657
|
this.c.z();
|
|
249579
249658
|
}
|
|
249580
|
-
this.b.
|
|
249581
|
-
this.b.
|
|
249659
|
+
this.b.bt();
|
|
249660
|
+
this.b.bw();
|
|
249582
249661
|
}
|
|
249583
249662
|
d() {
|
|
249584
249663
|
let a = true;
|
|
@@ -249605,10 +249684,10 @@ let XamMultiScaleImageView = /*@__PURE__*/ (() => {
|
|
|
249605
249684
|
if (b.d.width < 1 || b.d.height < 1) {
|
|
249606
249685
|
return;
|
|
249607
249686
|
}
|
|
249608
|
-
this.c.o(b.c, c, b.d.left, b.d.top, b.d.width, b.d.height, Math.round(a.n + this.b.
|
|
249687
|
+
this.c.o(b.c, c, b.d.left, b.d.top, b.d.width, b.d.height, Math.round(a.n + this.b.cn.left), Math.round(a.o + this.b.cn.top), a.width, a.height);
|
|
249609
249688
|
}
|
|
249610
249689
|
else {
|
|
249611
|
-
this.c.n(b.c, c, Math.round(a.n + this.b.
|
|
249690
|
+
this.c.n(b.c, c, Math.round(a.n + this.b.cn.left), Math.round(a.o + this.b.cn.top), a.width, a.height);
|
|
249612
249691
|
}
|
|
249613
249692
|
}
|
|
249614
249693
|
e(a) {
|
|
@@ -249633,8 +249712,8 @@ let XamMultiScaleImageView = /*@__PURE__*/ (() => {
|
|
|
249633
249712
|
this.q();
|
|
249634
249713
|
}
|
|
249635
249714
|
ai(a) {
|
|
249636
|
-
this.b.
|
|
249637
|
-
this.b.
|
|
249715
|
+
this.b.cn = a;
|
|
249716
|
+
this.b.b5();
|
|
249638
249717
|
}
|
|
249639
249718
|
preRender() {
|
|
249640
249719
|
}
|
|
@@ -249718,7 +249797,7 @@ let XamMultiScaleTileSource = /*@__PURE__*/ (() => {
|
|
|
249718
249797
|
}
|
|
249719
249798
|
y(a, b, c, d) {
|
|
249720
249799
|
if (this.k != null) {
|
|
249721
|
-
this.k.
|
|
249800
|
+
this.k.bs(a, b, c, d);
|
|
249722
249801
|
}
|
|
249723
249802
|
}
|
|
249724
249803
|
}
|
|
@@ -249735,14 +249814,14 @@ let XamMultiScaleImage = /*@__PURE__*/ (() => {
|
|
|
249735
249814
|
this.ap = null;
|
|
249736
249815
|
this.an = null;
|
|
249737
249816
|
this.ak = null;
|
|
249738
|
-
this.
|
|
249817
|
+
this.ck = null;
|
|
249739
249818
|
this.a2 = 0;
|
|
249740
249819
|
this.at = false;
|
|
249741
249820
|
this.propertyChanged = null;
|
|
249742
|
-
this.
|
|
249743
|
-
this.
|
|
249821
|
+
this.ba = 0;
|
|
249822
|
+
this.bb = 0;
|
|
249744
249823
|
this.a0 = new Date();
|
|
249745
|
-
this.
|
|
249824
|
+
this.cl = null;
|
|
249746
249825
|
this.a3 = 0;
|
|
249747
249826
|
this.ay = new List$1(Tile.$, 0);
|
|
249748
249827
|
this.aw = false;
|
|
@@ -249750,19 +249829,17 @@ let XamMultiScaleImage = /*@__PURE__*/ (() => {
|
|
|
249750
249829
|
this.az = new List$1(Tile.$, 0);
|
|
249751
249830
|
this.imageTilesReady = null;
|
|
249752
249831
|
this.as = false;
|
|
249753
|
-
this.
|
|
249832
|
+
this.cn = null;
|
|
249754
249833
|
this.ag = null;
|
|
249755
249834
|
this.imagesChanged = null;
|
|
249756
249835
|
this.downloadingImage = null;
|
|
249757
249836
|
this.cancellingImage = null;
|
|
249758
|
-
this.beforeDownloadStart = null;
|
|
249759
|
-
this.afterDownloadStart = null;
|
|
249760
249837
|
this.a1 = 1;
|
|
249761
|
-
this.
|
|
249838
|
+
this.cn = Rect.empty;
|
|
249762
249839
|
this.ag = new CanvasRenderScheduler();
|
|
249763
249840
|
this.an = new XamMultiScaleImageView(this);
|
|
249764
249841
|
this.ab = XamMultiScaleImage.$;
|
|
249765
|
-
this.
|
|
249842
|
+
this.ck = this.cm;
|
|
249766
249843
|
this.a2 = this.a5;
|
|
249767
249844
|
}
|
|
249768
249845
|
get al() {
|
|
@@ -249774,22 +249851,22 @@ let XamMultiScaleImage = /*@__PURE__*/ (() => {
|
|
|
249774
249851
|
}
|
|
249775
249852
|
this.ak = a;
|
|
249776
249853
|
if (this.ak != null) {
|
|
249777
|
-
this.ak.register(this, runOn(this, this.
|
|
249854
|
+
this.ak.register(this, runOn(this, this.b6));
|
|
249778
249855
|
}
|
|
249779
249856
|
}
|
|
249780
|
-
|
|
249781
|
-
if (!stringIsNullOrEmpty(this.
|
|
249782
|
-
return this.
|
|
249857
|
+
bc() {
|
|
249858
|
+
if (!stringIsNullOrEmpty(this.bf)) {
|
|
249859
|
+
return this.bf;
|
|
249783
249860
|
}
|
|
249784
249861
|
return null;
|
|
249785
249862
|
}
|
|
249786
|
-
|
|
249787
|
-
if (!stringIsNullOrEmpty(this.
|
|
249788
|
-
return this.
|
|
249863
|
+
bd() {
|
|
249864
|
+
if (!stringIsNullOrEmpty(this.bj)) {
|
|
249865
|
+
return this.bj;
|
|
249789
249866
|
}
|
|
249790
249867
|
return null;
|
|
249791
249868
|
}
|
|
249792
|
-
|
|
249869
|
+
bx(a, b, c) {
|
|
249793
249870
|
let d = new PropertyChangedEventArgs(a);
|
|
249794
249871
|
if (this.propertyChanged != null) {
|
|
249795
249872
|
this.propertyChanged(this, d);
|
|
@@ -249799,15 +249876,15 @@ let XamMultiScaleImage = /*@__PURE__*/ (() => {
|
|
|
249799
249876
|
if (this.ao != null) {
|
|
249800
249877
|
this.ao.k = this;
|
|
249801
249878
|
}
|
|
249802
|
-
this.
|
|
249803
|
-
this.
|
|
249804
|
-
this.
|
|
249879
|
+
this.b4();
|
|
249880
|
+
this.b7();
|
|
249881
|
+
this.b5();
|
|
249805
249882
|
break;
|
|
249806
249883
|
case XamMultiScaleImage.$$p[6]:
|
|
249807
|
-
this.
|
|
249884
|
+
this.b8();
|
|
249808
249885
|
break;
|
|
249809
249886
|
case XamMultiScaleImage.$$p[7]:
|
|
249810
|
-
this.
|
|
249887
|
+
this.b8();
|
|
249811
249888
|
break;
|
|
249812
249889
|
case XamMultiScaleImage.$$p[4]:
|
|
249813
249890
|
if (!this.ax) {
|
|
@@ -249816,40 +249893,40 @@ let XamMultiScaleImage = /*@__PURE__*/ (() => {
|
|
|
249816
249893
|
break;
|
|
249817
249894
|
case XamMultiScaleImage.$$p[0]:
|
|
249818
249895
|
this.at = this.av;
|
|
249819
|
-
this.
|
|
249896
|
+
this.b5();
|
|
249820
249897
|
break;
|
|
249821
249898
|
}
|
|
249822
249899
|
}
|
|
249823
249900
|
v() {
|
|
249824
249901
|
super.v();
|
|
249825
|
-
this.
|
|
249902
|
+
this.b5();
|
|
249826
249903
|
}
|
|
249827
|
-
|
|
249828
|
-
this.
|
|
249904
|
+
b7() {
|
|
249905
|
+
this.cb();
|
|
249829
249906
|
if (this.ao != null) {
|
|
249830
|
-
this.
|
|
249831
|
-
this.
|
|
249907
|
+
this.ba = Convert.toInt32(logBase(this.ao.r, 2));
|
|
249908
|
+
this.bb = Convert.toInt32(logBase(this.ao.v, 2));
|
|
249832
249909
|
}
|
|
249833
249910
|
}
|
|
249834
|
-
|
|
249835
|
-
this.
|
|
249836
|
-
this.
|
|
249837
|
-
this.
|
|
249911
|
+
bs(a, b, c, d) {
|
|
249912
|
+
this.b4();
|
|
249913
|
+
this.b7();
|
|
249914
|
+
this.b5();
|
|
249838
249915
|
}
|
|
249839
|
-
|
|
249916
|
+
b8() {
|
|
249840
249917
|
if (this.ax) {
|
|
249841
249918
|
this.a0 = dateNow();
|
|
249842
|
-
this.
|
|
249919
|
+
this.cl = this.ck;
|
|
249843
249920
|
this.a3 = this.a2;
|
|
249844
249921
|
this.an.aq();
|
|
249845
249922
|
}
|
|
249846
249923
|
else {
|
|
249847
|
-
this.
|
|
249924
|
+
this.ck = this.cm;
|
|
249848
249925
|
this.a2 = this.a5;
|
|
249849
|
-
this.
|
|
249926
|
+
this.b5();
|
|
249850
249927
|
}
|
|
249851
249928
|
}
|
|
249852
|
-
|
|
249929
|
+
b9() {
|
|
249853
249930
|
let a = 2;
|
|
249854
249931
|
let b = dateNow().getTime() - this.a0.getTime();
|
|
249855
249932
|
let c = b / 1000;
|
|
@@ -249857,15 +249934,15 @@ let XamMultiScaleImage = /*@__PURE__*/ (() => {
|
|
|
249857
249934
|
let e = this.aj != null ? this.aj.ease(d) : d;
|
|
249858
249935
|
let f = 1 - e;
|
|
249859
249936
|
this.a2 = this.a3 * f + this.a5 * e;
|
|
249860
|
-
this.
|
|
249937
|
+
this.ck = { $type: Point_$type, x: this.cl.x * f + this.cm.x * e, y: this.cl.y * f + this.cm.y * e };
|
|
249861
249938
|
if (d >= 1) {
|
|
249862
249939
|
this.an.as();
|
|
249863
249940
|
}
|
|
249864
249941
|
else {
|
|
249865
249942
|
}
|
|
249866
|
-
this.
|
|
249943
|
+
this.b5();
|
|
249867
249944
|
}
|
|
249868
|
-
|
|
249945
|
+
a8(a, b, c, d) {
|
|
249869
249946
|
for (let e = 0; e < this.ay.count; ++e) {
|
|
249870
249947
|
if (this.ay._inner[e].c == a && this.ay._inner[e].d == b && this.ay._inner[e].e == c && this.ay._inner[e].f == d) {
|
|
249871
249948
|
return e;
|
|
@@ -249873,36 +249950,36 @@ let XamMultiScaleImage = /*@__PURE__*/ (() => {
|
|
|
249873
249950
|
}
|
|
249874
249951
|
return -1;
|
|
249875
249952
|
}
|
|
249876
|
-
|
|
249953
|
+
b6(a) {
|
|
249877
249954
|
this.aw = false;
|
|
249878
249955
|
this.as = false;
|
|
249879
249956
|
let b = this.at;
|
|
249880
|
-
if (this.ao == null || !this.an.f() || this.
|
|
249957
|
+
if (this.ao == null || !this.an.f() || this.cn.width == 0 || this.cn.height == 0) {
|
|
249881
249958
|
return;
|
|
249882
249959
|
}
|
|
249883
|
-
let c = truncate(Math.ceil(this.
|
|
249960
|
+
let c = truncate(Math.ceil(this.cn.width / this.ao.r));
|
|
249884
249961
|
let d = truncate(Math.max(1, Math.floor(-logBase(this.a2 / c, 2))));
|
|
249885
|
-
if (d >= this.
|
|
249886
|
-
d = (this.
|
|
249962
|
+
if (d >= this.bb - 8) {
|
|
249963
|
+
d = (this.bb - 8) - 1;
|
|
249887
249964
|
}
|
|
249888
249965
|
let e = truncate(Math.round(Math.pow(2, d)));
|
|
249889
249966
|
let f = this.a2;
|
|
249890
|
-
let g = this.
|
|
249967
|
+
let g = this.cn.height * f / this.cn.width;
|
|
249891
249968
|
let h = this.ao.v / Math.pow(2, d);
|
|
249892
249969
|
let i = this.ao.u / Math.pow(2, d);
|
|
249893
|
-
let j = truncate(Math.floor((this.
|
|
249894
|
-
let k = truncate(Math.ceil(((this.
|
|
249895
|
-
let l = truncate(Math.floor((this.
|
|
249896
|
-
let m = truncate(Math.ceil(((this.
|
|
249970
|
+
let j = truncate(Math.floor((this.ck.x * this.ao.v) / h));
|
|
249971
|
+
let k = truncate(Math.ceil(((this.ck.x + f) * this.ao.v) / h));
|
|
249972
|
+
let l = truncate(Math.floor((this.ck.y * this.ao.u) / i));
|
|
249973
|
+
let m = truncate(Math.ceil(((this.ck.y + g) * this.ao.v) / i));
|
|
249897
249974
|
if (!b) {
|
|
249898
249975
|
j = Math.max(j, 0);
|
|
249899
249976
|
k = Math.min(k, e);
|
|
249900
249977
|
}
|
|
249901
249978
|
l = Math.max(l, 0);
|
|
249902
249979
|
m = Math.min(m, e);
|
|
249903
|
-
let n = ((j * h) - (this.
|
|
249904
|
-
let o = ((l * i) - (this.
|
|
249905
|
-
let p = (f * this.ao.v / h) * (this.ao.r / this.
|
|
249980
|
+
let n = ((j * h) - (this.ck.x * this.ao.v)) / h;
|
|
249981
|
+
let o = ((l * i) - (this.ck.y * this.ao.u)) / i;
|
|
249982
|
+
let p = (f * this.ao.v / h) * (this.ao.r / this.cn.width);
|
|
249906
249983
|
let q = new List$1(Tile.$, 0);
|
|
249907
249984
|
let r;
|
|
249908
249985
|
let s;
|
|
@@ -249916,7 +249993,7 @@ let XamMultiScaleImage = /*@__PURE__*/ (() => {
|
|
|
249916
249993
|
s = (s - e);
|
|
249917
249994
|
}
|
|
249918
249995
|
for (let u = l; u < m; ++u) {
|
|
249919
|
-
let v = this.
|
|
249996
|
+
let v = this.a8(r, s, u, d);
|
|
249920
249997
|
if (v >= 0) {
|
|
249921
249998
|
q.add(this.ay._inner[v]);
|
|
249922
249999
|
this.ay.removeAt(v);
|
|
@@ -249934,7 +250011,7 @@ let XamMultiScaleImage = /*@__PURE__*/ (() => {
|
|
|
249934
250011
|
}
|
|
249935
250012
|
}
|
|
249936
250013
|
this.ap.f = true;
|
|
249937
|
-
this.
|
|
250014
|
+
this.cb();
|
|
249938
250015
|
this.ay = q;
|
|
249939
250016
|
for (let w = 0; w < this.ay.count; ++w) {
|
|
249940
250017
|
if (this.ay._inner[w].i == null) {
|
|
@@ -249990,20 +250067,20 @@ let XamMultiScaleImage = /*@__PURE__*/ (() => {
|
|
|
249990
250067
|
this.ap.f = false;
|
|
249991
250068
|
this.an.aj();
|
|
249992
250069
|
}
|
|
249993
|
-
|
|
249994
|
-
if (this.ao == null || !this.an.f() || this.
|
|
250070
|
+
b5() {
|
|
250071
|
+
if (this.ao == null || !this.an.f() || this.cn.width == 0 || this.cn.height == 0) {
|
|
249995
250072
|
return;
|
|
249996
250073
|
}
|
|
249997
250074
|
if (this.aw) {
|
|
249998
250075
|
return;
|
|
249999
250076
|
}
|
|
250000
250077
|
this.aw = true;
|
|
250001
|
-
this.an.s(runOn(this, this.
|
|
250078
|
+
this.an.s(runOn(this, this.b6));
|
|
250002
250079
|
}
|
|
250003
|
-
|
|
250080
|
+
cb() {
|
|
250004
250081
|
for (let a = 0; a < this.ay.count; ++a) {
|
|
250005
250082
|
this.an.r(this.ay._inner[a]);
|
|
250006
|
-
this.
|
|
250083
|
+
this.bp(this.ay._inner[a]);
|
|
250007
250084
|
if (this.ay._inner[a].i != null) {
|
|
250008
250085
|
this.ap.n(this.ay._inner[a].i);
|
|
250009
250086
|
this.ay._inner[a].i.ac = null;
|
|
@@ -250011,13 +250088,13 @@ let XamMultiScaleImage = /*@__PURE__*/ (() => {
|
|
|
250011
250088
|
}
|
|
250012
250089
|
}
|
|
250013
250090
|
}
|
|
250014
|
-
|
|
250091
|
+
b4() {
|
|
250015
250092
|
this.ar.i();
|
|
250016
250093
|
}
|
|
250017
250094
|
am(a) {
|
|
250018
250095
|
return this.ar.item(a);
|
|
250019
250096
|
}
|
|
250020
|
-
|
|
250097
|
+
bo(a, b) {
|
|
250021
250098
|
this.ar.item(a, b);
|
|
250022
250099
|
}
|
|
250023
250100
|
get ar() {
|
|
@@ -250029,7 +250106,7 @@ let XamMultiScaleImage = /*@__PURE__*/ (() => {
|
|
|
250029
250106
|
au() {
|
|
250030
250107
|
return this.az.count != 0;
|
|
250031
250108
|
}
|
|
250032
|
-
|
|
250109
|
+
bt() {
|
|
250033
250110
|
let a = true;
|
|
250034
250111
|
if (this.au()) {
|
|
250035
250112
|
a = false;
|
|
@@ -250044,17 +250121,17 @@ let XamMultiScaleImage = /*@__PURE__*/ (() => {
|
|
|
250044
250121
|
}
|
|
250045
250122
|
this.as = a;
|
|
250046
250123
|
}
|
|
250047
|
-
|
|
250124
|
+
ca(a) {
|
|
250048
250125
|
if (a.h != null) {
|
|
250049
250126
|
a.b = dateNow();
|
|
250050
250127
|
this.az.add(a);
|
|
250051
250128
|
this.an.ap();
|
|
250052
250129
|
}
|
|
250053
250130
|
else {
|
|
250054
|
-
this.
|
|
250131
|
+
this.bt();
|
|
250055
250132
|
}
|
|
250056
250133
|
}
|
|
250057
|
-
|
|
250134
|
+
bp(a) {
|
|
250058
250135
|
if (a.h != null) {
|
|
250059
250136
|
this.ap.n(a.h);
|
|
250060
250137
|
a.h.ac = null;
|
|
@@ -250070,7 +250147,7 @@ let XamMultiScaleImage = /*@__PURE__*/ (() => {
|
|
|
250070
250147
|
}
|
|
250071
250148
|
}
|
|
250072
250149
|
}
|
|
250073
|
-
|
|
250150
|
+
br() {
|
|
250074
250151
|
let a = dateNow();
|
|
250075
250152
|
let b = 0.5;
|
|
250076
250153
|
for (let c = 0; c < this.az.count;) {
|
|
@@ -250094,49 +250171,39 @@ let XamMultiScaleImage = /*@__PURE__*/ (() => {
|
|
|
250094
250171
|
this.an.ar();
|
|
250095
250172
|
}
|
|
250096
250173
|
}
|
|
250097
|
-
|
|
250174
|
+
by() {
|
|
250098
250175
|
this.a2 = this.a5;
|
|
250099
|
-
this.
|
|
250100
|
-
this.
|
|
250176
|
+
this.ck = this.cm;
|
|
250177
|
+
this.b5();
|
|
250101
250178
|
}
|
|
250102
|
-
|
|
250179
|
+
b0(a) {
|
|
250103
250180
|
let b = a;
|
|
250104
250181
|
this.ag.m(b);
|
|
250105
250182
|
this.an.ae(a);
|
|
250106
250183
|
}
|
|
250107
|
-
|
|
250184
|
+
b1(a) {
|
|
250108
250185
|
this.an.ag(a);
|
|
250109
250186
|
}
|
|
250110
|
-
|
|
250187
|
+
b2(a) {
|
|
250111
250188
|
this.an.ah(a);
|
|
250112
250189
|
}
|
|
250113
|
-
|
|
250190
|
+
b3(a) {
|
|
250114
250191
|
this.an.ai(a);
|
|
250115
250192
|
}
|
|
250116
|
-
|
|
250193
|
+
bw() {
|
|
250117
250194
|
if (this.imagesChanged != null) {
|
|
250118
250195
|
this.imagesChanged(this, new EventArgs());
|
|
250119
250196
|
}
|
|
250120
250197
|
}
|
|
250121
|
-
|
|
250198
|
+
bq() {
|
|
250122
250199
|
this.aw = false;
|
|
250123
250200
|
}
|
|
250124
|
-
|
|
250201
|
+
bv(a) {
|
|
250125
250202
|
if (this.downloadingImage != null) {
|
|
250126
250203
|
this.downloadingImage(this, a);
|
|
250127
250204
|
}
|
|
250128
250205
|
}
|
|
250129
|
-
|
|
250130
|
-
if (this.beforeDownloadStart != null) {
|
|
250131
|
-
this.beforeDownloadStart(this, a);
|
|
250132
|
-
}
|
|
250133
|
-
}
|
|
250134
|
-
bw(a) {
|
|
250135
|
-
if (this.afterDownloadStart != null) {
|
|
250136
|
-
this.afterDownloadStart(this, a);
|
|
250137
|
-
}
|
|
250138
|
-
}
|
|
250139
|
-
by(a) {
|
|
250206
|
+
bu(a) {
|
|
250140
250207
|
if (this.cancellingImage != null) {
|
|
250141
250208
|
this.cancellingImage(this, a);
|
|
250142
250209
|
}
|
|
@@ -250144,21 +250211,21 @@ let XamMultiScaleImage = /*@__PURE__*/ (() => {
|
|
|
250144
250211
|
get a4() {
|
|
250145
250212
|
return this.a1;
|
|
250146
250213
|
}
|
|
250147
|
-
|
|
250214
|
+
bz(a) {
|
|
250148
250215
|
this.a1 = a;
|
|
250149
250216
|
}
|
|
250150
|
-
get
|
|
250217
|
+
get a9() {
|
|
250151
250218
|
return this.ar.h;
|
|
250152
250219
|
}
|
|
250153
|
-
set
|
|
250154
|
-
let b = a != this.
|
|
250220
|
+
set a9(a) {
|
|
250221
|
+
let b = a != this.a9;
|
|
250155
250222
|
if (b) {
|
|
250156
250223
|
this.ar = new LRUCache$2(Tile.$, WriteableBitmap.$, 1, a, new TilePositionComparer());
|
|
250157
250224
|
}
|
|
250158
250225
|
}
|
|
250159
250226
|
}
|
|
250160
250227
|
XamMultiScaleImage.$t = markType(XamMultiScaleImage, 'XamMultiScaleImage', Control.$, [INotifyPropertyChanged_$type]);
|
|
250161
|
-
XamMultiScaleImage.$$p = markDep(DependencyProperty, PropertyMetadata, XamMultiScaleImage, '
|
|
250228
|
+
XamMultiScaleImage.$$p = markDep(DependencyProperty, PropertyMetadata, XamMultiScaleImage, 'bx', ['IsHorizontalTileWrappingEnabled:av:cc', [0, false], 'Referer:bf:cd', [2, null], 'Source:ao:ce', [XamMultiScaleTileSource.$, null], 'SpringsEasingFunction:aj:cf', [IEasingFunction_$type, null], 'UseSprings:ax:ch', [0, false], 'UserAgent:bj:cg', [2, null], 'ViewportOrigin:cm:ci', [Point_$type, { $type: Point_$type, x: 0, y: 0 }], 'ViewportWidth:a5:cj', [1, 1]]);
|
|
250162
250229
|
return XamMultiScaleImage;
|
|
250163
250230
|
})();
|
|
250164
250231
|
|
|
@@ -279062,4 +279129,4 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
279062
279129
|
* Generated bundle index. Do not edit.
|
|
279063
279130
|
*/
|
|
279064
279131
|
|
|
279065
|
-
export { APIFactory, AbsolutePanelBridge, AbsoluteVolumeOscillatorIndicatorDescription, AbsoluteVolumeOscillatorIndicatorDescriptionMetadata, AbsoluteVolumeOscillatorIndicatorDescriptionModule, AbstractEnumerable, AbstractEnumerator, AccumulationDistributionIndicatorDescription, AccumulationDistributionIndicatorDescriptionMetadata, AccumulationDistributionIndicatorDescriptionModule, Activator, AggregateException, AggregatedDataProvider, AggregatedDataProviderLayerInfo, AggregatedDataProviderLayerMap, AggregatedDataProviderTargetDataSourceNotifier, AggregatedDataProviderTopLayer, AlignLinearGraphLabelEventArgsDescription, AlignLinearGraphLabelEventArgsDescriptionMetadata, AlignRadialGaugeLabelEventArgsDescription, AlignRadialGaugeLabelEventArgsDescriptionMetadata, AnchoredCategorySeriesDescription, AnchoredCategorySeriesDescriptionMetadata, AnchoredRadialSeriesDescription, AnchoredRadialSeriesDescriptionMetadata, AngleSimplifier, AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter, AngularRenderer, AngularTemplateCodeGeneratingComponentRendererCodeEmitter, AngularWrapper, AnimationBrowserTickProvider, AnimationIdleEventArgsDescription, AnimationIdleEventArgsDescriptionMetadata, AnimationKeyFrame, AnimationKeyFrameEffect, AnimationKeyFrameEffectTargetType_$type, AnimationKeyFrameEffectTiming, AnimationKeyFrameProperty, AnimationManager, AnimationState, AnnotationLayerDescription, AnnotationLayerDescriptionMetadata, AnnotationLayerProxyDescriptionModule, AppearanceHelper, ApplyButtonClickEventArgsDescription, ApplyButtonClickEventArgsDescriptionMetadata, ArcGISOnlineMapImageryDescription, ArcGISOnlineMapImageryDescriptionMetadata, ArcGISOnlineMapImageryDescriptionModule, ArcGISOnlineTileSource, ArcSegment, ArcSegmentData, AreaFragmentDescription, AreaFragmentDescriptionMetadata, AreaFragmentDescriptionModule, AreaSeriesDescription, AreaSeriesDescriptionMetadata, AreaSeriesDescriptionModule, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, ArrayAccessHelper, ArrayBox$1, ArrayExtension, Array_$type, AsciiEncoding, AssigningCategoryMarkerStyleEventArgsDescription, AssigningCategoryMarkerStyleEventArgsDescriptionMetadata, AssigningCategoryStyleEventArgsBaseDescription, AssigningCategoryStyleEventArgsBaseDescriptionMetadata, AssigningCategoryStyleEventArgsDescription, AssigningCategoryStyleEventArgsDescriptionMetadata, AssigningPolarMarkerStyleEventArgsDescription, AssigningPolarMarkerStyleEventArgsDescriptionMetadata, AssigningPolarStyleEventArgsBaseDescription, AssigningPolarStyleEventArgsBaseDescriptionMetadata, AssigningPolarStyleEventArgsDescription, AssigningPolarStyleEventArgsDescriptionMetadata, AssigningRadialMarkerStyleEventArgsDescription, AssigningRadialMarkerStyleEventArgsDescriptionMetadata, AssigningRadialStyleEventArgsBaseDescription, AssigningRadialStyleEventArgsBaseDescriptionMetadata, AssigningRadialStyleEventArgsDescription, AssigningRadialStyleEventArgsDescriptionMetadata, AssigningScatterMarkerStyleEventArgsDescription, AssigningScatterMarkerStyleEventArgsDescriptionMetadata, AssigningScatterStyleEventArgsBaseDescription, AssigningScatterStyleEventArgsBaseDescriptionMetadata, AssigningScatterStyleEventArgsDescription, AssigningScatterStyleEventArgsDescriptionMetadata, AssigningSeriesShapeStyleEventArgsBaseDescription, AssigningSeriesShapeStyleEventArgsBaseDescriptionMetadata, AssigningSeriesStyleEventArgsBaseDescription, AssigningSeriesStyleEventArgsBaseDescriptionMetadata, AssigningShapeMarkerStyleEventArgsDescription, AssigningShapeMarkerStyleEventArgsDescriptionMetadata, AssigningShapeStyleEventArgsBaseDescription, AssigningShapeStyleEventArgsBaseDescriptionMetadata, AssigningShapeStyleEventArgsDescription, AssigningShapeStyleEventArgsDescriptionMetadata, AsyncCompletedEventArgs, AsyncCompletedEventArgsDescription, AsyncCompletedEventArgsDescriptionMetadata, AsyncDataSourcePageRequest, AsyncDataSourcePageTaskHolder, AsyncVirtualDataSourceDataProviderWorkerSettings, AsyncVirtualDataSourceProviderTaskDataHolder, AsyncVirtualDataSourceProviderWorker, AsyncVirtualDataTask, AsyncVirtualDataTaskCompletionSource, AverageDirectionalIndexIndicatorDescription, AverageDirectionalIndexIndicatorDescriptionMetadata, AverageDirectionalIndexIndicatorDescriptionModule, AverageSummaryCalculator, AverageTrueRangeIndicatorDescription, AverageTrueRangeIndicatorDescriptionMetadata, AverageTrueRangeIndicatorDescriptionModule, AxisAnnotationDescription, AxisAnnotationDescriptionMetadata, AxisDescription, AxisDescriptionMetadata, AxisRangeChangedEventArgsDescription, AxisRangeChangedEventArgsDescriptionMetadata, AzureMapsMapImageryDescription, AzureMapsMapImageryDescriptionMetadata, AzureMapsMapImageryDescriptionModule, AzureMapsTileSource, BarFragmentDescription, BarFragmentDescriptionMetadata, BarFragmentDescriptionModule, BarSeriesDescription, BarSeriesDescriptionMetadata, BarSeriesDescriptionModule, Base, BaseControlTheme, BaseControlTheme_$type, BaseDOMEventProxy, BaseDataSource, BaseDataSourceDescription, BaseDataSourceDescriptionMetadata, BaseError, BaseGenericDataSource, BaseGenericDataSourceDescription, BaseGenericDataSourceDescriptionMetadata, BaseTransactionService, BaseVirtualDataProvider, BezierSegment, BezierSegmentData, BinaryFileDownloader, BinaryReader, BinaryUtil, BinaryWriter, Binding, BindingFormatter, BingMapsMapImageryDescription, BingMapsMapImageryDescriptionMetadata, BingMapsMapImageryDescriptionModule, BingMapsTileSource, BitArray, BitConverter, BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter, BlazorCodeGeneratingComponentRendererModuleEmitter, BlazorRazorCodeGeneratingComponentRendererCodeEmitter, BollingerBandWidthIndicatorDescription, BollingerBandWidthIndicatorDescriptionMetadata, BollingerBandWidthIndicatorDescriptionModule, BollingerBandsOverlayDescription, BollingerBandsOverlayDescriptionMetadata, BollingerBandsOverlayDescriptionModule, Boolean_$type, BottomClipper, BoxCollisionGeometry, BoxesCollisionGeometry, BreakEvenDataInfo, BreakEvenDataRule, BreakEvenItem, BreakEvenPoints, Brush, BrushAppearanceData, BrushCollection, BrushCollectionUtil, BrushScaleDescription, BrushScaleDescriptionMetadata, BrushScaleDescriptionModule, BrushUtil, BrushUtilCore, BubbleSeriesDescription, BubbleSeriesDescriptionMetadata, BubbleSeriesDescriptionModule, Buffer, BulletGraphCoreDescriptionModule, BulletGraphDescription, BulletGraphDescriptionMetadata, BulletGraphDescriptionModule, ButtonClickEventArgsDescription, ButtonClickEventArgsDescriptionMetadata, ButtonDescription, ButtonDescriptionMetadata, ButtonDescriptionModule, ButtonGroupDescription, ButtonGroupDescriptionMetadata, ButtonGroupDescriptionModule, ButtonGroupSelectionChangedEventArgsDescription, ButtonGroupSelectionChangedEventArgsDescriptionMetadata, CSSColorUtil, CalculatedColumnDescription, CalculatedColumnDescriptionMetadata, Calendar, CalendarDateDescription, CalendarDateDescriptionMetadata, CalendarDescription, CalendarDescriptionMetadata, CalendarDescriptionModule, CalendarFormatOptionsDescription, CalendarFormatOptionsDescriptionMetadata, CalendarWeekRule_$type, CalloutAnnotationDescription, CalloutAnnotationDescriptionMetadata, CalloutCollisionMode, CalloutCollisionMode_$type, CalloutContentUpdatingEventArgsDescription, CalloutContentUpdatingEventArgsDescriptionMetadata, CalloutLabelUpdatingEventArgsDescription, CalloutLabelUpdatingEventArgsDescriptionMetadata, CalloutLayerDescription, CalloutLayerDescriptionMetadata, CalloutLayerDescriptionModule, CalloutRenderStyleUpdatingEventArgsDescription, CalloutRenderStyleUpdatingEventArgsDescriptionMetadata, CalloutSeriesSelectingEventArgsDescription, CalloutSeriesSelectingEventArgsDescriptionMetadata, CalloutStyleUpdatingEventArgsDescription, CalloutStyleUpdatingEventArgsDescriptionMetadata, CancelBehavior, CancelBehavior_$type, CancelButtonClickEventArgsDescription, CancelButtonClickEventArgsDescriptionMetadata, CancelEventArgs, CancelEventArgsDescription, CancelEventArgsDescriptionMetadata, CancellingMultiScaleImageEventArgs, CancellingMultiScaleImageEventArgsDescription, CancellingMultiScaleImageEventArgsDescriptionMetadata, Canvas, CanvasGestureDOMEventProxy, CanvasRenderScheduler, CanvasViewRenderer, Capture, CaptureImageFormat, CaptureImageFormat_$type, CaptureImageSettings, CaptureImageSettingsDescription, CaptureImageSettingsDescriptionMetadata, CategoryAngleAxisDescription, CategoryAngleAxisDescriptionMetadata, CategoryAngleAxisDescriptionModule, CategoryAxisBaseDescription, CategoryAxisBaseDescriptionMetadata, CategoryChartCoreDescriptionModule, CategoryChartDescription, CategoryChartDescriptionMetadata, CategoryChartDescriptionModule, CategoryChartToolbarDescriptionModule, CategoryDateTimeXAxisDescription, CategoryDateTimeXAxisDescriptionMetadata, CategoryDateTimeXAxisDescriptionModule, CategoryHighlightLayerDescription, CategoryHighlightLayerDescriptionMetadata, CategoryHighlightLayerDescriptionModule, CategoryItemHighlightLayerDescription, CategoryItemHighlightLayerDescriptionMetadata, CategoryItemHighlightLayerDescriptionModule, CategorySeriesDescription, CategorySeriesDescriptionMetadata, CategoryToolTipLayerDescription, CategoryToolTipLayerDescriptionMetadata, CategoryToolTipLayerDescriptionModule, CategoryXAxisDescription, CategoryXAxisDescriptionMetadata, CategoryXAxisDescriptionModule, CategoryYAxisDescription, CategoryYAxisDescriptionMetadata, CategoryYAxisDescriptionModule, CellActionManagerDescription, CellActionManagerDescriptionMetadata, CellInfoDescription, CellInfoDescriptionMetadata, CellKeyDescription, CellKeyDescriptionMetadata, CellKeyDescriptionModule, CellRangeDescription, CellRangeDescriptionMetadata, CellRangeDescriptionModule, CellStyleRequestedEventArgsDescription, CellStyleRequestedEventArgsDescriptionMetadata, ChaikinOscillatorIndicatorDescription, ChaikinOscillatorIndicatorDescriptionMetadata, ChaikinOscillatorIndicatorDescriptionModule, ChaikinVolatilityIndicatorDescription, ChaikinVolatilityIndicatorDescriptionMetadata, ChaikinVolatilityIndicatorDescriptionModule, ChartCursorEventArgsDescription, ChartCursorEventArgsDescriptionMetadata, ChartGroupDescriptionDescription, ChartGroupDescriptionDescriptionMetadata, ChartGroupDescriptionDescriptionModule, ChartMouseEventArgsDescription, ChartMouseEventArgsDescriptionMetadata, ChartResizeIdleEventArgsDescription, ChartResizeIdleEventArgsDescriptionMetadata, ChartSelectionDescription, ChartSelectionDescriptionMetadata, ChartSelectionDescriptionModule, ChartSeriesEventArgsDescription, ChartSeriesEventArgsDescriptionMetadata, ChartSortDescriptionDescription, ChartSortDescriptionDescriptionMetadata, ChartSortDescriptionDescriptionModule, ChartSummaryDescriptionDescription, ChartSummaryDescriptionDescriptionMetadata, ChartSummaryDescriptionDescriptionModule, CheckboxChangeEventArgsDescription, CheckboxChangeEventArgsDescriptionMetadata, CheckboxDescription, CheckboxDescriptionMetadata, CheckboxDescriptionModule, CheckboxListDescription, CheckboxListDescriptionMetadata, CheckboxListDescriptionModule, CheckboxListIndexTypeChangedEventArgsDescription, CheckboxListIndexTypeChangedEventArgsDescriptionMetadata, CheckboxListKeysClearedEventArgsDescription, CheckboxListKeysClearedEventArgsDescriptionMetadata, CheckedChangedEventArgsDescription, CheckedChangedEventArgsDescriptionMetadata, ChildContentDescriptionModule, ChildContentExtendedDescriptionModule, CircleCollisionGeometry, Clipboard, Clipper, CodeGeneratingCodeWriter, CodeGeneratingComponentRenderer, CodeGeneratingComponentRendererCodeEmitter, CodeGeneratingComponentRendererDataEmitter, CodeGeneratingComponentRendererDataEmitterItemType, CodeGeneratingComponentRendererDataEmitterPropertyType, CodeGeneratingComponentRendererHandlerEmitter, CodeGeneratingComponentRendererModuleEmitter, CodeGeneratingComponentRendererTemplateEmitter, CodeGeneratingImportManager, CodeGeneratingRegexHelper, CodeGeneratingRendererResult, CodeGenerationContainer, CodeGenerationFolderTemplate, CodeGenerationItemBuilder, CodeGenerationItemBuilderPropertyInfo, CodeGenerationLibrary, CodeGenerationLibraryItem, CodeGenerationLibraryItemContent, CodeGenerationLibraryItemContentConfiguration, CodeGenerationLibraryItemContentLocation, CodeGenerationLibraryItemContentLocation_$type, CodeGenerationLibraryItemPlatform, CodeGenerationLibraryItemPlatform_$type, CodeGenerationLibraryItemType, CodeGenerationLibraryItemType_$type, CodeGenerationRendererAdapter, CodeGenerationRendererOptions, CodeGenerationSpecialValue, CodeGenerationSpecialValueType_$type, CodeGenerationTargetPlatforms, CodeGenerationTargetPlatforms_$type, CodeGenerationTransformer, Collection$1, CollectionAdapter, CollisionGeometry, CollisionGeometryType, CollisionGeometryType_$type, CollisionRect, Color, ColorCollectionUtil, ColorData, ColorEditorDescription, ColorEditorDescriptionMetadata, ColorEditorDescriptionModule, ColorEditorGotFocusEventArgsDescription, ColorEditorGotFocusEventArgsDescriptionMetadata, ColorEditorLostFocusEventArgsDescription, ColorEditorLostFocusEventArgsDescriptionMetadata, ColorEditorPanelClosedEventArgsDescription, ColorEditorPanelClosedEventArgsDescriptionMetadata, ColorEditorPanelDescription, ColorEditorPanelDescriptionMetadata, ColorEditorPanelDescriptionModule, ColorEditorPanelSelectedValueChangedEventArgsDescription, ColorEditorPanelSelectedValueChangedEventArgsDescriptionMetadata, ColorScaleDescription, ColorScaleDescriptionMetadata, ColorUtil, ColumnChooserDescription, ColumnChooserDescriptionMetadata, ColumnChooserDescriptionModule, ColumnComparisonFilterConditionDescription, ColumnComparisonFilterConditionDescriptionMetadata, ColumnCustomFilterConditionDescription, ColumnCustomFilterConditionDescriptionMetadata, ColumnDependenciesDescriptionModule, ColumnExchangerDescription, ColumnExchangerDescriptionMetadata, ColumnFilterConditionDescription, ColumnFilterConditionDescriptionMetadata, ColumnFilterConditionGroupDescription, ColumnFilterConditionGroupDescriptionMetadata, ColumnFragmentDescription, ColumnFragmentDescriptionMetadata, ColumnFragmentDescriptionModule, ColumnGroupDescriptionDescription, ColumnGroupDescriptionDescriptionMetadata, ColumnGroupDescriptionDescriptionModule, ColumnGroupingDescription, ColumnGroupingDescriptionMetadata, ColumnGroupingDescriptionModule, ColumnHiddenChangedEventArgsDescription, ColumnHiddenChangedEventArgsDescriptionMetadata, ColumnMovingSeparatorDescription, ColumnMovingSeparatorDescriptionMetadata, ColumnMovingSeparatorDescriptionModule, ColumnPinnedChangedEventArgsDescription, ColumnPinnedChangedEventArgsDescriptionMetadata, ColumnPinningDescription, ColumnPinningDescriptionMetadata, ColumnPinningDescriptionModule, ColumnPropertySetterDescription, ColumnPropertySetterDescriptionMetadata, ColumnReference, ColumnResizingSeparatorDescription, ColumnResizingSeparatorDescriptionMetadata, ColumnResizingSeparatorDescriptionModule, ColumnSeriesDescription, ColumnSeriesDescriptionMetadata, ColumnSeriesDescriptionModule, ColumnSortDescriptionDescription, ColumnSortDescriptionDescriptionMetadata, ColumnSortDescriptionDescriptionModule, ColumnSummaryDescriptionDescription, ColumnSummaryDescriptionDescriptionMetadata, ColumnSummaryDescriptionDescriptionModule, ColumnSupportingCalculationDescription, ColumnSupportingCalculationDescriptionMetadata, ColumnWidthDescription, ColumnWidthDescriptionMetadata, ColumnWidthDescriptionModule, ComboBoxColumnDescription, ComboBoxColumnDescriptionMetadata, ComboBoxColumnDescriptionModule, ComboEditorDescription, ComboEditorDescriptionMetadata, ComboEditorDescriptionModule, ComboEditorGotFocusEventArgsDescription, ComboEditorGotFocusEventArgsDescriptionMetadata, ComboEditorLostFocusEventArgsDescription, ComboEditorLostFocusEventArgsDescriptionMetadata, ComboEditorTextChangedEventArgsDescription, ComboEditorTextChangedEventArgsDescriptionMetadata, ComboEditorValueChangedEventArgsDescription, ComboEditorValueChangedEventArgsDescriptionMetadata, CommodityChannelIndexIndicatorDescription, CommodityChannelIndexIndicatorDescriptionMetadata, CommodityChannelIndexIndicatorDescriptionModule, CompareInfo, CompareUtil, Comparer$1, CompletedSinkImpl, ComponentRenderer, ComponentRendererAdapter, ComponentRendererMethodHelper, ComponentRendererMethodHelperArgumentBuilder, ComponentRendererMethodHelperBuilder, ComponentRendererMethodHelperReturnBuilder, ComponentRendererReferenceResolverEventArgs, ComponentRendererSerializationHelper, ComponentSizeHelpers, Compute, ContainerState, ContainsPropertyDataSourceFilterExpressionVisitor, ContentChildCollection, ContentControl, ContourValueResolverDescription, ContourValueResolverDescriptionMetadata, Control, ControlDisplayDensity, ControlDisplayDensity_$type, Convert, ConvertUtil, CoreGeometryUtil, CornerRadius, CountSummaryCalculator, CrosshairLayerDescription, CrosshairLayerDescriptionMetadata, CrosshairLayerDescriptionModule, CssColorPropertyAccessor, CssCornerRadiusPropertyAccessor, CssCursorPropertyAccessor, CssFloatPropertyAccessor, CssGradientUtil, CssHelper, CssHitTestVisiblePropertyAccessor, CssLengthArrayPropertyAccessor, CssLengthPropertyAccessor, CssPixelsPropertyAccessor, CssThicknessPropertyAccessor, CssTransformPropertyAccessor, CssVisibilityPropertyAccessor, CultureInfo, CustomContourValueResolverDescription, CustomContourValueResolverDescriptionMetadata, CustomContourValueResolverDescriptionModule, CustomContourValueResolverEventArgsDescription, CustomContourValueResolverEventArgsDescriptionMetadata, CustomIndicatorDescription, CustomIndicatorDescriptionMetadata, CustomIndicatorDescriptionModule, CustomLocalDataSourceDescription, CustomLocalDataSourceDescriptionMetadata, CustomLocalDataSourceDescriptionModule, CustomMapImageryDescription, CustomMapImageryDescriptionMetadata, CustomMapImageryDescriptionModule, CustomMapTileSource, CustomPaletteBrushScaleDescription, CustomPaletteBrushScaleDescriptionMetadata, CustomPaletteBrushScaleDescriptionModule, CustomPaletteColorScaleDescription, CustomPaletteColorScaleDescriptionMetadata, CustomPaletteColorScaleDescriptionModule, DOMEventProxy, DOMExecutionContext, DOMWindowBridge, DTDObjectModel, DVContainer, DVInteractivityDescriptionModule, DVSR, DashboardTileChangingContentEventArgsDescription, DashboardTileChangingContentEventArgsDescriptionMetadata, DashboardTileCustomizationDescription, DashboardTileCustomizationDescriptionMetadata, DashboardTileCustomizationDescriptionModule, DashboardTileDescription, DashboardTileDescriptionMetadata, DashboardTileDescriptionModule, DashboardTileFilterStringErrorsParsingEventArgsDescription, DashboardTileFilterStringErrorsParsingEventArgsDescriptionMetadata, DashboardTileGroupDescriptionDescription, DashboardTileGroupDescriptionDescriptionMetadata, DashboardTileGroupDescriptionDescriptionModule, DashboardTileSortDescriptionDescription, DashboardTileSortDescriptionDescriptionMetadata, DashboardTileSortDescriptionDescriptionModule, DashboardTileSummaryDescriptionDescription, DashboardTileSummaryDescriptionDescriptionMetadata, DashboardTileSummaryDescriptionDescriptionModule, DataAbbreviationMode, DataAbbreviationMode_$type, DataAdapterRunContextRecursionType_$type, DataAnnotationAxisLayerDescription, DataAnnotationAxisLayerDescriptionMetadata, DataAnnotationBandLayerDescription, DataAnnotationBandLayerDescriptionMetadata, DataAnnotationBandLayerDescriptionModule, DataAnnotationInfoDescription, DataAnnotationInfoDescriptionMetadata, DataAnnotationItemDescription, DataAnnotationItemDescriptionMetadata, DataAnnotationLineLayerDescription, DataAnnotationLineLayerDescriptionMetadata, DataAnnotationLineLayerDescriptionModule, DataAnnotationPointLayerDescription, DataAnnotationPointLayerDescriptionMetadata, DataAnnotationRangeLayerDescription, DataAnnotationRangeLayerDescriptionMetadata, DataAnnotationRectLayerDescription, DataAnnotationRectLayerDescriptionMetadata, DataAnnotationRectLayerDescriptionModule, DataAnnotationShapeLayerDescription, DataAnnotationShapeLayerDescriptionMetadata, DataAnnotationSliceLayerDescription, DataAnnotationSliceLayerDescriptionMetadata, DataAnnotationSliceLayerDescriptionModule, DataAnnotationStripLayerDescription, DataAnnotationStripLayerDescriptionMetadata, DataAnnotationStripLayerDescriptionModule, DataAnnotationStyleEventArgsDescription, DataAnnotationStyleEventArgsDescriptionMetadata, DataBindingEventArgsDescription, DataBindingEventArgsDescriptionMetadata, DataChartAnnotationDescriptionModule, DataChartCategoryCoreDescriptionModule, DataChartCategoryDescriptionModule, DataChartCategoryTrendLineDescriptionModule, DataChartCoreDescriptionModule, DataChartDashboardTileDescriptionModule, DataChartDefaultTooltipsDescriptionMetadata, DataChartDefaultTooltipsExtendedDescriptionMetadata, DataChartDescription, DataChartDescriptionMetadata, DataChartExtendedAxesDescriptionModule, DataChartFinancialCoreDescriptionModule, DataChartFinancialDescriptionModule, DataChartFinancialIndicatorsDescriptionModule, DataChartFinancialOverlaysDescriptionModule, DataChartInteractivityDescriptionModule, DataChartMouseButtonEventArgsDescription, DataChartMouseButtonEventArgsDescriptionMetadata, DataChartPolarCoreDescriptionModule, DataChartPolarDescriptionModule, DataChartRadialCoreDescriptionModule, DataChartRadialDescriptionModule, DataChartScatterCoreDescriptionModule, DataChartScatterDescriptionModule, DataChartShapeCoreDescriptionModule, DataChartShapeDescriptionModule, DataChartStackedDescriptionModule, DataChartToolbarDescriptionModule, DataChartToolbarIconsDescriptionModule, DataChartVerticalCategoryCoreDescriptionModule, DataChartVerticalCategoryDescriptionModule, DataChartVisualDataDescriptionModule, DataContext, DataContextDescription, DataContextDescriptionMetadata, DataFormats, DataGridAllColumnsDescriptionModule, DataGridCellEventArgsDescription, DataGridCellEventArgsDescriptionMetadata, DataGridColumnDescription, DataGridColumnDescriptionMetadata, DataGridComparisonOperatorSelectorDescription, DataGridComparisonOperatorSelectorDescriptionMetadata, DataGridCoreDescriptionModule, DataGridDescription, DataGridDescriptionMetadata, DataGridDescriptionModule, DataGridExpansionIndicatorDescription, DataGridExpansionIndicatorDescriptionMetadata, DataGridFilterDialogDescription, DataGridFilterDialogDescriptionMetadata, DataGridPagerDescription, DataGridPagerDescriptionMetadata, DataGridPagerDescriptionModule, DataGridSortIndicatorDescription, DataGridSortIndicatorDescriptionMetadata, DataGridSummaryResultDescription, DataGridSummaryResultDescriptionMetadata, DataGridToolbarDescription, DataGridToolbarDescriptionMetadata, DataGridToolbarDescriptionModule, DataLegendDescription, DataLegendDescriptionMetadata, DataLegendDescriptionModule, DataLegendHeaderDateMode, DataLegendHeaderDateMode_$type, DataLegendHeaderTimeMode, DataLegendHeaderTimeMode_$type, DataLegendLabelMode, DataLegendLabelMode_$type, DataLegendLayoutMode, DataLegendLayoutMode_$type, DataLegendSeriesContext, DataLegendSeriesContextDescription, DataLegendSeriesContextDescriptionMetadata, DataLegendSeriesFamily, DataLegendSeriesFamily_$type, DataLegendSeriesGroupInfoDescription, DataLegendSeriesGroupInfoDescriptionMetadata, DataLegendSeriesValueInfo, DataLegendSeriesValueInfoDescription, DataLegendSeriesValueInfoDescriptionMetadata, DataLegendSeriesValueType, DataLegendSeriesValueType_$type, DataLegendStylingColumnEventArgsDescription, DataLegendStylingColumnEventArgsDescriptionMetadata, DataLegendStylingRowEventArgsDescription, DataLegendStylingRowEventArgsDescriptionMetadata, DataLegendSummaryColumn, DataLegendSummaryColumnDescription, DataLegendSummaryColumnDescriptionMetadata, DataLegendSummaryEventArgsDescription, DataLegendSummaryEventArgsDescriptionMetadata, DataLegendSummaryType, DataLegendSummaryType_$type, DataLegendUnitsMode, DataLegendUnitsMode_$type, DataLegendValueMode, DataLegendValueMode_$type, DataObject, DataPieBaseChartDescription, DataPieBaseChartDescriptionMetadata, DataPieChartCoreDescriptionModule, DataPieChartDescription, DataPieChartDescriptionMetadata, DataPieChartDescriptionModule, DataPieChartToolbarDescriptionModule, DataSeries, DataSeriesAdapter, DataSeriesAdapterCachedProviderType_$type, DataSeriesAdapterImplementation, DataSeriesAdapterPropertyInfo, DataSeriesAdapterProviderInfo, DataSeriesAdapterRemovingDuplicatesEventArgs, DataSeriesAdapterRuleCollection, DataSeriesAdapterRunContext, DataSeriesAdapterRunEventArgs, DataSeriesAdapterUpdateNotifier, DataSeriesAxisType, DataSeriesAxisType_$type, DataSeriesCollection, DataSeriesDataProviderAnalyzer, DataSeriesIntent, DataSeriesIntent_$type, DataSeriesMarker, DataSeriesMarker_$type, DataSeriesMemberPathHint, DataSeriesPropertyType, DataSeriesPropertyType_$type, DataSeriesToDescriptionCustomization, DataSeriesType, DataSeriesType_$type, DataSourceAggregatedResult, DataSourceAggregatedResultDescription, DataSourceAggregatedResultDescriptionMetadata, DataSourceBatchCompletedEventArgs, DataSourceBatchStartedEventArgs, DataSourceDataCommittedEventArgs, DataSourceDataProviderSchemaChangedEventArgs, DataSourceDataProviderSchemaChangedEventArgsDescription, DataSourceDataProviderSchemaChangedEventArgsDescriptionMetadata, DataSourceExecutionContext, DataSourceGroupDescription, DataSourceGroupDescriptionCollection, DataSourceGroupDescriptionDescription, DataSourceGroupDescriptionDescriptionMetadata, DataSourceGroupDescriptionDescriptionModule, DataSourceLocalDataProvider, DataSourcePageRequestPriority, DataSourcePageRequestPriority_$type, DataSourcePropertiesComparer, DataSourcePropertiesRequestedChangedEventArgs, DataSourcePropertiesRequestedChangedEventArgsDescription, DataSourcePropertiesRequestedChangedEventArgsDescriptionMetadata, DataSourceRootSummariesChangedEventArgs, DataSourceRootSummariesChangedEventArgsDescription, DataSourceRootSummariesChangedEventArgsDescriptionMetadata, DataSourceRowExpansionChangedEventArgs, DataSourceRowExpansionChangedEventArgsDescription, DataSourceRowExpansionChangedEventArgsDescriptionMetadata, DataSourceRowType, DataSourceRowType_$type, DataSourceSchemaChangedEventArgs, DataSourceSchemaChangedEventArgsDescription, DataSourceSchemaChangedEventArgsDescriptionMetadata, DataSourceSchemaPropertyType, DataSourceSchemaPropertyType_$type, DataSourceSectionHeaderDisplayMode, DataSourceSectionHeaderDisplayMode_$type, DataSourceSortDescription, DataSourceSortDescriptionCollection, DataSourceSortDescriptionDescription, DataSourceSortDescriptionDescriptionMetadata, DataSourceSortDescriptionDescriptionModule, DataSourceSpecialRow, DataSourceSpecialRowDescription, DataSourceSpecialRowDescriptionMetadata, DataSourceSummaryDescription, DataSourceSummaryDescriptionCollection, DataSourceSummaryDescriptionDescription, DataSourceSummaryDescriptionDescriptionMetadata, DataSourceSummaryDescriptionDescriptionModule, DataSourceSummaryOperand, DataSourceSummaryOperand_$type, DataSourceSummaryScope, DataSourceSummaryScope_$type, DataSourceSupportingCalculationDescription, DataSourceSupportingCalculationDescriptionMetadata, DataSourceVelocityReading, DataSourceVelocityTracker, DataTemplate, DataTemplateMeasureInfo, DataTemplatePassInfo, DataTemplateRenderInfo, DataToolTipLayerDescription, DataToolTipLayerDescriptionMetadata, DataToolTipLayerDescriptionModule, DataToolTipLayerGroupingMode, DataToolTipLayerGroupingMode_$type, DataTooltipGroupedPositionX, DataTooltipGroupedPositionX_$type, DataTooltipGroupedPositionY, DataTooltipGroupedPositionY_$type, DataVisualizationLocaleCs, DataVisualizationLocaleDa, DataVisualizationLocaleDe, DataVisualizationLocaleEn, DataVisualizationLocaleEs, DataVisualizationLocaleFr, DataVisualizationLocaleHu, DataVisualizationLocaleIt, DataVisualizationLocaleJa, DataVisualizationLocaleKo, DataVisualizationLocaleNb, DataVisualizationLocaleNl, DataVisualizationLocalePl, DataVisualizationLocalePt, DataVisualizationLocaleRo, DataVisualizationLocaleSv, DataVisualizationLocaleTr, DataVisualizationLocaleZhHans, DataVisualizationLocaleZhHant, DatePartDeltasDescription, DatePartDeltasDescriptionMetadata, DatePickerDescription, DatePickerDescriptionMetadata, DatePickerDescriptionModule, DateRangeDescriptorDescription, DateRangeDescriptorDescriptionMetadata, DateTimeCellInfoDescription, DateTimeCellInfoDescriptionMetadata, DateTimeColumnDescription, DateTimeColumnDescriptionMetadata, DateTimeColumnDescriptionModule, DateTimeFormat, DateTimeFormatSpecifier, DateTimeFormatSpecifierDescription, DateTimeFormatSpecifierDescriptionMetadata, DateTimeFormatSpecifierDescriptionModule, DateTimeKind_$type, Date_$type, DayOfWeek, DayOfWeek_$type, Debug, Decoder, DecoderExceptionFallback, DecoderExceptionFallbackBuffer, DecoderFallback, DecoderFallbackBuffer, DecoderFallbackException, DecoderReplacementFallback, DecoderReplacementFallbackBuffer, DefaultComparer$1, DefaultDataSourceDataProviderUpdateNotifier, DefaultDataSourceSchema, DefaultDecoder, DefaultEqualityComparer$1, DefaultODataLiteralEmitter, DefaultRandomnessGenerator, DefaultRandomnessSource, DefaultSectionInformation, DefaultSummaryResult, DefinitionBaseDescription, DefinitionBaseDescriptionMetadata, DelayManager, DelayManagerCallbackSettings, Delegate_$type, DependencyObject, DependencyObjectNotifier, DependencyPropertiesCollection, DependencyProperty, DependencyPropertyChangedEventArgs, Description, DescriptionJsonValidator, DescriptionPath, DescriptionPathEvaluator, DescriptionPathEvaluatorResult, DescriptionPathIndexer, DescriptionPathOperatorType, DescriptionPathOperatorType_$type, DescriptionPathParser, DescriptionPathSegment, DescriptionPropertyValue, DescriptionRef, DescriptionRefTargetInfo, DescriptionRefValueChangedEventArgs, DescriptionResult, DescriptionSerializer, DescriptionSerializerBuilder, DescriptionTreeAction, DescriptionTreeActionType_$type, DescriptionTreeBuilder, DescriptionTreeNode, DescriptionTreeReconciler, DescriptionTreeReconciler_TreeModeData, DetrendedPriceOscillatorIndicatorDescription, DetrendedPriceOscillatorIndicatorDescriptionMetadata, DetrendedPriceOscillatorIndicatorDescriptionModule, DeviceUtils, Dictionary$2, DictionaryUtil, Dictionary_EnumerableCollection$3, DiffApplyInfo, DivBridge, DomPortal_$type, DomRenderer_$type, DomWrapper_$type, DomainChartDescription, DomainChartDescriptionMetadata, DomainChartPlotAreaPointerEventArgsDescription, DomainChartPlotAreaPointerEventArgsDescriptionMetadata, DomainChartSeriesPointerEventArgsDescription, DomainChartSeriesPointerEventArgsDescriptionMetadata, DomainChartToolbarDescriptionModule, DotNetCodeGeneratingComponentRendererDataEmitter, DotNetCodeGeneratingComponentRendererHandlerEmitter, DotNetCodeGeneratingComponentRendererModuleEmitter, DotNetCodeGeneratingComponentRendererTemplateEmitter, DoubleAnimator, DoubleCollection, DoubleValueChangedEventArgs, DoubleValueChangedEventArgsDescription, DoubleValueChangedEventArgsDescriptionMetadata, DoughnutChartCoreDescriptionModule, DoughnutChartDefaultTooltipsDescriptionMetadata, DoughnutChartDefaultTooltipsExtendedDescriptionMetadata, DoughnutChartDescription, DoughnutChartDescriptionMetadata, DoughnutChartDescriptionModule, DoughnutChartInteractivityDescriptionModule, DownloadingMultiScaleImageEventArgs, DownloadingMultiScaleImageEventArgsDescription, DownloadingMultiScaleImageEventArgsDescriptionMetadata, EaseOfMovementIndicatorDescription, EaseOfMovementIndicatorDescriptionMetadata, EaseOfMovementIndicatorDescriptionModule, EasingFunctions, EdgeClipper, EdgeComparer, EditRowDefinitionDescription, EditRowDefinitionDescriptionMetadata, EditRowDefinitionDescriptionModule, EditorCellInfoDescription, EditorCellInfoDescriptionMetadata, EditorDefinitionDescription, EditorDefinitionDescriptionMetadata, EditorDefinitionDescriptionModule, EditorRowCellInfoDescription, EditorRowCellInfoDescriptionMetadata, ElevationHelper, ElevationMode, ElevationMode_$type, Ellipse, EllipseGeometry, EllipseGeometryData, EllipseVisualData, EmbeddedRefDescription, Encoding, EntityHandling, EntityHandling_$type, Enum, EnumBox, EnumUtil, Enumerable, EnumerableWrapper, EnumerableWrapperObject, EnumeratorWrapper, EnumeratorWrapperObject, Environment, EqualityComparer$1, ErrorBarCalculatorReference, ErrorBarCalculatorReference_$type, ErrorBarCalculatorType, ErrorBarCalculatorType_$type, ErrorMessageDisplayingEventArgs, EventArgs, EventProxy, ExpansionPanelDescription, ExpansionPanelDescriptionMetadata, ExpansionPanelDescriptionModule, ExpressionSyntax, Extensions, FastFlattener, FastItemColumn, FastItemDateTimeColumn, FastItemIntColumn, FastItemObjectColumn, FastItemsSource, FastItemsSourceEventAction, FastItemsSourceEventAction_$type, FastItemsSourceEventArgs, FastItemsSourceReference, FastIterationDictionary$2, FastReflectionHelper, FastStochasticOscillatorIndicatorDescription, FastStochasticOscillatorIndicatorDescriptionMetadata, FastStochasticOscillatorIndicatorDescriptionModule, FaultCode, FaultException, FaultException$1, FaultReason, FillRule, FillRule_$type, FilterCellInfoDescription, FilterCellInfoDescriptionMetadata, FilterDialogRenderCompletedEventArgsDescription, FilterDialogRenderCompletedEventArgsDescriptionMetadata, FilterExpression, FilterExpressionCollection, FilterExpressionConversionVisitor, FilterExpressionDescription, FilterExpressionDescriptionMetadata, FilterExpressionEnvironment, FilterExpressionFunctionType, FilterExpressionFunctionType_$type, FilterExpressionOperatorType, FilterExpressionOperatorType_$type, FilterExpressionParsingHelper, FilterExpressionParsingResult, FilterExpressionVisitor, FilterExpressionWrapperType, FilterExpressionWrapperType_$type, FilterFactory, FilterOperandDescription, FilterOperandDescriptionMetadata, FilterOperandDescriptionModule, FilterRowDefinitionDescription, FilterRowDefinitionDescriptionMetadata, FilterRowDefinitionDescriptionModule, FilterStringErrorsParsingEventArgsDescription, FilterStringErrorsParsingEventArgsDescriptionMetadata, FilterSyntaxBinaryOperatorExpressionSyntax, FilterSyntaxExpressionSyntax, FilterSyntaxIdentifierExpressionSyntax, FilterSyntaxLexer, FilterSyntaxMemberExpressionSyntax, FilterSyntaxMethodCallExpressionSyntax, FilterSyntaxNullExpressionSyntax, FilterSyntaxParenthesisExpressionSyntax, FilterSyntaxParseResult, FilterSyntaxParser, FilterSyntaxPrimitiveValueExpressionSyntax, FilterSyntaxPrintingHelper, FilterSyntaxToken, FilterSyntaxTokenType_$type, FilterSyntaxUnaryOperatorExpressionSyntax, FilterSyntaxVisitor, FinalValueLayerDescription, FinalValueLayerDescriptionMetadata, FinalValueLayerDescriptionModule, FinancialCalculationDataSourceDescription, FinancialCalculationDataSourceDescriptionMetadata, FinancialCalculationSupportingCalculationsDescription, FinancialCalculationSupportingCalculationsDescriptionMetadata, FinancialChartCoreDescriptionModule, FinancialChartCustomIndicatorArgsDescription, FinancialChartCustomIndicatorArgsDescriptionMetadata, FinancialChartDefaultTemplatesDescriptionMetadata, FinancialChartDefaultTemplatesExtendedDescriptionMetadata, FinancialChartDescription, FinancialChartDescriptionMetadata, FinancialChartDescriptionModule, FinancialDataAdapter, FinancialEventArgsDescription, FinancialEventArgsDescriptionMetadata, FinancialIndicatorDescription, FinancialIndicatorDescriptionMetadata, FinancialLegendDescription, FinancialLegendDescriptionMetadata, FinancialLegendDescriptionModule, FinancialOverlayDescription, FinancialOverlayDescriptionMetadata, FinancialPriceSeriesDescription, FinancialPriceSeriesDescriptionMetadata, FinancialPriceSeriesDescriptionModule, FinancialSeriesDescription, FinancialSeriesDescriptionMetadata, FlatDataProvider, FlatDataProviderJoinCollisionType, FlatDataProviderJoinCollisionType_$type, FlatDataProviderJoinType, FlatDataProviderJoinType_$type, FlatDataProviderTargetDataSourceNotifier, Flattener, FlattenerSettings, FocusEventArgs, FocusEventArgsDescription, FocusEventArgsDescriptionMetadata, FocusOptionsDescription, FocusOptionsDescriptionMetadata, FontDefaults, FontInfo, FontRegistry, FontUtil, ForceIndexIndicatorDescription, ForceIndexIndicatorDescriptionMetadata, ForceIndexIndicatorDescriptionModule, FormatCellEventArgsDescription, FormatCellEventArgsDescriptionMetadata, FormatException, FormatException2, FormatGroupTextEventArgsDescription, FormatGroupTextEventArgsDescriptionMetadata, FormatLinearGraphLabelEventArgsDescription, FormatLinearGraphLabelEventArgsDescriptionMetadata, FormatRadialGaugeLabelEventArgsDescription, FormatRadialGaugeLabelEventArgsDescriptionMetadata, FormatSpecifier, FormatSpecifierCollection, FormatSpecifierDescription, FormatSpecifierDescriptionMetadata, FormatSpecifierDescriptionModule, FormatSummaryTextEventArgsDescription, FormatSummaryTextEventArgsDescriptionMetadata, Formatting, Formatting_$type, FragmentBaseDescription, FragmentBaseDescriptionMetadata, FrameworkElement, FrameworkElementExtensions, FullStochasticOscillatorIndicatorDescription, FullStochasticOscillatorIndicatorDescriptionMetadata, FullStochasticOscillatorIndicatorDescriptionModule, FunctionFilterExpression, FunctionFilterExpressionDescription, FunctionFilterExpressionDescriptionMetadata, FunnelChartCoreDescriptionModule, FunnelChartDescription, FunnelChartDescriptionMetadata, FunnelChartDescriptionModule, FunnelChartSelectedItemsChangedEventArgsDescription, FunnelChartSelectedItemsChangedEventArgsDescriptionMetadata, FunnelDataContextDescription, FunnelDataContextDescriptionMetadata, FunnelSliceClickedEventArgsDescription, FunnelSliceClickedEventArgsDescriptionMetadata, FunnelSliceDataContextDescription, FunnelSliceDataContextDescriptionMetadata, FunnelSliceEventArgsDescription, FunnelSliceEventArgsDescriptionMetadata, GC, GenericDataSourcePage, GenericDataSourceSchemaPropertyType, GenericDataSourceSchemaPropertyType_$type, GenericEnumerable$1, GenericEnumerator$1, GenericInternalVirtualDataProvider, GenericInternalVirtualDataSource, GenericPageResponse, GenericSectionInformation, GenericSummaryResult, GenericVirtualDataProviderWorker, GenericVirtualDataProviderWorkerSettings, GenericVirtualDataSource, GenericVirtualDataSourceDescription, GenericVirtualDataSourceDescriptionMetadata, GenericVirtualDataSourceDescriptionModule, GeographicContourLineSeriesDescription, GeographicContourLineSeriesDescriptionMetadata, GeographicContourLineSeriesDescriptionModule, GeographicHighDensityScatterSeriesDescription, GeographicHighDensityScatterSeriesDescriptionMetadata, GeographicHighDensityScatterSeriesDescriptionModule, GeographicMapCoreDescriptionModule, GeographicMapDashboardTileDescriptionModule, GeographicMapDescription, GeographicMapDescriptionMetadata, GeographicMapDescriptionModule, GeographicMapImageryDescription, GeographicMapImageryDescriptionMetadata, GeographicMapSeriesHostDescription, GeographicMapSeriesHostDescriptionMetadata, GeographicMarkerSeriesBaseDescription, GeographicMarkerSeriesBaseDescriptionMetadata, GeographicMarkerSeriesDescription, GeographicMarkerSeriesDescriptionMetadata, GeographicPolylineSeriesDescription, GeographicPolylineSeriesDescriptionMetadata, GeographicPolylineSeriesDescriptionModule, GeographicProportionalSymbolSeriesBaseDescription, GeographicProportionalSymbolSeriesBaseDescriptionMetadata, GeographicProportionalSymbolSeriesDescription, GeographicProportionalSymbolSeriesDescriptionMetadata, GeographicProportionalSymbolSeriesDescriptionModule, GeographicScatterAreaSeriesDescription, GeographicScatterAreaSeriesDescriptionMetadata, GeographicScatterAreaSeriesDescriptionModule, GeographicShapeSeriesBaseBaseDescription, GeographicShapeSeriesBaseBaseDescriptionMetadata, GeographicShapeSeriesBaseDescription, GeographicShapeSeriesBaseDescriptionMetadata, GeographicShapeSeriesDescription, GeographicShapeSeriesDescriptionMetadata, GeographicShapeSeriesDescriptionModule, GeographicSymbolSeriesBaseDescription, GeographicSymbolSeriesBaseDescriptionMetadata, GeographicSymbolSeriesDescription, GeographicSymbolSeriesDescriptionMetadata, GeographicSymbolSeriesDescriptionModule, GeographicTileSeriesDescription, GeographicTileSeriesDescriptionMetadata, GeographicTileSeriesDescriptionModule, GeographicXYTriangulatingSeriesBaseDescription, GeographicXYTriangulatingSeriesBaseDescriptionMetadata, GeographicXYTriangulatingSeriesDescription, GeographicXYTriangulatingSeriesDescriptionMetadata, Geometry, GeometryCollection, GeometryData, GeometryGroup, GeometryType, GeometryType_$type, GeometryUtil, GetPointsSettings, GetTileImageUriArgs, GetTileImageUriArgsDescription, GetTileImageUriArgsDescriptionMetadata, GlobalAnimationState, GotFocusEventArgsDescription, GotFocusEventArgsDescriptionMetadata, GradientDirection, GradientDirection_$type, GradientStop, GradientStopAppearanceData, GridActiveCellChangedEventArgsDescription, GridActiveCellChangedEventArgsDescriptionMetadata, GridAnimationPhaseSettingsDescription, GridAnimationPhaseSettingsDescriptionMetadata, GridAnimationSettingsDescription, GridAnimationSettingsDescriptionMetadata, GridBridge, GridBridgeColumnDefinition, GridBridgeRowDefinition, GridCellEditEndedEventArgsDescription, GridCellEditEndedEventArgsDescriptionMetadata, GridCellEditStartedEventArgsDescription, GridCellEditStartedEventArgsDescriptionMetadata, GridCellEventArgsDescription, GridCellEventArgsDescriptionMetadata, GridCellPositionDescription, GridCellPositionDescriptionMetadata, GridCellPositionDescriptionModule, GridCellValueChangingEventArgsDescription, GridCellValueChangingEventArgsDescriptionMetadata, GridColumnAnimationSettingsDescription, GridColumnAnimationSettingsDescriptionMetadata, GridColumnButtonOptionsDescription, GridColumnButtonOptionsDescriptionMetadata, GridColumnButtonOptionsDescriptionModule, GridColumnFilterOptionsDescription, GridColumnFilterOptionsDescriptionMetadata, GridColumnFilterOptionsDescriptionModule, GridColumnGroupOptionsDescription, GridColumnGroupOptionsDescriptionMetadata, GridColumnGroupOptionsDescriptionModule, GridColumnHideOptionsDescription, GridColumnHideOptionsDescriptionMetadata, GridColumnHideOptionsDescriptionModule, GridColumnMoveOptionsDescription, GridColumnMoveOptionsDescriptionMetadata, GridColumnMoveOptionsDescriptionModule, GridColumnOptionsBaseDescription, GridColumnOptionsBaseDescriptionMetadata, GridColumnOptionsDescription, GridColumnOptionsDescriptionMetadata, GridColumnOptionsDescriptionModule, GridColumnOptionsSectionBaseDescription, GridColumnOptionsSectionBaseDescriptionMetadata, GridColumnOptionsSimpleSectionBaseDescription, GridColumnOptionsSimpleSectionBaseDescriptionMetadata, GridColumnPinOptionsDescription, GridColumnPinOptionsDescriptionMetadata, GridColumnPinOptionsDescriptionModule, GridColumnSortOptionsDescription, GridColumnSortOptionsDescriptionMetadata, GridColumnSortOptionsDescriptionModule, GridColumnSummaryOptionsDescription, GridColumnSummaryOptionsDescriptionMetadata, GridColumnSummaryOptionsDescriptionModule, GridColumnWidthChangedEventArgsDescription, GridColumnWidthChangedEventArgsDescriptionMetadata, GridColumnsAutoGeneratedEventArgsDescription, GridColumnsAutoGeneratedEventArgsDescriptionMetadata, GridColumnsChangedEventArgsDescription, GridColumnsChangedEventArgsDescriptionMetadata, GridCompoundConditionalStyleDescription, GridCompoundConditionalStyleDescriptionMetadata, GridConditionFilterStringErrorsParsingEventArgsDescription, GridConditionFilterStringErrorsParsingEventArgsDescriptionMetadata, GridConditionalStyleDescription, GridConditionalStyleDescriptionMetadata, GridConditionalStyleDescriptionModule, GridConditionalStyleFontInfoDescription, GridConditionalStyleFontInfoDescriptionMetadata, GridConditionalStyleFontInfoDescriptionModule, GridConditionalStylePropertyDescription, GridConditionalStylePropertyDescriptionMetadata, GridConditionalStylePropertyDescriptionModule, GridCustomFilterRequestedEventArgsDescription, GridCustomFilterRequestedEventArgsDescriptionMetadata, GridDataCommittedEventArgsDescription, GridDataCommittedEventArgsDescriptionMetadata, GridDataCommittingEventArgsDescription, GridDataCommittingEventArgsDescriptionMetadata, GridFilterDialogFilterChangeEventArgsDescription, GridFilterDialogFilterChangeEventArgsDescriptionMetadata, GridFilterDialogOpeningEventArgsDescription, GridFilterDialogOpeningEventArgsDescriptionMetadata, GridFilterDialogViewModelDescription, GridFilterDialogViewModelDescriptionMetadata, GridFilterDialogViewModelGroupingDescription, GridFilterDialogViewModelGroupingDescriptionMetadata, GridFilterDialogViewModelRowDescription, GridFilterDialogViewModelRowDescriptionMetadata, GridFilterExpressionsEventArgsDescription, GridFilterExpressionsEventArgsDescriptionMetadata, GridGroupDescriptionsChangedEventArgsDescription, GridGroupDescriptionsChangedEventArgsDescriptionMetadata, GridRowEditEndedEventArgsDescription, GridRowEditEndedEventArgsDescriptionMetadata, GridRowEditStartedEventArgsDescription, GridRowEditStartedEventArgsDescriptionMetadata, GridSelectedCellRangesChangedEventArgsDescription, GridSelectedCellRangesChangedEventArgsDescriptionMetadata, GridSelectedCellsChangedEventArgsDescription, GridSelectedCellsChangedEventArgsDescriptionMetadata, GridSelectedItemsChangedEventArgsDescription, GridSelectedItemsChangedEventArgsDescriptionMetadata, GridSelectedKeysChangedEventArgsDescription, GridSelectedKeysChangedEventArgsDescriptionMetadata, GridSelectionChangedEventArgsDescription, GridSelectionChangedEventArgsDescriptionMetadata, GridSizeChangedEventArgsDescription, GridSizeChangedEventArgsDescriptionMetadata, GridSortDescriptionsChangedEventArgsDescription, GridSortDescriptionsChangedEventArgsDescriptionMetadata, GridSummaryDescriptionsChangedEventArgsDescription, GridSummaryDescriptionsChangedEventArgsDescriptionMetadata, Group, GroupCollection, GroupDataDescription, GroupDataDescriptionMetadata, Guid, Guid_GuidParseThrowStyle_$type, Guid_GuidResult, Guid_GuidStyles_$type, Guid_ParseFailureKind_$type, HalfEdge, HalfEdgeSet, HashPool$2, HashSet$1, Hashtable, Header, HeaderDescription, HeaderDescriptionMetadata, HeaderRowSeparatorDescription, HeaderRowSeparatorDescriptionMetadata, HeaderRowSeparatorDescriptionModule, HeaderSeparatorDescription, HeaderSeparatorDescriptionMetadata, HeaderSeparatorDescriptionModule, HeatTileGenerator, HeatTileGeneratorDescription, HeatTileGeneratorDescriptionMetadata, HeatTileGeneratorDescriptionModule, HeatTileGeneratorWebWorker, HeatTileGeneratorWorker, HeatTileGeneratorWorkerManager, HeatTileImageCreatedEventArgs, HeatTileScaler, HierarchicalRingSeriesDescription, HierarchicalRingSeriesDescriptionMetadata, HierarchicalRingSeriesDescriptionModule, HighDensityScatterSeriesDescription, HighDensityScatterSeriesDescriptionMetadata, HighDensityScatterSeriesDescriptionModule, HighlightState, HighlightState_$type, HighlightedValueDisplayMode, HighlightedValueDisplayMode_$type, HighlightedValueLabelMode, HighlightedValueLabelMode_$type, HighlightingData, HighlightingInfo, HighlightingInfoComparer, HighlightingInfoDescription, HighlightingInfoDescriptionMetadata, HighlightingManager, HighlightingState, HighlightingState_$type, HoleDimensionsChangedEventArgsDescription, HoleDimensionsChangedEventArgsDescriptionMetadata, HorizontalAlignment, HorizontalAlignment_$type, HorizontalAnchoredCategorySeriesDescription, HorizontalAnchoredCategorySeriesDescriptionMetadata, HorizontalAnchoredCategorySeriesProxyDescriptionModule, HorizontalRangeCategorySeriesDescription, HorizontalRangeCategorySeriesDescriptionMetadata, HorizontalRangeCategorySeriesProxyDescriptionModule, HorizontalStackedSeriesBaseDescription, HorizontalStackedSeriesBaseDescriptionMetadata, HttpRequestUtil, IAcceptsDataSeriesToDescriptionCustomizations_$type, IArrayList_$type, IArray_$type, IChartItemLegend_$type, IChartLegend_$type, IChartScaleLegend_$type, ICodeGenerationRendererTemplate_$type, ICollection$1_$type, ICollection_$type, ICommandAvailabilityListener_$type, ICommandStateChangedListener_$type, IComparable$1_$type, IComparable_$type, IComparer$1_$type, IComparer_$type, IComponentRendererAdapter_$type, IConvertible_$type, ICredentials_$type, IDataLegendSeries_$type, IDataLegendTarget_$type, IDataLegend_$type, IDataObject_$type, IDataSeriesAdapterRule_$type, IDataSourceClonableDataProvider_$type, IDataSourceDataProviderUpdateNotifier_$type, IDataSourceDataProvider_$type, IDataSourceExecutionContext_$type, IDataSourceLocalDataProvider_$type, IDataSourcePage_$type, IDataSourceSchema_$type, IDataSourceSupportsCount_$type, IDataSourceSupportsIndexedAccess_$type, IDataSourceUpdateNotifier_$type, IDataSourceVirtualDataProvider_$type, IDataSource_$type, IDependentRenderer_$type, IDictionary$2_$type, IDictionary_$type, IDisposable_$type, IEasingFunction_$type, IEditableDataSource_$type, IEnumerable$1_$type, IEnumerable_$type, IEnumerator$1_$type, IEnumerator_$type, IEqualityComparer$1_$type, IEqualityComparer_$type, IEquatable$1_$type, IErrorBarCalculator_$type, IExecutionContext_$type, IExternalDataSeriesAdapter_$type, IExternalDataSource_$type, IExternalLocalDataSource_$type, IExternalVirtualDataSource_$type, IFastItemColumn$1_$type, IFastItemColumnInternal_$type, IFastItemColumnPropertyName_$type, IFastItemsSourceProvider_$type, IFastItemsSource_$type, IFilterExpressionEnvironment_$type, IFilterExpression_$type, IFormatProvider_$type, IFormattable_$type, IFunctionFilterExpression_$type, IGetItemAtIndex_$type, IGrouping$2_$type, IHashPool$2_$type, IHighlightingManager_$type, IIcon_$type, IIndexedPool$1_$type, IInternalLegendOwner_$type, IKeyFrameAnimation_$type, ILegendContext_$type, ILegendOwner_$type, ILegendSeriesInternal_$type, ILegendSeries_$type, ILegendTemplateProvider_$type, IList$1_$type, IList_$type, ILiteralFilterExpression_$type, IMapRenderDeferralHandler_$type, INativeUIAbsolutePanelBridge_$type, INativeUIButtonGroupBridge_$type, INativeUICheckboxListBridge_$type, INativeUIColumnBridge_$type, INativeUIContainerBridge_$type, INativeUIContentBridge_$type, INativeUIElementBridge_$type, INativeUIElementFactory_$type, INativeUIGridBridge_$type, INativeUIInputBridge_$type, INativeUIPopupBridge_$type, INativeUIWindowBridge_$type, INotifyCollectionChanged_$type, INotifyPropertyChanged_$type, IOPath, IOnDemandRender_$type, IOperationFilterExpression_$type, IOrderedEnumerable$1_$type, IOverviewPlusDetailControl_$type, IOverviewPlusDetailPane_$type, IPageCandidatesSink_$type, IPermission_$type, IPlatformAPIHelperImpl_$type, IPool$1_$type, IPropertyReferenceFilterExpression_$type, IQueryProvider_$type, IQueryable$1_$type, IQueryable_$type, IRandomnessGenerator_$type, IRandomnessSource_$type, IRenderer_$type, IScaleLegendSeries_$type, ISchedulableRender_$type, IScrollerKeyboardListener_$type, IScrollerView_$type, ISectionInformation_$type, ISmartPlaceable_$type, ISummaryResult_$type, ISupportsAnimation_$type, ISupportsDataChangeNotifications_$type, ISupportsExpansionChangeNotifications_$type, ISupportsInput_$type, ITickProvider_$type, ITileGenerator_$type, ITileWorkCompletedSink_$type, IToolbarContextAccessor_$type, IToolbarTarget_$type, ITypeDescriptionPropertyTransforms_$type, IUnknownValuePlotting_$type, IVisualData_$type, IXmlLineInfo_$type, IXmlNamespaceResolver_$type, IZoomSlider_$type, IconDescription, IconDescriptionMetadata, IconDescriptionModule, IgCollection, IgEvent, IgcButtonBridge, IgcCheckboxBridge, IgcDropdownBridge, IgcIconButtonBridge, IgcInputBridge, IgcSliderBridge, IgxAsyncCompletedEventArgs, IgxBaseGenericDataSource, IgxCancelEventArgs, IgxCancellingMultiScaleImageEventArgs, IgxCaptureImageSettings, IgxChildContentComponent, IgxChildContentDynamicModule, IgxChildContentModule, IgxComponentRendererContainerComponent, IgxComponentRendererContainerDynamicModule, IgxComponentRendererContainerModule, IgxContentChildCollection, IgxDVInteractivityDynamicModule, IgxDVInteractivityModule, IgxDataContext, IgxDataLegendSeriesContext, IgxDataLegendSeriesValueInfo, IgxDataLegendSummaryColumn, IgxDataSeriesCollection, IgxDataSourceDataProviderSchemaChangedEventArgs, IgxDataSourceGroupDescription, IgxDataSourceGroupDescriptionCollection, IgxDataSourceGroupDescriptionDynamicModule, IgxDataSourceGroupDescriptionModule, IgxDataSourcePropertiesRequestedChangedEventArgs, IgxDataSourceRootSummariesChangedEventArgs, IgxDataSourceRowExpansionChangedEventArgs, IgxDataSourceSchemaChangedEventArgs, IgxDataSourceSortDescription, IgxDataSourceSortDescriptionCollection, IgxDataSourceSortDescriptionDynamicModule, IgxDataSourceSortDescriptionModule, IgxDataSourceSummaryDescription, IgxDataSourceSummaryDescriptionCollection, IgxDataSourceSummaryDescriptionDynamicModule, IgxDataSourceSummaryDescriptionModule, IgxDataVisualizationLocaleCsModule, IgxDataVisualizationLocaleDaModule, IgxDataVisualizationLocaleDeModule, IgxDataVisualizationLocaleEnModule, IgxDataVisualizationLocaleEsModule, IgxDataVisualizationLocaleFrModule, IgxDataVisualizationLocaleHuModule, IgxDataVisualizationLocaleItModule, IgxDataVisualizationLocaleJaModule, IgxDataVisualizationLocaleKoModule, IgxDataVisualizationLocaleNbModule, IgxDataVisualizationLocaleNlModule, IgxDataVisualizationLocalePlModule, IgxDataVisualizationLocalePtModule, IgxDataVisualizationLocaleRoModule, IgxDataVisualizationLocaleSvModule, IgxDataVisualizationLocaleTrModule, IgxDataVisualizationLocaleZhHansModule, IgxDataVisualizationLocaleZhHantModule, IgxDateTimeFormatSpecifier, IgxDateTimeFormatSpecifierDynamicModule, IgxDateTimeFormatSpecifierModule, IgxDoubleValueChangedEventArgs, IgxDownloadingMultiScaleImageEventArgs, IgxFilterExpressionCollection, IgxFocusEventArgs, IgxFormatSpecifier, IgxFormatSpecifierCollection, IgxFormatSpecifierDynamicModule, IgxFormatSpecifierModule, IgxGenericVirtualDataSource, IgxGenericVirtualDataSourceDynamicModule, IgxGenericVirtualDataSourceModule, IgxGetTileImageUriArgs, IgxHeatTileGenerator, IgxHeatTileGeneratorDynamicModule, IgxHeatTileGeneratorModule, IgxHighlightingInfo, IgxImageCapturedEventArgs, IgxKeyEventArgs, IgxLocalDataSourceDynamicModule, IgxLocalDataSourceModule, IgxNumberFormatSpecifier, IgxNumberFormatSpecifierDynamicModule, IgxNumberFormatSpecifierModule, IgxObjectCollection, IgxOnClosedEventArgs, IgxOnPopupEventArgs, IgxPageRequestedEventArgs, IgxPopupComponent, IgxPopupDynamicModule, IgxPopupMeasuringContentSizeEventArgs, IgxPopupModule, IgxPropertyUpdatedEventArgs, IgxProvideCalculatorEventArgs, IgxRectChangedEventArgs, IgxShapeDataSource, IgxShapeDataSourceDynamicModule, IgxShapeDataSourceModule, IgxShapeFilterRecordEventArgs, IgxShapefileRecord, IgxSimpleDefaultTooltipComponent, IgxStockChangedEventArgs, IgxStyle, IgxTemplateContentComponent, IgxTemplateContentDynamicModule, IgxTemplateContentModule, IgxToolCommandArgumentCollection, IgxTooltipContainerComponent, IgxTooltipContainerDynamicModule, IgxTooltipContainerModule, IgxTransactionState, IgxTriangulationDataSource, IgxTriangulationStatusEventArgs, IgxUploadDataCompletedEventArgs, IgxUploadStringCompletedEventArgs, Image, ImageCapturedEventArgs, ImageCapturedEventArgsDescription, ImageCapturedEventArgsDescriptionMetadata, ImageCellInfoDescription, ImageCellInfoDescriptionMetadata, ImageColumnDescription, ImageColumnDescriptionMetadata, ImageColumnDescriptionModule, ImageTilesReadyEventArgsDescription, ImageTilesReadyEventArgsDescriptionMetadata, ImagesChangedEventArgsDescription, ImagesChangedEventArgsDescriptionMetadata, IndexOutOfRangeException, IndicatorProxyDescriptionModule, IndicatorsDescriptionModule, InputChangeEventArgsDescription, InputChangeEventArgsDescriptionMetadata, InputDescription, InputDescriptionMetadata, InputDescriptionModule, InputGroupDescription, InputGroupDescriptionMetadata, InputGroupDescriptionModule, InputGroupItemDescription, InputGroupItemDescriptionMetadata, InteractionState, InteractionState_$type, InterpolationMode, InterpolationMode_$type, InterpolationUtil, InvalidOperationException, ItemLegendDescription, ItemLegendDescriptionMetadata, ItemLegendDescriptionModule, ItemToolTipLayerDescription, ItemToolTipLayerDescriptionMetadata, ItemToolTipLayerDescriptionModule, ItemwiseStrategyBasedIndicatorDescription, ItemwiseStrategyBasedIndicatorDescriptionMetadata, IterableWrapper, IteratorWrapper, ItfConverter, JavaScriptSerializer, JsonDictionaryArray, JsonDictionaryItem, JsonDictionaryObject, JsonDictionaryParser, JsonDictionaryValue, JsonDictionaryValueType_$type, JsonWriter, Key, KeyEventArgs, KeyEventArgsDescription, KeyEventArgsDescriptionMetadata, KeyFrameAnimationDirect, KeyFrameAnimationEffectPhase_$type, KeyFrameAnimationFactory, KeyFrameAnimationFill_$type, KeyFrameAnimationPlayState_$type, KeyFrameAnimationTimeline, KeyFrameEffectEasing_$type, KeyFrameEffectTimingDirection_$type, KeyValuePair$2, Key_$type, LRUCache$2, LRUCacheItem$2, LabelAppearanceData, LabelAppearanceDataList, LabelClickEventArgsDescription, LabelClickEventArgsDescriptionMetadata, LabelCollisionInfo, LabelCollisionManager, LabelCollisionManagerCollisionMode_$type, LabelCollisionPlacementPositions_$type, LabelDescription, LabelDescriptionMetadata, LabelDescriptionModule, LambdaExpression, LastMonthExpression, LastMonthExpressionDescription, LastMonthExpressionDescriptionMetadata, LastQuarterExpression, LastQuarterExpressionDescription, LastQuarterExpressionDescriptionMetadata, LastWeekExpression, LastWeekExpressionDescription, LastWeekExpressionDescriptionMetadata, LastYearExpression, LastYearExpressionDescription, LastYearExpressionDescriptionMetadata, LayoutPrimaryKeyValueDescription, LayoutPrimaryKeyValueDescriptionMetadata, LayoutPrimaryKeyValueDescriptionModule, LeastSquaresFit, LeftClipper, LegendBaseDescription, LegendBaseDescriptionMetadata, LegendDescription, LegendDescriptionMetadata, LegendDescriptionModule, LegendEmptyValuesMode, LegendEmptyValuesMode_$type, LegendItemBadgeMode, LegendItemBadgeMode_$type, LegendItemBadgeShape, LegendItemBadgeShape_$type, LegendItemHelper, LegendMouseButtonEventArgsDescription, LegendMouseButtonEventArgsDescriptionMetadata, LegendMouseEventArgsDescription, LegendMouseEventArgsDescriptionMetadata, LegendSizeChangedEventArgsDescription, LegendSizeChangedEventArgsDescriptionMetadata, Line, LineEquation, LineFragmentDescription, LineFragmentDescriptionMetadata, LineFragmentDescriptionModule, LineGeometry, LineGeometryData, LineSegment, LineSegmentData, LineSeriesDescription, LineSeriesDescriptionMetadata, LineSeriesDescriptionModule, LineVisualData, LinearContourValueResolverDescription, LinearContourValueResolverDescriptionMetadata, LinearContourValueResolverDescriptionModule, LinearGaugeCoreDescriptionModule, LinearGaugeDashboardTileDescriptionModule, LinearGaugeDescription, LinearGaugeDescriptionMetadata, LinearGaugeDescriptionModule, LinearGradientBrush, LinearGradientBrushAppearanceData, LinearGraphRangeDescription, LinearGraphRangeDescriptionMetadata, LinearGraphRangeDescriptionModule, LinkedList$1, LinkedListNode$1, List$1, ListPanelActiveRowChangedEventArgsDescription, ListPanelActiveRowChangedEventArgsDescriptionMetadata, ListPanelContentRebindEventArgsDescription, ListPanelContentRebindEventArgsDescriptionMetadata, ListPanelContentRecycledEventArgsDescription, ListPanelContentRecycledEventArgsDescriptionMetadata, ListPanelContentRefreshedEventArgsDescription, ListPanelContentRefreshedEventArgsDescriptionMetadata, ListPanelDescription, ListPanelDescriptionMetadata, ListPanelDescriptionModule, ListPanelItemEventArgsDescription, ListPanelItemEventArgsDescriptionMetadata, ListPanelItemModelDescription, ListPanelItemModelDescriptionMetadata, ListPanelPrimaryKeyValueDescription, ListPanelPrimaryKeyValueDescriptionMetadata, ListPanelPrimaryKeyValueDescriptionModule, ListPanelSelectedItemsChangedEventArgsDescription, ListPanelSelectedItemsChangedEventArgsDescriptionMetadata, ListPanelSelectedKeysChangedEventArgsDescription, ListPanelSelectedKeysChangedEventArgsDescriptionMetadata, ListPanelSelectionChangedEventArgsDescription, ListPanelSelectionChangedEventArgsDescriptionMetadata, ListPanelTemplateHeightRequestedEventArgsDescription, ListPanelTemplateHeightRequestedEventArgsDescriptionMetadata, ListPanelTemplateItemUpdatingEventArgsDescription, ListPanelTemplateItemUpdatingEventArgsDescriptionMetadata, ListPanelTemplateWidthRequestedEventArgsDescription, ListPanelTemplateWidthRequestedEventArgsDescriptionMetadata, ListSortDirection, ListSortDirection_$type, LiteralFilterExpression, LiteralFilterExpressionDescription, LiteralFilterExpressionDescriptionMetadata, LocalDataSource, LocalDataSourceDescription, LocalDataSourceDescriptionMetadata, LocalDataSourceDescriptionModule, LocalDataSourceViewExpansionNotifier, LocalDataSourceViewUpdateNotifier, Locale, Localization, LostFocusEventArgsDescription, LostFocusEventArgsDescriptionMetadata, MapTileSource, MarkerSeriesDescription, MarkerSeriesDescriptionMetadata, MarketFacilitationIndexIndicatorDescription, MarketFacilitationIndexIndicatorDescriptionMetadata, MarketFacilitationIndexIndicatorDescriptionModule, MarshalByRefObject, MassIndexIndicatorDescription, MassIndexIndicatorDescriptionMetadata, MassIndexIndicatorDescriptionModule, Match, Matcher, MathUtil, MathUtilExtended, Matrix, MatrixTransform, MaxSummaryCalculator, MedianPriceIndicatorDescription, MedianPriceIndicatorDescriptionMetadata, MedianPriceIndicatorDescriptionModule, MemberExpression, MemoryStream, MethodCallExpression, MinSummaryCalculator, ModifierKeys, ModifierKeys_$type, MoneyFlowIndexIndicatorDescription, MoneyFlowIndexIndicatorDescriptionMetadata, MoneyFlowIndexIndicatorDescriptionModule, MouseButton, MouseButtonEventArgs, MouseButton_$type, MouseEventArgs, MovingAverageConvergenceDivergenceIndicatorDescription, MovingAverageConvergenceDivergenceIndicatorDescriptionMetadata, MovingAverageConvergenceDivergenceIndicatorDescriptionModule, MultiColumnComboBoxDescription, MultiColumnComboBoxDescriptionMetadata, MultiColumnComboBoxDescriptionModule, MultiColumnComboBoxTextChangedEventArgsDescription, MultiColumnComboBoxTextChangedEventArgsDescriptionMetadata, MultiColumnComboBoxValueChangedEventArgsDescription, MultiColumnComboBoxValueChangedEventArgsDescriptionMetadata, MultiSliderDescription, MultiSliderDescriptionMetadata, MultiSliderDescriptionModule, MultiSliderResolvingToolTipValueEventArgsDescription, MultiSliderResolvingToolTipValueEventArgsDescriptionMetadata, MultiSliderThumbDescription, MultiSliderThumbDescriptionMetadata, MultiSliderThumbValueChangingEventArgsDescription, MultiSliderThumbValueChangingEventArgsDescriptionMetadata, MultiSliderTrackThumbRangeDescription, MultiSliderTrackThumbRangeDescriptionMetadata, MultiSliderYValueChangingEventArgsDescription, MultiSliderYValueChangingEventArgsDescriptionMetadata, NamePatcher, NameTable, NameTable_Entry, NameValueCollection, NamespaceHandling_$type, NativeUI, NativeUIAbsolutePanel, NativeUIAlignItems_$type, NativeUIBoxSizing_$type, NativeUIBuiltInEvents_$type, NativeUIBuiltInProperties_$type, NativeUIButton, NativeUIButtonClickedEventArgs, NativeUIButtonDisplayType_$type, NativeUIButtonGroup, NativeUIButtonGroupDisplayType_$type, NativeUIButtonGroupSelectionChangedEventArgs, NativeUICheckbox, NativeUICheckboxChangeEventArgs, NativeUICheckboxList, NativeUICheckboxListChangeEventArgs, NativeUICheckboxListIndexTypeChangedEventArgs, NativeUICheckboxListIndexType_$type, NativeUICheckboxListKeysClearedEventArgs, NativeUIChildren, NativeUIClickedEventArgs, NativeUIColorEditor, NativeUIColorEditorValueChangedEventArgs, NativeUIColumn, NativeUICombo, NativeUIComboSelectedItemsChangedEventArgs, NativeUIComponent, NativeUIComponentBuiltInType_$type, NativeUIComponentHorizontalAlignment_$type, NativeUIComponentVerticalAlignment_$type, NativeUIContainer, NativeUIContent, NativeUICursor_$type, NativeUIDisplayDensity_$type, NativeUIDropDown, NativeUIDropDownSelectedValueChangedEventArgs, NativeUIElementBridge, NativeUIElementFactoryFlavor, NativeUIElementFactoryFlavor_$type, NativeUIFocusEventArgs, NativeUIGrid, NativeUIGridHeightType_$type, NativeUIGridWidthType_$type, NativeUIIcon, NativeUIIconButton, NativeUIInput, NativeUIInputChangingEventArgs, NativeUIInputDisplayType_$type, NativeUIInputType_$type, NativeUIInputsFactory, NativeUIKeyEventArgs, NativeUILabel, NativeUIMouseEventArgs, NativeUIPlaceContent_$type, NativeUIPopup, NativeUIPopupAlignment_$type, NativeUIPopupAnimationType_$type, NativeUIPopupClosedEventArgs, NativeUIPopupDirection_$type, NativeUIPopupMeasuringContentEventArgs, NativeUIPopupOpenedEventArgs, NativeUIPopupPointerPosition_$type, NativeUIPositionChangedEventArgs, NativeUISizeChangedEventArgs, NativeUISlider, NativeUISliderOrientation_$type, NativeUISliderValueChangedEventArgs, NativeUIWindow, NeedleBeingDragged, NeedleBeingDragged_$type, NegativeVolumeIndexIndicatorDescription, NegativeVolumeIndexIndicatorDescriptionMetadata, NegativeVolumeIndexIndicatorDescriptionModule, NetworkCredential, NewLineHandling_$type, NextMonthExpression, NextMonthExpressionDescription, NextMonthExpressionDescriptionMetadata, NextQuarterExpression, NextQuarterExpressionDescription, NextQuarterExpressionDescriptionMetadata, NextWeekExpression, NextWeekExpressionDescription, NextWeekExpressionDescriptionMetadata, NextYearExpression, NextYearExpressionDescription, NextYearExpressionDescriptionMetadata, NonBlockingStreamReader, NotImplementedException, NotSupportedException, NotifyCollectionChangedAction, NotifyCollectionChangedAction_$type, NotifyCollectionChangedEventArgs, NullReferenceException, NullStream, Nullable, Nullable$1, NumberAbbreviatorDescriptionModule, NumberFormatInfo, NumberFormatSpecifier, NumberFormatSpecifierDescription, NumberFormatSpecifierDescriptionMetadata, NumberFormatSpecifierDescriptionModule, Number_$type, Numeric, NumericAngleAxisDescription, NumericAngleAxisDescriptionMetadata, NumericAngleAxisDescriptionModule, NumericAxisBaseDescription, NumericAxisBaseDescriptionMetadata, NumericCellInfoDescription, NumericCellInfoDescriptionMetadata, NumericColumnDescription, NumericColumnDescriptionMetadata, NumericColumnDescriptionModule, NumericRadiusAxisDescription, NumericRadiusAxisDescriptionMetadata, NumericRadiusAxisDescriptionModule, NumericXAxisDescription, NumericXAxisDescriptionMetadata, NumericXAxisDescriptionModule, NumericYAxisDescription, NumericYAxisDescriptionMetadata, NumericYAxisDescriptionModule, ODataDataSourceFilterExpressionVisitor, ODataDataSourceSchema, ODataLiteralEmitter_$type, ObjectCollection, ObjectDisposedException, ObservableCollection$1, ObservableColorCollection, OffsettableWeekExpression, OffsettableWeekExpressionDescription, OffsettableWeekExpressionDescriptionMetadata, OnBalanceVolumeIndicatorDescription, OnBalanceVolumeIndicatorDescriptionMetadata, OnBalanceVolumeIndicatorDescriptionModule, OnClosedEventArgs, OnClosedEventArgsDescription, OnClosedEventArgsDescriptionMetadata, OnCollapsedEventArgsDescription, OnCollapsedEventArgsDescriptionMetadata, OnExpandedEventArgsDescription, OnExpandedEventArgsDescriptionMetadata, OnPopupEventArgs, OnPopupEventArgsDescription, OnPopupEventArgsDescriptionMetadata, OpenStreetMapImageryDescription, OpenStreetMapImageryDescriptionMetadata, OpenStreetMapImageryDescriptionModule, OpenStreetMapTileSource, OperationFilterExpression, OperationFilterExpressionDescription, OperationFilterExpressionDescriptionMetadata, OperatorSelectorClosingEventArgsDescription, OperatorSelectorClosingEventArgsDescriptionMetadata, OperatorSelectorOpeningEventArgsDescription, OperatorSelectorOpeningEventArgsDescriptionMetadata, OperatorSelectorValueChangedEventArgsDescription, OperatorSelectorValueChangedEventArgsDescriptionMetadata, OrdinalTimeXAxisDescription, OrdinalTimeXAxisDescriptionMetadata, OrdinalTimeXAxisDescriptionModule, OthersCategoryContextDescription, OthersCategoryContextDescriptionMetadata, OthersCategoryContextDescriptionModule, OthersCategoryType, OthersCategoryType_$type, OverlayProxyDescriptionModule, OverlayTextInfoDescription, OverlayTextInfoDescriptionMetadata, OverlayTextUpdatingEventArgsDescription, OverlayTextUpdatingEventArgsDescriptionMetadata, OverlaysDescriptionModule, PageChangedEventArgsDescription, PageChangedEventArgsDescriptionMetadata, PagePredictionEngine, PageRequestedEventArgs, PageRequestedEventArgsDescription, PageRequestedEventArgsDescriptionMetadata, PagedDataSource, PagedDataSourceDescription, PagedDataSourceDescriptionMetadata, Pair$2, Panel, PanelBridge, ParameterExpression, Path, PathFigure, PathFigureCollection, PathFigureData, PathFigureUtil, PathGeometry, PathGeometryData, PathMarkupParser, PathMarkupToken, PathMarkupTokenType_$type, PathSegment, PathSegmentCollection, PathSegmentType, PathSegmentType_$type, PathVisualData, PenLineCap, PenLineCap_$type, PenLineJoin, PenLineJoin_$type, PercentChangeYAxisDescription, PercentChangeYAxisDescriptionMetadata, PercentChangeYAxisDescriptionModule, PercentagePriceOscillatorIndicatorDescription, PercentagePriceOscillatorIndicatorDescriptionMetadata, PercentagePriceOscillatorIndicatorDescriptionModule, PercentageVolumeOscillatorIndicatorDescription, PercentageVolumeOscillatorIndicatorDescriptionMetadata, PercentageVolumeOscillatorIndicatorDescriptionModule, PermissionSet, PermissionState, PermissionState_$type, PieChartBaseDescription, PieChartBaseDescriptionMetadata, PieChartCoreDescriptionModule, PieChartDashboardTileDescriptionModule, PieChartDescription, PieChartDescriptionMetadata, PieChartDescriptionModule, PieSliceCollisionGeometry, PieSliceDataContextDescription, PieSliceDataContextDescriptionMetadata, PieSliceOthersContextDescription, PieSliceOthersContextDescriptionMetadata, PinnedAreaSeparatorDescription, PinnedAreaSeparatorDescriptionMetadata, PinnedAreaSeparatorDescriptionModule, PlatformAPIHelper, PlatformConstants, PlatformFormatter, PlatformKeyFrameAnimationFactory, PlatformSpecifierType_$type, PlatformUIElementPropertyAccessorFactory, PlotAreaMouseButtonEventArgsDescription, PlotAreaMouseButtonEventArgsDescriptionMetadata, PlotAreaMouseEventArgsDescription, PlotAreaMouseEventArgsDescriptionMetadata, PointCollection, PointCollectionUtil, PointComparer, PointData, PointDescription, PointSeriesDescription, PointSeriesDescriptionMetadata, PointSeriesDescriptionModule, PointTester, PointUtil, Point_$type, PolarAreaSeriesDescription, PolarAreaSeriesDescriptionMetadata, PolarAreaSeriesDescriptionModule, PolarBaseDescription, PolarBaseDescriptionMetadata, PolarLineSeriesBaseDescription, PolarLineSeriesBaseDescriptionMetadata, PolarLineSeriesDescription, PolarLineSeriesDescriptionMetadata, PolarLineSeriesDescriptionModule, PolarScatterSeriesDescription, PolarScatterSeriesDescriptionMetadata, PolarScatterSeriesDescriptionModule, PolarSplineAreaSeriesDescription, PolarSplineAreaSeriesDescriptionMetadata, PolarSplineAreaSeriesDescriptionModule, PolarSplineSeriesDescription, PolarSplineSeriesDescriptionMetadata, PolarSplineSeriesDescriptionModule, PolyBezierSegment, PolyBezierSegmentData, PolyLineSegment, PolyLineVisualData, PolySimplification, Polygon, PolygonUtil, PolygonVisualData, Polyline, PolylineSegmentData, Pool$1, Popup, PopupAlignment, PopupAlignment_$type, PopupAnimation, PopupAnimationType, PopupAnimationType_$type, PopupDescription, PopupDescriptionMetadata, PopupDescriptionModule, PopupDirection, PopupDirection_$type, PopupMeasuringContentSizeEventArgs, PopupMeasuringContentSizeEventArgsDescription, PopupMeasuringContentSizeEventArgsDescriptionMetadata, PopupPointerPosition, PopupPointerPosition_$type, PopupView, PopupVisualModelExport, Popup_InnerAnimationInfo, Popup_OuterAnimationInfo, PortalManager, PositiveVolumeIndexIndicatorDescription, PositiveVolumeIndexIndicatorDescriptionMetadata, PositiveVolumeIndexIndicatorDescriptionModule, PredictionEnginePageCandidate, PrefixDescription, PrefixDescriptionMetadata, PrefixDescriptionModule, PriceChannelOverlayDescription, PriceChannelOverlayDescriptionMetadata, PriceChannelOverlayDescriptionModule, PriceVolumeTrendIndicatorDescription, PriceVolumeTrendIndicatorDescriptionMetadata, PriceVolumeTrendIndicatorDescriptionModule, PrimaryKeyValueDescription, PrimaryKeyValueDescriptionMetadata, PrimaryKeyValueDescriptionModule, PrimitiveAppearanceData, PrimitiveVisualData, PrimitiveVisualDataList, PriorityDataRule, ProgressiveLoadStatusEventArgsDescription, ProgressiveLoadStatusEventArgsDescriptionMetadata, PromiseFactory, PromiseWrapper, PropertyChangedEventArgs, PropertyChangedEventArgs$1, PropertyEditorDataSourceDescription, PropertyEditorDataSourceDescriptionMetadata, PropertyEditorDescription, PropertyEditorDescriptionMetadata, PropertyEditorDescriptionModule, PropertyEditorDescriptionObjectDescription, PropertyEditorDescriptionObjectDescriptionMetadata, PropertyEditorPanelDescription, PropertyEditorPanelDescriptionMetadata, PropertyEditorPanelDescriptionModule, PropertyEditorPropertyDescriptionButtonClickEventArgsDescription, PropertyEditorPropertyDescriptionButtonClickEventArgsDescriptionMetadata, PropertyEditorPropertyDescriptionChangedEventArgsDescription, PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata, PropertyEditorPropertyDescriptionCoercingValueEventArgsDescription, PropertyEditorPropertyDescriptionCoercingValueEventArgsDescriptionMetadata, PropertyEditorPropertyDescriptionDescription, PropertyEditorPropertyDescriptionDescriptionMetadata, PropertyEditorPropertyDescriptionDescriptionModule, PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgsDescription, PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgsDescriptionMetadata, PropertyMetadata, PropertyPath, PropertyReferenceFilterExpression, PropertyReferenceFilterExpressionDescription, PropertyReferenceFilterExpressionDescriptionMetadata, PropertyUpdatedEventArgs, PropertyUpdatedEventArgsDescription, PropertyUpdatedEventArgsDescriptionMetadata, ProportionalCategoryAngleAxisDescription, ProportionalCategoryAngleAxisDescriptionMetadata, ProportionalCategoryAngleAxisDescriptionModule, ProvideCalculatorEventArgs, ProvideCalculatorEventArgsDescription, ProvideCalculatorEventArgsDescriptionMetadata, Q1Expression, Q1ExpressionDescription, Q1ExpressionDescriptionMetadata, Q2Expression, Q2ExpressionDescription, Q2ExpressionDescriptionMetadata, Q3Expression, Q3ExpressionDescription, Q3ExpressionDescriptionMetadata, Q4Expression, Q4ExpressionDescription, Q4ExpressionDescriptionMetadata, QuadTree, QuadTreeBoundingBox, QuadTreeForceVector, QuadTreeNode, Queryable, Queue$1, RadialAreaSeriesDescription, RadialAreaSeriesDescriptionMetadata, RadialAreaSeriesDescriptionModule, RadialBaseChartDescription, RadialBaseChartDescriptionMetadata, RadialBaseDescription, RadialBaseDescriptionMetadata, RadialColumnSeriesDescription, RadialColumnSeriesDescriptionMetadata, RadialColumnSeriesDescriptionModule, RadialGaugeCoreDescriptionModule, RadialGaugeDashboardTileDescriptionModule, RadialGaugeDescription, RadialGaugeDescriptionMetadata, RadialGaugeDescriptionModule, RadialGaugeRangeDescription, RadialGaugeRangeDescriptionMetadata, RadialGaugeRangeDescriptionModule, RadialLabelMode, RadialLabelMode_$type, RadialLineSeriesDescription, RadialLineSeriesDescriptionMetadata, RadialLineSeriesDescriptionModule, RadialPieSeriesDescription, RadialPieSeriesDescriptionMetadata, RadialPieSeriesDescriptionModule, Random, RangeAreaSeriesDescription, RangeAreaSeriesDescriptionMetadata, RangeAreaSeriesDescriptionModule, RangeCategorySeriesDescription, RangeCategorySeriesDescriptionMetadata, RangeColumnSeriesDescription, RangeColumnSeriesDescriptionMetadata, RangeColumnSeriesDescriptionModule, RateOfChangeAndMomentumIndicatorDescription, RateOfChangeAndMomentumIndicatorDescriptionMetadata, RateOfChangeAndMomentumIndicatorDescriptionModule, ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter, ReactMarkupCodeGeneratingComponentRendererCodeEmitter, ReadOnlyCollection$1, ReadOnlyDoubleCollection, ReadOnlyObservableCollection$1, ReadState, ReadState_$type, RearrangedList$1, RearrangedListView, Rect, RectChangedEventArgs, RectChangedEventArgsDescription, RectChangedEventArgsDescriptionMetadata, RectData, RectDescription, RectUtil, Rectangle, RectangleGeometry, RectangleGeometryData, RectangleVisualData, RefValueChangedTarget, ReflectionUtil, RefreshCompletedEventArgsDescription, RefreshCompletedEventArgsDescriptionMetadata, Regex, RegexOptions, RegexOptions_$type, RelativeStrengthIndexIndicatorDescription, RelativeStrengthIndexIndicatorDescriptionMetadata, RelativeStrengthIndexIndicatorDescriptionModule, RemovedShiftedRowInfo, RenderRequestedEventArgsDescription, RenderRequestedEventArgsDescriptionMetadata, RenderingContext, ResponsivePhaseDescription, ResponsivePhaseDescriptionMetadata, ResponsiveStateDescription, ResponsiveStateDescriptionMetadata, ResponsiveStateEnteredEventArgsDescription, ResponsiveStateEnteredEventArgsDescriptionMetadata, ResponsiveStateEnteringEventArgsDescription, ResponsiveStateEnteringEventArgsDescriptionMetadata, ResponsiveStateExitedEventArgsDescription, ResponsiveStateExitedEventArgsDescriptionMetadata, ReverseArrayEnumerator$1, RightClipper, RingDescription, RingDescriptionMetadata, RingSeriesBaseDescription, RingSeriesBaseDescriptionMetadata, RingSeriesDescription, RingSeriesDescriptionMetadata, RingSeriesDescriptionModule, RippleDescription, RippleDescriptionMetadata, RippleDescriptionModule, RotateTransform, RowSeparatorDescription, RowSeparatorDescriptionMetadata, RowSeparatorDescriptionModule, RowSeparatorInfoDescription, RowSeparatorInfoDescriptionMetadata, SRProvider, SVGAttributeType_$type, SVGBrush, SVGBrushType_$type, SVGCircle, SVGEllipse, SVGGroup, SVGLine, SVGNode, SVGNodeType_$type, SVGParser, SVGPath, SVGPresentationNode, SVGRect, SVGRoot, ScaleLegendDescription, ScaleLegendDescriptionMetadata, ScaleLegendDescriptionModule, ScaleTransform, ScalerParamsDescription, ScalerParamsDescriptionMetadata, ScalerVisibleBounds, ScatterAreaSeriesDescription, ScatterAreaSeriesDescriptionMetadata, ScatterAreaSeriesDescriptionModule, ScatterBaseDescription, ScatterBaseDescriptionMetadata, ScatterContourSeriesDescription, ScatterContourSeriesDescriptionMetadata, ScatterContourSeriesDescriptionModule, ScatterDataInfo, ScatterDataRule, ScatterLineSeriesDescription, ScatterLineSeriesDescriptionMetadata, ScatterLineSeriesDescriptionModule, ScatterPolygonSeriesDescription, ScatterPolygonSeriesDescriptionMetadata, ScatterPolygonSeriesDescriptionModule, ScatterPolylineSeriesDescription, ScatterPolylineSeriesDescriptionMetadata, ScatterPolylineSeriesDescriptionModule, ScatterSeriesDescription, ScatterSeriesDescriptionMetadata, ScatterSeriesDescriptionModule, ScatterSplineSeriesDescription, ScatterSplineSeriesDescriptionMetadata, ScatterSplineSeriesDescriptionModule, ScatterTriangulationSeriesDescription, ScatterTriangulationSeriesDescriptionMetadata, ScatterType_$type, SchedulableRenderWrapper, ScrollbarStyle, ScrollbarStyle_$type, Scroller, ScrollerScrollingEventArgs, ScrollerView, SectionData, SectionDataStartIndexComparer, SectionDataUndisplacedStartIndexComparer, SectionFooterDescription, SectionFooterDescriptionMetadata, SectionFooterDescriptionModule, SectionHeaderCellInfoDescription, SectionHeaderCellInfoDescriptionMetadata, SectionHeaderDescription, SectionHeaderDescriptionMetadata, SectionHeaderDescriptionModule, SectionInformationDescription, SectionInformationDescriptionMetadata, SectionMap, SectionSearchData, SecurityAction, SecurityAction_$type, SeekOrigin, SegmentData, SelectAllCheckboxChangedEventArgsDescription, SelectAllCheckboxChangedEventArgsDescriptionMetadata, SelectedItemChangedEventArgsDescription, SelectedItemChangedEventArgsDescriptionMetadata, SelectedItemChangingEventArgsDescription, SelectedItemChangingEventArgsDescriptionMetadata, SelectedItemsChangedEventArgsDescription, SelectedItemsChangedEventArgsDescriptionMetadata, SelectedItemsChangingEventArgsDescription, SelectedItemsChangingEventArgsDescriptionMetadata, SelectedValueChangedEventArgsDescription, SelectedValueChangedEventArgsDescriptionMetadata, SeriesDescription, SeriesDescriptionMetadata, SeriesHighlightedValuesDisplayMode, SeriesHighlightedValuesDisplayMode_$type, SeriesLayerDescription, SeriesLayerDescriptionMetadata, SeriesLayerPropertyOverlayDescription, SeriesLayerPropertyOverlayDescriptionMetadata, SeriesLayerPropertyOverlayValueResolvingEventArgsDescription, SeriesLayerPropertyOverlayValueResolvingEventArgsDescriptionMetadata, SeriesMatcherDescription, SeriesMatcherDescriptionMetadata, SeriesMatcherDescriptionModule, SeriesViewerDescription, SeriesViewerDescriptionMetadata, SeriesViewerManipulationEventArgsDescription, SeriesViewerManipulationEventArgsDescriptionMetadata, SeriesViewerSelectedSeriesItemsChangedEventArgsDescription, SeriesViewerSelectedSeriesItemsChangedEventArgsDescriptionMetadata, SeriesViewerSelectedSeriesItemsChangingEventArgsDescription, SeriesViewerSelectedSeriesItemsChangingEventArgsDescriptionMetadata, Shape, ShapeChartUtils, ShapeDataInfo, ShapeDataRule, ShapeDataSourceDescription, ShapeDataSourceDescriptionMetadata, ShapeDataSourceDescriptionModule, ShapeFileUtil, ShapeFilterRecordEventArgs, ShapeFilterRecordEventArgsDescription, ShapeFilterRecordEventArgsDescriptionMetadata, ShapeSeriesBaseDescription, ShapeSeriesBaseDescriptionMetadata, ShapeTags, ShapeType, ShapeType_$type, ShapefileConverter, ShapefileRecord, ShapefileRecordDescription, ShapefileRecordDescriptionMetadata, SimpleCategorySeriesRule, SimpleDefaultTooltipDescriptionMetadata, SimpleDefaultTooltipExtendedDescriptionMetadata, SimpleFinancialPriceSeriesRule, SimpleGaugeRule, SimplePieSeriesRule, SimpleScatterSeriesRule, Size, SizeData, SizeDescription, SizeScaleDescription, SizeScaleDescriptionMetadata, SizeScaleDescriptionModule, SliceClickEventArgsDescription, SliceClickEventArgsDescriptionMetadata, SliceEventArgsDescription, SliceEventArgsDescriptionMetadata, SlowStochasticOscillatorIndicatorDescription, SlowStochasticOscillatorIndicatorDescriptionMetadata, SlowStochasticOscillatorIndicatorDescriptionModule, SmartPlaceableWrapper$1, SmartPlacer, SmartPosition, SmartPosition_$type, SolidBrushAppearanceData, SortDescription, SortDescriptionCollection, SortGroupParser, SortIndicatorRenderCompletedEventArgsDescription, SortIndicatorRenderCompletedEventArgsDescriptionMetadata, SortedList$1, SpanBridge, SparklineCoreDescriptionModule, SparklineDescription, SparklineDescriptionMetadata, SparklineDescriptionModule, SpiralFlattener, SpiralTodo, SplineAreaFragmentDescription, SplineAreaFragmentDescriptionMetadata, SplineAreaFragmentDescriptionModule, SplineAreaSeriesDescription, SplineAreaSeriesDescriptionMetadata, SplineAreaSeriesDescriptionModule, SplineFragmentBaseDescription, SplineFragmentBaseDescriptionMetadata, SplineFragmentDescription, SplineFragmentDescriptionMetadata, SplineFragmentDescriptionModule, SplineSeriesBaseDescription, SplineSeriesBaseDescriptionMetadata, SplineSeriesDescription, SplineSeriesDescriptionMetadata, SplineSeriesDescriptionModule, Stack$1, StackPool$1, Stacked100AreaSeriesDescription, Stacked100AreaSeriesDescriptionMetadata, Stacked100AreaSeriesDescriptionModule, Stacked100BarSeriesDescription, Stacked100BarSeriesDescriptionMetadata, Stacked100BarSeriesDescriptionModule, Stacked100ColumnSeriesDescription, Stacked100ColumnSeriesDescriptionMetadata, Stacked100ColumnSeriesDescriptionModule, Stacked100LineSeriesDescription, Stacked100LineSeriesDescriptionMetadata, Stacked100LineSeriesDescriptionModule, Stacked100SplineAreaSeriesDescription, Stacked100SplineAreaSeriesDescriptionMetadata, Stacked100SplineAreaSeriesDescriptionModule, Stacked100SplineSeriesDescription, Stacked100SplineSeriesDescriptionMetadata, Stacked100SplineSeriesDescriptionModule, StackedAreaSeriesDescription, StackedAreaSeriesDescriptionMetadata, StackedAreaSeriesDescriptionModule, StackedBarSeriesDescription, StackedBarSeriesDescriptionMetadata, StackedBarSeriesDescriptionModule, StackedColumnSeriesDescription, StackedColumnSeriesDescriptionMetadata, StackedColumnSeriesDescriptionModule, StackedFragmentSeriesDescription, StackedFragmentSeriesDescriptionMetadata, StackedFragmentSeriesDescriptionModule, StackedLineSeriesDescription, StackedLineSeriesDescriptionMetadata, StackedLineSeriesDescriptionModule, StackedSeriesBaseDescription, StackedSeriesBaseDescriptionMetadata, StackedSeriesCreatedEventArgsDescription, StackedSeriesCreatedEventArgsDescriptionMetadata, StackedSplineAreaSeriesDescription, StackedSplineAreaSeriesDescriptionMetadata, StackedSplineAreaSeriesDescriptionModule, StackedSplineSeriesDescription, StackedSplineSeriesDescriptionMetadata, StackedSplineSeriesDescriptionModule, StandardDeviationIndicatorDescription, StandardDeviationIndicatorDescriptionMetadata, StandardDeviationIndicatorDescriptionModule, StandardLegendItems_$type, StepAreaSeriesDescription, StepAreaSeriesDescriptionMetadata, StepAreaSeriesDescriptionModule, StepLineSeriesDescription, StepLineSeriesDescriptionMetadata, StepLineSeriesDescriptionModule, StochRSIIndicatorDescription, StochRSIIndicatorDescriptionMetadata, StochRSIIndicatorDescriptionModule, StockChangedEventArgs, StockChangedEventArgsDescription, StockChangedEventArgsDescriptionMetadata, StockDataGenerator, StockDataLookup, StockDetails, StockInfo, StockPosition, StockPriceHistory, StockPricePoint, StraightNumericAxisBaseDescription, StraightNumericAxisBaseDescriptionMetadata, StrategyBasedIndicatorDescription, StrategyBasedIndicatorDescriptionMetadata, Stream, StreamReader, StreamWriter, Stretch, Stretch_$type, StringBuilder, StringComparer, StringReader, StringWriter, String_$type, Style, StyleDescription, StyleDescriptionMetadata, StyleSelectorDescription, StyleSelectorDescriptionMetadata, StyleShapeEventArgsDescription, StyleShapeEventArgsDescriptionMetadata, SubCollectionsRule, SuffixDescription, SuffixDescriptionMetadata, SumSummaryCalculator, SummaryCalculator, SummaryCellInfoDescription, SummaryCellInfoDescriptionMetadata, SummaryChangedEventArgsDescription, SummaryChangedEventArgsDescriptionMetadata, SummaryChooserDescriptionModule, SummaryDataDescription, SummaryDataDescriptionMetadata, SummaryDescription, SummaryDescriptionCollection, SummaryGroup, SummaryParser, SummaryRowDescription, SummaryRowDescriptionMetadata, SummaryRowRootDescription, SummaryRowRootDescriptionMetadata, SummaryRowRootDescriptionModule, SummaryRowSectionDescription, SummaryRowSectionDescriptionMetadata, SummaryRowSectionDescriptionModule, SvgIconCollection, SvgIconRegistry, SweepDirection, SweepDirection_$type, SyncableObservableCollection$1, SyncableObservableCollection$2, SyncableObservableCollectionChangedListener_$type, SynchronizedReader, SynchronizedWriter, SystemException, TRIXIndicatorDescription, TRIXIndicatorDescriptionMetadata, TRIXIndicatorDescriptionModule, TSCodeGeneratingComponentRendererDataEmitter, TSCodeGeneratingComponentRendererHandlerEmitter, TSCodeGeneratingComponentRendererModuleEmitter, TSCodeGeneratingComponentRendererTemplateEmitter, Task, Task$1, TaskCompletionSource$1, TaskFactory, TaskStatus, TaskStatus_$type, TemplateCellInfoDescription, TemplateCellInfoDescriptionMetadata, TemplateCellUpdatingEventArgsDescription, TemplateCellUpdatingEventArgsDescriptionMetadata, TemplateColumnDescription, TemplateColumnDescriptionMetadata, TemplateColumnDescriptionModule, TemplateContainerDescriptionModule, TemplateContentDescriptionModule, TemplateContentExtendedDescriptionModule, TemplateHeaderCellInfoDescription, TemplateHeaderCellInfoDescriptionMetadata, TemplateHeaderCellUpdatingEventArgsDescription, TemplateHeaderCellUpdatingEventArgsDescriptionMetadata, TemplateHeaderDescription, TemplateHeaderDescriptionMetadata, TemplateHeaderDescriptionModule, TemplateSectionHeaderCellInfoDescription, TemplateSectionHeaderCellInfoDescriptionMetadata, TemplateSectionHeaderCellUpdatingEventArgsDescription, TemplateSectionHeaderCellUpdatingEventArgsDescriptionMetadata, TemplateSectionHeaderDescription, TemplateSectionHeaderDescriptionMetadata, TemplateSectionHeaderDescriptionModule, TestFilterSyntaxVisitor, TestRandomness, TextBlock, TextCellInfoDescription, TextCellInfoDescriptionMetadata, TextColumnDescription, TextColumnDescriptionMetadata, TextColumnDescriptionModule, TextFontMetrics, TextHeaderCellInfoDescription, TextHeaderCellInfoDescriptionMetadata, TextHeaderDescription, TextHeaderDescriptionMetadata, TextHeaderDescriptionModule, TextIconSetConditionalStyleDescription, TextIconSetConditionalStyleDescriptionMetadata, TextIconSetConditionalStyleDescriptionModule, TextReader, TextReader_NullTextReader, TextWriter, TextWriter_NullTextWriter, Thickness, ThisMonthExpression, ThisMonthExpressionDescription, ThisMonthExpressionDescriptionMetadata, ThisQuarterExpression, ThisQuarterExpressionDescription, ThisQuarterExpressionDescriptionMetadata, ThisWeekExpression, ThisWeekExpressionDescription, ThisWeekExpressionDescriptionMetadata, ThisYearExpression, ThisYearExpressionDescription, ThisYearExpressionDescriptionMetadata, Thread, Tile, TileGeneratorDescription, TileGeneratorDescriptionMetadata, TileGeneratorMapImageryDescription, TileGeneratorMapImageryDescriptionMetadata, TileGeneratorMapImageryDescriptionModule, TileGeneratorTileSource, TileImageCreatedEventArgs, TileImageZoomChangingEventArgs, TilePositionComparer, TileSeriesDescription, TileSeriesDescriptionMetadata, TileSeriesDescriptionModule, TileWorkCompletedSink, TileWorkSettings, TimeAxisBaseDescription, TimeAxisBaseDescriptionMetadata, TimeAxisBreakDescription, TimeAxisBreakDescriptionMetadata, TimeAxisBreakDescriptionModule, TimeAxisIntervalDescription, TimeAxisIntervalDescriptionMetadata, TimeAxisIntervalDescriptionModule, TimeAxisLabelFormatDescription, TimeAxisLabelFormatDescriptionMetadata, TimeAxisLabelFormatDescriptionModule, TimeXAxisDescription, TimeXAxisDescriptionMetadata, TimeXAxisDescriptionModule, TodayExpression, TodayExpressionDescription, TodayExpressionDescriptionMetadata, TomorrowExpression, TomorrowExpressionDescription, TomorrowExpressionDescriptionMetadata, ToolActionButtonDescription, ToolActionButtonDescriptionMetadata, ToolActionButtonDescriptionModule, ToolActionButtonInfo, ToolActionButtonInfoDescription, ToolActionButtonInfoDescriptionMetadata, ToolActionButtonInfoDisplayType, ToolActionButtonInfoDisplayType_$type, ToolActionButtonPairDescription, ToolActionButtonPairDescriptionMetadata, ToolActionButtonPairDescriptionModule, ToolActionButtonPairInfo, ToolActionButtonPairInfoDescription, ToolActionButtonPairInfoDescriptionMetadata, ToolActionCheckboxDescription, ToolActionCheckboxDescriptionMetadata, ToolActionCheckboxDescriptionModule, ToolActionCheckboxInfo, ToolActionCheckboxInfoDescription, ToolActionCheckboxInfoDescriptionMetadata, ToolActionCheckboxListDescription, ToolActionCheckboxListDescriptionMetadata, ToolActionCheckboxListDescriptionModule, ToolActionCheckboxListInfo, ToolActionCheckboxListInfoDescription, ToolActionCheckboxListInfoDescriptionMetadata, ToolActionColorEditorDescription, ToolActionColorEditorDescriptionMetadata, ToolActionColorEditorDescriptionModule, ToolActionColorEditorInfo, ToolActionColorEditorInfoDescription, ToolActionColorEditorInfoDescriptionMetadata, ToolActionComboDescription, ToolActionComboDescriptionMetadata, ToolActionComboDescriptionModule, ToolActionComboInfo, ToolActionComboInfoDescription, ToolActionComboInfoDescriptionMetadata, ToolActionDescription, ToolActionDescriptionMetadata, ToolActionEventDetailDescription, ToolActionEventDetailDescriptionMetadata, ToolActionFieldSelectorAggregationDescription, ToolActionFieldSelectorAggregationDescriptionMetadata, ToolActionFieldSelectorAggregationDescriptionModule, ToolActionFieldSelectorDescription, ToolActionFieldSelectorDescriptionMetadata, ToolActionFieldSelectorDescriptionModule, ToolActionFieldSelectorInfo, ToolActionFieldSelectorInfoDescription, ToolActionFieldSelectorInfoDescriptionMetadata, ToolActionFieldSelectorInfoType, ToolActionFieldSelectorInfoType_$type, ToolActionFieldSelectorSelectedAggregationDescription, ToolActionFieldSelectorSelectedAggregationDescriptionMetadata, ToolActionFieldSelectorSelectedAggregationDescriptionModule, ToolActionGroupHeaderDescription, ToolActionGroupHeaderDescriptionMetadata, ToolActionGroupHeaderDescriptionModule, ToolActionGroupHeaderInfo, ToolActionGroupHeaderInfoDescription, ToolActionGroupHeaderInfoDescriptionMetadata, ToolActionIconButtonDescription, ToolActionIconButtonDescriptionMetadata, ToolActionIconButtonDescriptionModule, ToolActionIconButtonInfo, ToolActionIconButtonInfoDescription, ToolActionIconButtonInfoDescriptionMetadata, ToolActionIconMenuDescription, ToolActionIconMenuDescriptionMetadata, ToolActionIconMenuDescriptionModule, ToolActionIconMenuInfo, ToolActionIconMenuInfoDescription, ToolActionIconMenuInfoDescriptionMetadata, ToolActionInfo, ToolActionInfoDensity, ToolActionInfoDensity_$type, ToolActionInfoDescription, ToolActionInfoDescriptionMetadata, ToolActionLabelDescription, ToolActionLabelDescriptionMetadata, ToolActionLabelDescriptionModule, ToolActionLabelInfo, ToolActionLabelInfoDescription, ToolActionLabelInfoDescriptionMetadata, ToolActionNumberInputDescription, ToolActionNumberInputDescriptionMetadata, ToolActionNumberInputDescriptionModule, ToolActionNumberInputInfo, ToolActionNumberInputInfoDescription, ToolActionNumberInputInfoDescriptionMetadata, ToolActionPerformedEventArgsDescription, ToolActionPerformedEventArgsDescriptionMetadata, ToolActionPopupOpeningEventArgsDescription, ToolActionPopupOpeningEventArgsDescriptionMetadata, ToolActionRadioDescription, ToolActionRadioDescriptionMetadata, ToolActionRadioDescriptionModule, ToolActionRadioInfo, ToolActionRadioInfoDescription, ToolActionRadioInfoDescriptionMetadata, ToolActionSeparatorDescription, ToolActionSeparatorDescriptionMetadata, ToolActionSeparatorDescriptionModule, ToolActionSeparatorInfo, ToolActionSeparatorInfoDescription, ToolActionSeparatorInfoDescriptionMetadata, ToolActionSubPanelDescription, ToolActionSubPanelDescriptionMetadata, ToolActionSubPanelDescriptionModule, ToolActionSubPanelInfo, ToolActionSubPanelInfoDescription, ToolActionSubPanelInfoDescriptionMetadata, ToolActionTextInputDescription, ToolActionTextInputDescriptionMetadata, ToolActionTextInputDescriptionModule, ToolActionTextInputInfo, ToolActionTextInputInfoDescription, ToolActionTextInputInfoDescriptionMetadata, ToolActionType, ToolActionType_$type, ToolCommand, ToolCommandArgument, ToolCommandArgumentCollection, ToolCommandArgumentDescription, ToolCommandArgumentDescriptionMetadata, ToolCommandDescription, ToolCommandDescriptionMetadata, ToolCommandEventArgsDescription, ToolCommandEventArgsDescriptionMetadata, ToolCommandExecutionState, ToolCommandExecutionState_$type, ToolCommandStateChanged, ToolCommandStateType, ToolCommandStateType_$type, ToolContextBindingDescription, ToolContextBindingDescriptionMetadata, ToolContextBindingInfo, ToolContextBindingInfoDescription, ToolContextBindingInfoDescriptionMetadata, ToolContextBindingMode, ToolContextBindingMode_$type, ToolContextValueType, ToolContextValueType_$type, ToolPanelContentRefreshedEventArgsDescription, ToolPanelContentRefreshedEventArgsDescriptionMetadata, ToolPanelContextChangedEventArgsDescription, ToolPanelContextChangedEventArgsDescriptionMetadata, ToolPanelDescription, ToolPanelDescriptionMetadata, ToolPanelDescriptionModule, ToolbarDescription, ToolbarDescriptionMetadata, ToolbarDescriptionModule, ToolbarSubMenuClosingEventArgsDescription, ToolbarSubMenuClosingEventArgsDescriptionMetadata, ToolbarSubMenuOpeningEventArgsDescription, ToolbarSubMenuOpeningEventArgsDescriptionMetadata, TooltipContainerDescriptionModule, TooltipContainerExtendedDescriptionModule, TopClipper, TouchGestureEventArgs, TouchGestureRecognizer, TouchGestureState_$type, TouchHistoryItem, TouchPointInfo, TouchVelocityReading, TouchVelocityTracker, Transaction, TransactionCommit, TransactionEvent, TransactionEvent_$type, TransactionHistory, TransactionKeyEqualityComparer, TransactionPendingState, TransactionPendingState_$type, TransactionService, TransactionState, TransactionStateDescription, TransactionStateDescriptionMetadata, TransactionType, TransactionType_$type, Transform, TransformCollection, TransformGroup, TransformMatrixHelpler, TransitionOutCompletedEventArgsDescription, TransitionOutCompletedEventArgsDescriptionMetadata, TranslateTransform, TreemapDescription, TreemapDescriptionMetadata, TreemapDescriptionModule, TreemapNodePointerEventArgsDescription, TreemapNodePointerEventArgsDescriptionMetadata, TreemapNodeStyleDescription, TreemapNodeStyleDescriptionMetadata, TreemapNodeStyleDescriptionModule, TreemapNodeStyleMappingDescription, TreemapNodeStyleMappingDescriptionMetadata, TreemapNodeStyleMappingDescriptionModule, TreemapNodeStylingEventArgsDescription, TreemapNodeStylingEventArgsDescriptionMetadata, TrendCalculators, TrendLineLayerDescription, TrendLineLayerDescriptionMetadata, TrendLineLayerDescriptionModule, TrendLineType, TrendLineType_$type, Triangle, TriangulationDataSourceDescription, TriangulationDataSourceDescriptionMetadata, TriangulationSource, TriangulationSourcePointRecord, TriangulationStatusEventArgs, TriangulationStatusEventArgsDescription, TriangulationStatusEventArgsDescriptionMetadata, Triangulator, TriangulatorContext, Tuple, Tuple$2, Tuple$3, Type, TypeDescriptionCleanups, TypeDescriptionContext, TypeDescriptionMetadata, TypeDescriptionPlatform, TypeDescriptionPlatform_$type, TypeDescriptionPropretyTransforms, TypeDescriptionWellKnownType, TypeDescriptionWellKnownType_$type, TypeRegistrar, TypicalPriceIndicatorDescription, TypicalPriceIndicatorDescriptionMetadata, TypicalPriceIndicatorDescriptionModule, UIElement, UIElementCollection, UIElementPropertyAccessor, UIElementPropertyAccessorFactory, UIElementPropertyId_$type, UTF8Encoding, UTF8Encoding_UTF8Decoder, UltimateOscillatorIndicatorDescription, UltimateOscillatorIndicatorDescriptionMetadata, UltimateOscillatorIndicatorDescriptionModule, UnicodeEncoding, UnknownValuePlotting, UnknownValuePlotting_$type, UnsetValue, UploadDataCompletedEventArgs, UploadDataCompletedEventArgsDescription, UploadDataCompletedEventArgsDescriptionMetadata, UploadStringCompletedEventArgs, UploadStringCompletedEventArgsDescription, UploadStringCompletedEventArgsDescriptionMetadata, Uri, UriKind, UriKind_$type, UriParser, ValueBrushScaleDescription, ValueBrushScaleDescriptionMetadata, ValueBrushScaleDescriptionModule, ValueLayerDescription, ValueLayerDescriptionMetadata, ValueLayerDescriptionModule, ValueOverlayDescription, ValueOverlayDescriptionMetadata, ValueOverlayDescriptionModule, ValueType, VersionQueueAction, VersionQueueActionTimeout, VersionQueueHelper, VerticalAlignment, VerticalAlignment_$type, VerticalAnchoredCategorySeriesDescription, VerticalAnchoredCategorySeriesDescriptionMetadata, VerticalSeparatorCellInfoDescription, VerticalSeparatorCellInfoDescriptionMetadata, VerticalStackedSeriesBaseDescription, VerticalStackedSeriesBaseDescriptionMetadata, VirtualDataSource, VirtualDataSourceDescription, VirtualDataSourceDescriptionMetadata, Visibility, Visibility_$type, VisualDataPixelScalingOptions, VoidEventArgsDescription, VoidEventArgsDescriptionMetadata, Void_$type, WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter, WPFXamlCodeGeneratingComponentRendererCodeEmitter, WaterfallSeriesDescription, WaterfallSeriesDescriptionMetadata, WaterfallSeriesDescriptionModule, WeakReference, WebAccordionDescription, WebAccordionDescriptionMetadata, WebAccordionDescriptionModule, WebActionStripDescription, WebActionStripDescriptionMetadata, WebActionStripDescriptionModule, WebActionStripResourceStringsDescription, WebActionStripResourceStringsDescriptionMetadata, WebActiveNodeChangeEventArgsDescription, WebActiveNodeChangeEventArgsDescriptionMetadata, WebActiveNodeChangeEventArgsDetailDescription, WebActiveNodeChangeEventArgsDetailDescriptionMetadata, WebActivePaneEventArgsDescription, WebActivePaneEventArgsDescriptionMetadata, WebActivePaneEventArgsDetailDescription, WebActivePaneEventArgsDetailDescriptionMetadata, WebActiveStepChangedEventArgsDescription, WebActiveStepChangedEventArgsDescriptionMetadata, WebActiveStepChangedEventArgsDetailDescription, WebActiveStepChangedEventArgsDetailDescriptionMetadata, WebActiveStepChangingEventArgsDescription, WebActiveStepChangingEventArgsDescriptionMetadata, WebActiveStepChangingEventArgsDetailDescription, WebActiveStepChangingEventArgsDetailDescriptionMetadata, WebAvatarDescription, WebAvatarDescriptionMetadata, WebAvatarDescriptionModule, WebBadgeDescription, WebBadgeDescriptionMetadata, WebBadgeDescriptionModule, WebBannerDescription, WebBannerDescriptionMetadata, WebBannerDescriptionModule, WebBaseAlertLikeDescription, WebBaseAlertLikeDescriptionMetadata, WebBaseAlertLikeDescriptionModule, WebBaseComboBoxLikeDescription, WebBaseComboBoxLikeDescriptionMetadata, WebBaseComboBoxLikeDescriptionModule, WebBaseDateTimeFilteringOperandDescription, WebBaseDateTimeFilteringOperandDescriptionMetadata, WebBaseEventArgsDescription, WebBaseEventArgsDescriptionMetadata, WebBaseEventArgsDetailDescription, WebBaseEventArgsDetailDescriptionMetadata, WebBaseExporterDescription, WebBaseExporterDescriptionMetadata, WebBaseOptionLikeDescription, WebBaseOptionLikeDescriptionMetadata, WebBaseOptionLikeDescriptionModule, WebBaseSearchInfoDescription, WebBaseSearchInfoDescriptionMetadata, WebBaseToolbarColumnActionsDirectiveDescription, WebBaseToolbarColumnActionsDirectiveDescriptionMetadata, WebBaseToolbarColumnActionsDirectiveDescriptionModule, WebBaseToolbarDirectiveDescription, WebBaseToolbarDirectiveDescriptionMetadata, WebBooleanFilteringOperandDescription, WebBooleanFilteringOperandDescriptionMetadata, WebButtonBaseDescription, WebButtonBaseDescriptionMetadata, WebButtonBaseDescriptionModule, WebButtonDescription, WebButtonDescriptionMetadata, WebButtonDescriptionModule, WebButtonGroupDescription, WebButtonGroupDescriptionMetadata, WebButtonGroupDescriptionModule, WebCalendarBaseDescription, WebCalendarBaseDescriptionMetadata, WebCalendarBaseDescriptionModule, WebCalendarDateEventArgsDescription, WebCalendarDateEventArgsDescriptionMetadata, WebCalendarDescription, WebCalendarDescriptionMetadata, WebCalendarDescriptionModule, WebCalendarResourceStringsDescription, WebCalendarResourceStringsDescriptionMetadata, WebCancelableBrowserEventArgsDescription, WebCancelableBrowserEventArgsDescriptionMetadata, WebCancelableBrowserEventArgsDetailDescription, WebCancelableBrowserEventArgsDetailDescriptionMetadata, WebCancelableEventArgsDescription, WebCancelableEventArgsDescriptionMetadata, WebCancelableEventArgsDetailDescription, WebCancelableEventArgsDetailDescriptionMetadata, WebCardActionsDescription, WebCardActionsDescriptionMetadata, WebCardActionsDescriptionModule, WebCardContentDescription, WebCardContentDescriptionMetadata, WebCardContentDescriptionModule, WebCardDescription, WebCardDescriptionMetadata, WebCardDescriptionModule, WebCardHeaderDescription, WebCardHeaderDescriptionMetadata, WebCardHeaderDescriptionModule, WebCardMediaDescription, WebCardMediaDescriptionMetadata, WebCardMediaDescriptionModule, WebCarouselDescription, WebCarouselDescriptionMetadata, WebCarouselDescriptionModule, WebCarouselIndicatorDescription, WebCarouselIndicatorDescriptionMetadata, WebCarouselIndicatorDescriptionModule, WebCarouselSlideDescription, WebCarouselSlideDescriptionMetadata, WebCarouselSlideDescriptionModule, WebCellPositionDescription, WebCellPositionDescriptionMetadata, WebCellTemplateContextDescription, WebCellTemplateContextDescriptionMetadata, WebCellTypeDescription, WebCellTypeDescriptionMetadata, WebCheckboxBaseDescription, WebCheckboxBaseDescriptionMetadata, WebCheckboxBaseDescriptionModule, WebCheckboxChangeEventArgsDescription, WebCheckboxChangeEventArgsDescriptionMetadata, WebCheckboxChangeEventArgsDetailDescription, WebCheckboxChangeEventArgsDetailDescriptionMetadata, WebCheckboxDescription, WebCheckboxDescriptionMetadata, WebCheckboxDescriptionModule, WebChipDescription, WebChipDescriptionMetadata, WebChipDescriptionModule, WebCircularGradientDescription, WebCircularGradientDescriptionMetadata, WebCircularGradientDescriptionModule, WebCircularProgressDescription, WebCircularProgressDescriptionMetadata, WebCircularProgressDescriptionModule, WebClient, WebClipboardOptionsDescription, WebClipboardOptionsDescriptionMetadata, WebCodeBehindCodeGeneratingComponentRendererCodeEmitter, WebColumnComponentEventArgsDescription, WebColumnComponentEventArgsDescriptionMetadata, WebColumnDescription, WebColumnDescriptionMetadata, WebColumnDescriptionModule, WebColumnEditorOptionsDescription, WebColumnEditorOptionsDescriptionMetadata, WebColumnExportingEventArgsDescription, WebColumnExportingEventArgsDescriptionMetadata, WebColumnExportingEventArgsDetailDescription, WebColumnExportingEventArgsDetailDescriptionMetadata, WebColumnGroupDescription, WebColumnGroupDescriptionMetadata, WebColumnGroupDescriptionModule, WebColumnLayoutDescription, WebColumnLayoutDescriptionMetadata, WebColumnLayoutDescriptionModule, WebColumnMovingEndEventArgsDescription, WebColumnMovingEndEventArgsDescriptionMetadata, WebColumnMovingEndEventArgsDetailDescription, WebColumnMovingEndEventArgsDetailDescriptionMetadata, WebColumnMovingEventArgsDescription, WebColumnMovingEventArgsDescriptionMetadata, WebColumnMovingEventArgsDetailDescription, WebColumnMovingEventArgsDetailDescriptionMetadata, WebColumnMovingStartEventArgsDescription, WebColumnMovingStartEventArgsDescriptionMetadata, WebColumnMovingStartEventArgsDetailDescription, WebColumnMovingStartEventArgsDetailDescriptionMetadata, WebColumnPipeArgsDescription, WebColumnPipeArgsDescriptionMetadata, WebColumnResizeEventArgsDescription, WebColumnResizeEventArgsDescriptionMetadata, WebColumnResizeEventArgsDetailDescription, WebColumnResizeEventArgsDetailDescriptionMetadata, WebColumnSelectionEventArgsDescription, WebColumnSelectionEventArgsDescriptionMetadata, WebColumnSelectionEventArgsDetailDescription, WebColumnSelectionEventArgsDetailDescriptionMetadata, WebColumnStateDescription, WebColumnStateDescriptionMetadata, WebColumnTemplateContextDescription, WebColumnTemplateContextDescriptionMetadata, WebColumnToggledEventArgsDescription, WebColumnToggledEventArgsDescriptionMetadata, WebColumnToggledEventArgsDetailDescription, WebColumnToggledEventArgsDetailDescriptionMetadata, WebColumnVisibilityChangedEventArgsDescription, WebColumnVisibilityChangedEventArgsDescriptionMetadata, WebColumnVisibilityChangedEventArgsDetailDescription, WebColumnVisibilityChangedEventArgsDetailDescriptionMetadata, WebColumnVisibilityChangingEventArgsDescription, WebColumnVisibilityChangingEventArgsDescriptionMetadata, WebColumnVisibilityChangingEventArgsDetailDescription, WebColumnVisibilityChangingEventArgsDetailDescriptionMetadata, WebColumnsAutoGeneratedEventArgsDescription, WebColumnsAutoGeneratedEventArgsDescriptionMetadata, WebColumnsAutoGeneratedEventArgsDetailDescription, WebColumnsAutoGeneratedEventArgsDetailDescriptionMetadata, WebComboChangeEventArgsDescription, WebComboChangeEventArgsDescriptionMetadata, WebComboChangeEventArgsDetailDescription, WebComboChangeEventArgsDetailDescriptionMetadata, WebComboDescription, WebComboDescriptionMetadata, WebComboDescriptionModule, WebComponentArrayDataValueChangedEventArgsDescription, WebComponentArrayDataValueChangedEventArgsDescriptionMetadata, WebComponentBoolValueChangedEventArgsDescription, WebComponentBoolValueChangedEventArgsDescriptionMetadata, WebComponentDataValueChangedEventArgsDescription, WebComponentDataValueChangedEventArgsDescriptionMetadata, WebComponentDateValueChangedEventArgsDescription, WebComponentDateValueChangedEventArgsDescriptionMetadata, WebComponentValueChangedEventArgsDescription, WebComponentValueChangedEventArgsDescriptionMetadata, WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter, WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter, WebContentPaneDescription, WebContentPaneDescriptionMetadata, WebContentPaneDescriptionModule, WebDataCloneStrategyDescription, WebDataCloneStrategyDescriptionMetadata, WebDateFilteringOperandDescription, WebDateFilteringOperandDescriptionMetadata, WebDatePickerDescription, WebDatePickerDescriptionMetadata, WebDatePickerDescriptionModule, WebDateSummaryOperandDescription, WebDateSummaryOperandDescriptionMetadata, WebDateTimeFilteringOperandDescription, WebDateTimeFilteringOperandDescriptionMetadata, WebDateTimeInputDescription, WebDateTimeInputDescriptionMetadata, WebDateTimeInputDescriptionModule, WebDialogDescription, WebDialogDescriptionMetadata, WebDialogDescriptionModule, WebDimensionsChangeDescription, WebDimensionsChangeDescriptionMetadata, WebDimensionsChangeDetailDescription, WebDimensionsChangeDetailDescriptionMetadata, WebDimensionsChangeEventArgsDescription, WebDimensionsChangeEventArgsDescriptionMetadata, WebDividerDescription, WebDividerDescriptionMetadata, WebDividerDescriptionModule, WebDockManagerDescription, WebDockManagerDescriptionMetadata, WebDockManagerDescriptionModule, WebDockManagerLayoutDescription, WebDockManagerLayoutDescriptionMetadata, WebDockManagerLayoutDescriptionModule, WebDockManagerPaneDescription, WebDockManagerPaneDescriptionMetadata, WebDockManagerPointDescription, WebDockManagerPointDescriptionMetadata, WebDockManagerPointDescriptionModule, WebDockManagerResourceStringsDescription, WebDockManagerResourceStringsDescriptionMetadata, WebDockPaneActionDescription, WebDockPaneActionDescriptionMetadata, WebDockingIndicatorDescription, WebDockingIndicatorDescriptionMetadata, WebDocumentHostDescription, WebDocumentHostDescriptionMetadata, WebDocumentHostDescriptionModule, WebDragServiceDescription, WebDragServiceDescriptionMetadata, WebDragServiceDescriptionModule, WebDropdownDescription, WebDropdownDescriptionMetadata, WebDropdownDescriptionModule, WebDropdownGroupDescription, WebDropdownGroupDescriptionMetadata, WebDropdownGroupDescriptionModule, WebDropdownHeaderDescription, WebDropdownHeaderDescriptionMetadata, WebDropdownHeaderDescriptionModule, WebDropdownItemComponentEventArgsDescription, WebDropdownItemComponentEventArgsDescriptionMetadata, WebDropdownItemDescription, WebDropdownItemDescriptionMetadata, WebDropdownItemDescriptionModule, WebExpansionPanelComponentEventArgsDescription, WebExpansionPanelComponentEventArgsDescriptionMetadata, WebExpansionPanelDescription, WebExpansionPanelDescriptionMetadata, WebExpansionPanelDescriptionModule, WebExporterEventArgsDescription, WebExporterEventArgsDescriptionMetadata, WebExporterEventArgsDetailDescription, WebExporterEventArgsDetailDescriptionMetadata, WebExporterOptionsBaseDescription, WebExporterOptionsBaseDescriptionMetadata, WebExpressionTreeDescription, WebExpressionTreeDescriptionMetadata, WebExpressionTreeOrFilteringExpressionDescription, WebExpressionTreeOrFilteringExpressionDescriptionMetadata, WebFieldEditorOptionsDescription, WebFieldEditorOptionsDescriptionMetadata, WebFieldPipeArgsDescription, WebFieldPipeArgsDescriptionMetadata, WebFilteringEventArgsDescription, WebFilteringEventArgsDescriptionMetadata, WebFilteringEventArgsDetailDescription, WebFilteringEventArgsDetailDescriptionMetadata, WebFilteringExpressionDescription, WebFilteringExpressionDescriptionMetadata, WebFilteringExpressionsTreeDescription, WebFilteringExpressionsTreeDescriptionMetadata, WebFilteringExpressionsTreeDetailDescription, WebFilteringExpressionsTreeDetailDescriptionMetadata, WebFilteringExpressionsTreeEventArgsDescription, WebFilteringExpressionsTreeEventArgsDescriptionMetadata, WebFilteringExpressionsTreeOrFilteringExpressionDescription, WebFilteringExpressionsTreeOrFilteringExpressionDescriptionMetadata, WebFilteringExpressionsTreeOrFilteringOperationDescription, WebFilteringExpressionsTreeOrFilteringOperationDescriptionMetadata, WebFilteringOperandDescription, WebFilteringOperandDescriptionMetadata, WebFilteringOperationDescription, WebFilteringOperationDescriptionMetadata, WebFilteringOptionsDescription, WebFilteringOptionsDescriptionMetadata, WebFilteringStrategyDescription, WebFilteringStrategyDescriptionMetadata, WebFloatPaneActionDescription, WebFloatPaneActionDescriptionMetadata, WebFloatingPaneResizeEventArgsDescription, WebFloatingPaneResizeEventArgsDescriptionMetadata, WebFloatingPaneResizeEventArgsDetailDescription, WebFloatingPaneResizeEventArgsDetailDescriptionMetadata, WebFloatingPaneResizeMoveEventArgsDescription, WebFloatingPaneResizeMoveEventArgsDescriptionMetadata, WebFloatingPaneResizeMoveEventArgsDetailDescription, WebFloatingPaneResizeMoveEventArgsDetailDescriptionMetadata, WebForOfDataChangeEventArgsDescription, WebForOfDataChangeEventArgsDescriptionMetadata, WebForOfDataChangeEventArgsDetailDescription, WebForOfDataChangeEventArgsDetailDescriptionMetadata, WebForOfDataChangingEventArgsDescription, WebForOfDataChangingEventArgsDescriptionMetadata, WebForOfDataChangingEventArgsDetailDescription, WebForOfDataChangingEventArgsDetailDescriptionMetadata, WebForOfStateDescription, WebForOfStateDescriptionMetadata, WebForOfStateDetailDescription, WebForOfStateDetailDescriptionMetadata, WebForOfStateEventArgsDescription, WebForOfStateEventArgsDescriptionMetadata, WebGridActionsBaseDirectiveDescription, WebGridActionsBaseDirectiveDescriptionMetadata, WebGridActionsBaseDirectiveDescriptionModule, WebGridBaseDirectiveDescription, WebGridBaseDirectiveDescriptionMetadata, WebGridCellEventArgsDescription, WebGridCellEventArgsDescriptionMetadata, WebGridCellEventArgsDetailDescription, WebGridCellEventArgsDetailDescriptionMetadata, WebGridCellIdentifierDescription, WebGridCellIdentifierDescriptionMetadata, WebGridClipboardEventDescription, WebGridClipboardEventDescriptionMetadata, WebGridClipboardEventDetailDescription, WebGridClipboardEventDetailDescriptionMetadata, WebGridClipboardEventEventArgsDescription, WebGridClipboardEventEventArgsDescriptionMetadata, WebGridContextMenuEventArgsDescription, WebGridContextMenuEventArgsDescriptionMetadata, WebGridContextMenuEventArgsDetailDescription, WebGridContextMenuEventArgsDetailDescriptionMetadata, WebGridCreatedEventArgsDescription, WebGridCreatedEventArgsDescriptionMetadata, WebGridCreatedEventArgsDetailDescription, WebGridCreatedEventArgsDetailDescriptionMetadata, WebGridDescription, WebGridDescriptionMetadata, WebGridDescriptionModule, WebGridEditDoneEventArgsDescription, WebGridEditDoneEventArgsDescriptionMetadata, WebGridEditDoneEventArgsDetailDescription, WebGridEditDoneEventArgsDetailDescriptionMetadata, WebGridEditEventArgsDescription, WebGridEditEventArgsDescriptionMetadata, WebGridEditEventArgsDetailDescription, WebGridEditEventArgsDetailDescriptionMetadata, WebGridEditingActionsDescription, WebGridEditingActionsDescriptionMetadata, WebGridEditingActionsDescriptionModule, WebGridEmptyTemplateContextDescription, WebGridEmptyTemplateContextDescriptionMetadata, WebGridFormGroupCreatedEventArgsDescription, WebGridFormGroupCreatedEventArgsDescriptionMetadata, WebGridFormGroupCreatedEventArgsDetailDescription, WebGridFormGroupCreatedEventArgsDetailDescriptionMetadata, WebGridGroupingStrategyDescription, WebGridGroupingStrategyDescriptionMetadata, WebGridHeaderTemplateContextDescription, WebGridHeaderTemplateContextDescriptionMetadata, WebGridKeydownEventArgsDescription, WebGridKeydownEventArgsDescriptionMetadata, WebGridKeydownEventArgsDetailDescription, WebGridKeydownEventArgsDetailDescriptionMetadata, WebGridMasterDetailContextDescription, WebGridMasterDetailContextDescriptionMetadata, WebGridPaginatorTemplateContextDescription, WebGridPaginatorTemplateContextDescriptionMetadata, WebGridPinningActionsDescription, WebGridPinningActionsDescriptionMetadata, WebGridPinningActionsDescriptionModule, WebGridResourceStringsDescription, WebGridResourceStringsDescriptionMetadata, WebGridRowDescription, WebGridRowDescriptionMetadata, WebGridRowDragGhostContextDescription, WebGridRowDragGhostContextDescriptionMetadata, WebGridRowEditActionsTemplateContextDescription, WebGridRowEditActionsTemplateContextDescriptionMetadata, WebGridRowEditTextTemplateContextDescription, WebGridRowEditTextTemplateContextDescriptionMetadata, WebGridRowEventArgsDescription, WebGridRowEventArgsDescriptionMetadata, WebGridRowEventArgsDetailDescription, WebGridRowEventArgsDetailDescriptionMetadata, WebGridRowTemplateContextDescription, WebGridRowTemplateContextDescriptionMetadata, WebGridScrollEventArgsDescription, WebGridScrollEventArgsDescriptionMetadata, WebGridScrollEventArgsDetailDescription, WebGridScrollEventArgsDetailDescriptionMetadata, WebGridSelectionRangeDescription, WebGridSelectionRangeDescriptionMetadata, WebGridSelectionRangeDetailDescription, WebGridSelectionRangeDetailDescriptionMetadata, WebGridSelectionRangeEventArgsDescription, WebGridSelectionRangeEventArgsDescriptionMetadata, WebGridSortingStrategyDescription, WebGridSortingStrategyDescriptionMetadata, WebGridStateBaseDirectiveDescription, WebGridStateBaseDirectiveDescriptionMetadata, WebGridStateBaseDirectiveDescriptionModule, WebGridStateCollectionDescription, WebGridStateCollectionDescriptionMetadata, WebGridStateDescription, WebGridStateDescriptionMetadata, WebGridStateDescriptionModule, WebGridStateInfoDescription, WebGridStateInfoDescriptionMetadata, WebGridStateInfoDetailDescription, WebGridStateInfoDetailDescriptionMetadata, WebGridStateInfoEventArgsDescription, WebGridStateInfoEventArgsDescriptionMetadata, WebGridStateOptionsDescription, WebGridStateOptionsDescriptionMetadata, WebGridTemplateContextDescription, WebGridTemplateContextDescriptionMetadata, WebGridToolbarActionsDescription, WebGridToolbarActionsDescriptionMetadata, WebGridToolbarActionsDescriptionModule, WebGridToolbarAdvancedFilteringDescription, WebGridToolbarAdvancedFilteringDescriptionMetadata, WebGridToolbarAdvancedFilteringDescriptionModule, WebGridToolbarBaseActionDescription, WebGridToolbarBaseActionDescriptionMetadata, WebGridToolbarContentDescription, WebGridToolbarContentDescriptionMetadata, WebGridToolbarDescription, WebGridToolbarDescriptionMetadata, WebGridToolbarDescriptionModule, WebGridToolbarExportEventArgsDescription, WebGridToolbarExportEventArgsDescriptionMetadata, WebGridToolbarExportEventArgsDetailDescription, WebGridToolbarExportEventArgsDetailDescriptionMetadata, WebGridToolbarExporterDescription, WebGridToolbarExporterDescriptionMetadata, WebGridToolbarExporterDescriptionModule, WebGridToolbarHidingDescription, WebGridToolbarHidingDescriptionMetadata, WebGridToolbarHidingDescriptionModule, WebGridToolbarPinningDescription, WebGridToolbarPinningDescriptionMetadata, WebGridToolbarPinningDescriptionModule, WebGridToolbarTemplateContextDescription, WebGridToolbarTemplateContextDescriptionMetadata, WebGridToolbarTitleDescription, WebGridToolbarTitleDescriptionMetadata, WebGridToolbarTitleDescriptionModule, WebGridValidationStateDescription, WebGridValidationStateDescriptionMetadata, WebGridValidationStatusEventArgsDescription, WebGridValidationStatusEventArgsDescriptionMetadata, WebGridValidationStatusEventArgsDetailDescription, WebGridValidationStatusEventArgsDetailDescriptionMetadata, WebGroupByExpandStateDescription, WebGroupByExpandStateDescriptionMetadata, WebGroupByExpandStateEventArgsDescription, WebGroupByExpandStateEventArgsDescriptionMetadata, WebGroupByKeyDescription, WebGroupByKeyDescriptionMetadata, WebGroupByRecordDescription, WebGroupByRecordDescriptionMetadata, WebGroupByResultDescription, WebGroupByResultDescriptionMetadata, WebGroupByRowSelectorTemplateContextDescription, WebGroupByRowSelectorTemplateContextDescriptionMetadata, WebGroupByRowSelectorTemplateDetailsDescription, WebGroupByRowSelectorTemplateDetailsDescriptionMetadata, WebGroupByRowTemplateContextDescription, WebGroupByRowTemplateContextDescriptionMetadata, WebGroupingDoneEventArgsDescription, WebGroupingDoneEventArgsDescriptionMetadata, WebGroupingDoneEventArgsDetailDescription, WebGroupingDoneEventArgsDetailDescriptionMetadata, WebGroupingExpressionDescription, WebGroupingExpressionDescriptionMetadata, WebGroupingExpressionEventArgsDescription, WebGroupingExpressionEventArgsDescriptionMetadata, WebGroupingStateDescription, WebGroupingStateDescriptionMetadata, WebHeadSelectorTemplateContextDescription, WebHeadSelectorTemplateContextDescriptionMetadata, WebHeadSelectorTemplateDetailsDescription, WebHeadSelectorTemplateDetailsDescriptionMetadata, WebHeaderCollection, WebHeaderTypeDescription, WebHeaderTypeDescriptionMetadata, WebHierarchicalGridBaseDirectiveDescription, WebHierarchicalGridBaseDirectiveDescriptionMetadata, WebHierarchicalGridDescription, WebHierarchicalGridDescriptionMetadata, WebHierarchicalGridDescriptionModule, WebIconButtonDescription, WebIconButtonDescriptionMetadata, WebIconButtonDescriptionModule, WebIconDescription, WebIconDescriptionMetadata, WebIconDescriptionModule, WebIconMetaDescription, WebIconMetaDescriptionMetadata, WebImportsHalper, WebInputBaseDescription, WebInputBaseDescriptionMetadata, WebInputBaseDescriptionModule, WebInputDescription, WebInputDescriptionMetadata, WebInputDescriptionModule, WebLayoutChangeEventArgsDescription, WebLayoutChangeEventArgsDescriptionMetadata, WebLinearProgressDescription, WebLinearProgressDescriptionMetadata, WebLinearProgressDescriptionModule, WebListDescription, WebListDescriptionMetadata, WebListDescriptionModule, WebListHeaderDescription, WebListHeaderDescriptionMetadata, WebListHeaderDescriptionModule, WebListItemDescription, WebListItemDescriptionMetadata, WebListItemDescriptionModule, WebMaskInputBaseDescription, WebMaskInputBaseDescriptionMetadata, WebMaskInputBaseDescriptionModule, WebMaskInputDescription, WebMaskInputDescriptionMetadata, WebMaskInputDescriptionModule, WebMoveFloatingPaneActionDescription, WebMoveFloatingPaneActionDescriptionMetadata, WebMoveTabActionDescription, WebMoveTabActionDescriptionMetadata, WebNavDrawerDescription, WebNavDrawerDescriptionMetadata, WebNavDrawerDescriptionModule, WebNavDrawerHeaderItemDescription, WebNavDrawerHeaderItemDescriptionMetadata, WebNavDrawerHeaderItemDescriptionModule, WebNavDrawerItemDescription, WebNavDrawerItemDescriptionMetadata, WebNavDrawerItemDescriptionModule, WebNavbarDescription, WebNavbarDescriptionMetadata, WebNavbarDescriptionModule, WebNumberEventArgsDescription, WebNumberEventArgsDescriptionMetadata, WebNumberFilteringOperandDescription, WebNumberFilteringOperandDescriptionMetadata, WebNumberSummaryOperandDescription, WebNumberSummaryOperandDescriptionMetadata, WebOverlayOutletDirectiveDescription, WebOverlayOutletDirectiveDescriptionMetadata, WebOverlaySettingsDescription, WebOverlaySettingsDescriptionMetadata, WebPageCancellableEventArgsDescription, WebPageCancellableEventArgsDescriptionMetadata, WebPageCancellableEventArgsDetailDescription, WebPageCancellableEventArgsDetailDescriptionMetadata, WebPageEventArgsDescription, WebPageEventArgsDescriptionMetadata, WebPageEventArgsDetailDescription, WebPageEventArgsDetailDescriptionMetadata, WebPaginatorDescription, WebPaginatorDescriptionMetadata, WebPaginatorDescriptionModule, WebPaginatorResourceStringsDescription, WebPaginatorResourceStringsDescriptionMetadata, WebPagingStateDescription, WebPagingStateDescriptionMetadata, WebPaneCloseEventArgsDescription, WebPaneCloseEventArgsDescriptionMetadata, WebPaneCloseEventArgsDetailDescription, WebPaneCloseEventArgsDetailDescriptionMetadata, WebPaneDragActionDescription, WebPaneDragActionDescriptionMetadata, WebPaneDragEndEventArgsDescription, WebPaneDragEndEventArgsDescriptionMetadata, WebPaneDragEndEventArgsDetailDescription, WebPaneDragEndEventArgsDetailDescriptionMetadata, WebPaneDragOverEventArgsDescription, WebPaneDragOverEventArgsDescriptionMetadata, WebPaneDragOverEventArgsDetailDescription, WebPaneDragOverEventArgsDetailDescriptionMetadata, WebPaneDragStartEventArgsDescription, WebPaneDragStartEventArgsDescriptionMetadata, WebPaneDragStartEventArgsDetailDescription, WebPaneDragStartEventArgsDetailDescriptionMetadata, WebPaneHeaderConnectionEventArgsDescription, WebPaneHeaderConnectionEventArgsDescriptionMetadata, WebPaneHeaderConnectionEventArgsDetailDescription, WebPaneHeaderConnectionEventArgsDetailDescriptionMetadata, WebPaneHeaderElementDescription, WebPaneHeaderElementDescriptionMetadata, WebPaneHeaderElementDescriptionModule, WebPanePinnedEventArgsDescription, WebPanePinnedEventArgsDescriptionMetadata, WebPanePinnedEventArgsDetailDescription, WebPanePinnedEventArgsDetailDescriptionMetadata, WebPinColumnCancellableEventArgsDescription, WebPinColumnCancellableEventArgsDescriptionMetadata, WebPinColumnCancellableEventArgsDetailDescription, WebPinColumnCancellableEventArgsDetailDescriptionMetadata, WebPinColumnEventArgsDescription, WebPinColumnEventArgsDescriptionMetadata, WebPinColumnEventArgsDetailDescription, WebPinColumnEventArgsDetailDescriptionMetadata, WebPinRowEventArgsDescription, WebPinRowEventArgsDescriptionMetadata, WebPinRowEventArgsDetailDescription, WebPinRowEventArgsDetailDescriptionMetadata, WebPinningConfigDescription, WebPinningConfigDescriptionMetadata, WebPivotAggregatorDescription, WebPivotAggregatorDescriptionMetadata, WebPivotConfigurationChangedEventArgsDescription, WebPivotConfigurationChangedEventArgsDescriptionMetadata, WebPivotConfigurationChangedEventArgsDetailDescription, WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata, WebPivotConfigurationDescription, WebPivotConfigurationDescriptionMetadata, WebPivotDataSelectorDescription, WebPivotDataSelectorDescriptionMetadata, WebPivotDataSelectorDescriptionModule, WebPivotDateDimensionDescription, WebPivotDateDimensionDescriptionMetadata, WebPivotDateDimensionDescriptionModule, WebPivotDateDimensionOptionsDescription, WebPivotDateDimensionOptionsDescriptionMetadata, WebPivotDimensionDescription, WebPivotDimensionDescriptionMetadata, WebPivotDimensionDetailDescription, WebPivotDimensionDetailDescriptionMetadata, WebPivotDimensionEventArgsDescription, WebPivotDimensionEventArgsDescriptionMetadata, WebPivotDimensionStrategyDescription, WebPivotDimensionStrategyDescriptionMetadata, WebPivotGridColumnDescription, WebPivotGridColumnDescriptionMetadata, WebPivotGridDescription, WebPivotGridDescriptionMetadata, WebPivotGridDescriptionModule, WebPivotGridRecordDescription, WebPivotGridRecordDescriptionMetadata, WebPivotGridValueTemplateContextDescription, WebPivotGridValueTemplateContextDescriptionMetadata, WebPivotKeysDescription, WebPivotKeysDescriptionMetadata, WebPivotUISettingsDescription, WebPivotUISettingsDescriptionMetadata, WebPivotValueDescription, WebPivotValueDescriptionMetadata, WebPivotValueDetailDescription, WebPivotValueDetailDescriptionMetadata, WebPivotValueEventArgsDescription, WebPivotValueEventArgsDescriptionMetadata, WebPositionSettingsDescription, WebPositionSettingsDescriptionMetadata, WebPositionStrategyDescription, WebPositionStrategyDescriptionMetadata, WebProgressBaseDescription, WebProgressBaseDescriptionMetadata, WebProgressBaseDescriptionModule, WebRadioChangeEventArgsDescription, WebRadioChangeEventArgsDescriptionMetadata, WebRadioChangeEventArgsDetailDescription, WebRadioChangeEventArgsDetailDescriptionMetadata, WebRadioDescription, WebRadioDescriptionMetadata, WebRadioDescriptionModule, WebRadioGroupDescription, WebRadioGroupDescriptionMetadata, WebRadioGroupDescriptionModule, WebRangeSliderDescription, WebRangeSliderDescriptionMetadata, WebRangeSliderDescriptionModule, WebRangeSliderValueDescription, WebRangeSliderValueDescriptionMetadata, WebRangeSliderValueEventArgsDescription, WebRangeSliderValueEventArgsDescriptionMetadata, WebRatingDescription, WebRatingDescriptionMetadata, WebRatingDescriptionModule, WebRatingSymbolDescription, WebRatingSymbolDescriptionMetadata, WebRatingSymbolDescriptionModule, WebRippleDescription, WebRippleDescriptionMetadata, WebRippleDescriptionModule, WebRowDataCancelableEventArgsDescription, WebRowDataCancelableEventArgsDescriptionMetadata, WebRowDataCancelableEventArgsDetailDescription, WebRowDataCancelableEventArgsDetailDescriptionMetadata, WebRowDataEventArgsDescription, WebRowDataEventArgsDescriptionMetadata, WebRowDataEventArgsDetailDescription, WebRowDataEventArgsDetailDescriptionMetadata, WebRowDirectiveDescription, WebRowDirectiveDescriptionMetadata, WebRowDragEndEventArgsDescription, WebRowDragEndEventArgsDescriptionMetadata, WebRowDragEndEventArgsDetailDescription, WebRowDragEndEventArgsDetailDescriptionMetadata, WebRowDragStartEventArgsDescription, WebRowDragStartEventArgsDescriptionMetadata, WebRowDragStartEventArgsDetailDescription, WebRowDragStartEventArgsDetailDescriptionMetadata, WebRowExportingEventArgsDescription, WebRowExportingEventArgsDescriptionMetadata, WebRowExportingEventArgsDetailDescription, WebRowExportingEventArgsDetailDescriptionMetadata, WebRowIslandDescription, WebRowIslandDescriptionMetadata, WebRowIslandDescriptionModule, WebRowSelectionEventArgsDescription, WebRowSelectionEventArgsDescriptionMetadata, WebRowSelectionEventArgsDetailDescription, WebRowSelectionEventArgsDetailDescriptionMetadata, WebRowSelectorTemplateContextDescription, WebRowSelectorTemplateContextDescriptionMetadata, WebRowSelectorTemplateDetailsDescription, WebRowSelectorTemplateDetailsDescriptionMetadata, WebRowToggleEventArgsDescription, WebRowToggleEventArgsDescriptionMetadata, WebRowToggleEventArgsDetailDescription, WebRowToggleEventArgsDetailDescriptionMetadata, WebRowTypeDescription, WebRowTypeDescriptionMetadata, WebScrollStrategyDescription, WebScrollStrategyDescriptionMetadata, WebSearchInfoDescription, WebSearchInfoDescriptionMetadata, WebSelectDescription, WebSelectDescriptionMetadata, WebSelectDescriptionModule, WebSelectGroupDescription, WebSelectGroupDescriptionMetadata, WebSelectGroupDescriptionModule, WebSelectHeaderDescription, WebSelectHeaderDescriptionMetadata, WebSelectHeaderDescriptionModule, WebSelectItemComponentEventArgsDescription, WebSelectItemComponentEventArgsDescriptionMetadata, WebSelectItemDescription, WebSelectItemDescriptionMetadata, WebSelectItemDescriptionModule, WebSizeDescription, WebSizeDescriptionMetadata, WebSliderBaseDescription, WebSliderBaseDescriptionMetadata, WebSliderBaseDescriptionModule, WebSliderDescription, WebSliderDescriptionMetadata, WebSliderDescriptionModule, WebSliderLabelDescription, WebSliderLabelDescriptionMetadata, WebSliderLabelDescriptionModule, WebSnackbarDescription, WebSnackbarDescriptionMetadata, WebSnackbarDescriptionModule, WebSortingEventArgsDescription, WebSortingEventArgsDescriptionMetadata, WebSortingEventArgsDetailDescription, WebSortingEventArgsDetailDescriptionMetadata, WebSortingExpressionDescription, WebSortingExpressionDescriptionMetadata, WebSortingExpressionEventArgsDescription, WebSortingExpressionEventArgsDescriptionMetadata, WebSortingOptionsDescription, WebSortingOptionsDescriptionMetadata, WebSortingStrategyDescription, WebSortingStrategyDescriptionMetadata, WebSplitPaneDescription, WebSplitPaneDescriptionMetadata, WebSplitPaneDescriptionModule, WebStepDescription, WebStepDescriptionMetadata, WebStepDescriptionModule, WebStepperDescription, WebStepperDescriptionMetadata, WebStepperDescriptionModule, WebStringFilteringOperandDescription, WebStringFilteringOperandDescriptionMetadata, WebSummaryExpressionDescription, WebSummaryExpressionDescriptionMetadata, WebSummaryOperandDescription, WebSummaryOperandDescriptionMetadata, WebSummaryResultDescription, WebSummaryResultDescriptionMetadata, WebSummaryTemplateContextDescription, WebSummaryTemplateContextDescriptionMetadata, WebSwitchDescription, WebSwitchDescriptionMetadata, WebSwitchDescriptionModule, WebTabComponentEventArgsDescription, WebTabComponentEventArgsDescriptionMetadata, WebTabDescription, WebTabDescriptionMetadata, WebTabDescriptionModule, WebTabGroupPaneDescription, WebTabGroupPaneDescriptionMetadata, WebTabGroupPaneDescriptionModule, WebTabHeaderConnectionEventArgsDescription, WebTabHeaderConnectionEventArgsDescriptionMetadata, WebTabHeaderConnectionEventArgsDetailDescription, WebTabHeaderConnectionEventArgsDetailDescriptionMetadata, WebTabHeaderElementDescription, WebTabHeaderElementDescriptionMetadata, WebTabHeaderElementDescriptionModule, WebTabsDescription, WebTabsDescriptionMetadata, WebTabsDescriptionModule, WebTextareaDescription, WebTextareaDescriptionMetadata, WebTextareaDescriptionModule, WebTileChangeStateEventArgsDescription, WebTileChangeStateEventArgsDescriptionMetadata, WebTileChangeStateEventArgsDetailDescription, WebTileChangeStateEventArgsDetailDescriptionMetadata, WebTileComponentEventArgsDescription, WebTileComponentEventArgsDescriptionMetadata, WebTileDescription, WebTileDescriptionMetadata, WebTileDescriptionModule, WebTileManagerDescription, WebTileManagerDescriptionMetadata, WebTileManagerDescriptionModule, WebTimeFilteringOperandDescription, WebTimeFilteringOperandDescriptionMetadata, WebTimeSummaryOperandDescription, WebTimeSummaryOperandDescriptionMetadata, WebToastDescription, WebToastDescriptionMetadata, WebToastDescriptionModule, WebToggleButtonDescription, WebToggleButtonDescriptionMetadata, WebToggleButtonDescriptionModule, WebToggleViewCancelableEventArgsDescription, WebToggleViewCancelableEventArgsDescriptionMetadata, WebToggleViewCancelableEventArgsDetailDescription, WebToggleViewCancelableEventArgsDetailDescriptionMetadata, WebToggleViewEventArgsDescription, WebToggleViewEventArgsDescriptionMetadata, WebToggleViewEventArgsDetailDescription, WebToggleViewEventArgsDetailDescriptionMetadata, WebTooltipDescription, WebTooltipDescriptionMetadata, WebTooltipDescriptionModule, WebTransactionServiceDescription, WebTransactionServiceDescriptionMetadata, WebTreeDescription, WebTreeDescriptionMetadata, WebTreeDescriptionModule, WebTreeGridDescription, WebTreeGridDescriptionMetadata, WebTreeGridDescriptionModule, WebTreeGridRecordDescription, WebTreeGridRecordDescriptionMetadata, WebTreeItemComponentEventArgsDescription, WebTreeItemComponentEventArgsDescriptionMetadata, WebTreeItemDescription, WebTreeItemDescriptionMetadata, WebTreeItemDescriptionModule, WebTreeSelectionEventArgsDescription, WebTreeSelectionEventArgsDescriptionMetadata, WebTreeSelectionEventArgsDetailDescription, WebTreeSelectionEventArgsDetailDescriptionMetadata, WebValidationErrorsDescription, WebValidationErrorsDescriptionMetadata, WebValuesChangeDescription, WebValuesChangeDescriptionMetadata, WebValuesChangeDetailDescription, WebValuesChangeDetailDescriptionMetadata, WebValuesChangeEventArgsDescription, WebValuesChangeEventArgsDescriptionMetadata, WeightedCloseIndicatorDescription, WeightedCloseIndicatorDescriptionMetadata, WeightedCloseIndicatorDescriptionModule, WhitespaceHandling, WhitespaceHandling_$type, WilliamsPercentRIndicatorDescription, WilliamsPercentRIndicatorDescriptionMetadata, WilliamsPercentRIndicatorDescriptionModule, WrapperExpression, WrapperExpressionDescription, WrapperExpressionDescriptionMetadata, WriteState, WriteState_$type, WriteableBitmap, XAttribute, XBaseDataType, XBaseDataType_$type, XBaseField, XContainer, XDocument, XElement, XName, XNamespace, XNode, XObject, XYChartDescription, XYChartDescriptionMetadata, XamMultiScaleImage, XamMultiScaleImageView, XamMultiScaleTileSource, XmlAttribute_$type, XmlChar, XmlConvert, XmlDocument_$type, XmlElement_$type, XmlException, XmlInputStream, XmlLinkedNode_$type, XmlNameTable, XmlNamedNodeMap_$type, XmlNamespaceManager, XmlNamespaceManager_NsDecl, XmlNamespaceManager_NsScope, XmlNamespaceScope_$type, XmlNodeList_$type, XmlNodeType, XmlNodeType_$type, XmlNode_$type, XmlParserContext, XmlParserContext_ContextItem, XmlReader, XmlResolver, XmlSpace, XmlSpace_$type, XmlStreamReader, XmlTextReader, XmlTextReader_DtdInputStateStack, XmlTextReader_DtdInputState_$type, XmlTextReader_TagName, XmlTextReader_XmlAttributeTokenInfo, XmlTextReader_XmlTokenInfo, XmlTextWriter, XmlTextWriter_StringUtil, XmlTextWriter_XmlDeclState_$type, XmlTextWriter_XmlNodeInfo, XmlUrlResolver, XmlUtils, XmlWriter, YearToDateExpression, YearToDateExpressionDescription, YearToDateExpressionDescriptionMetadata, YesterdayExpression, YesterdayExpressionDescription, YesterdayExpressionDescriptionMetadata, ZoomSliderDescription, ZoomSliderDescriptionMetadata, ZoomSliderDescriptionModule, ZoomSliderResolvingAxisValueEventArgsDescription, ZoomSliderResolvingAxisValueEventArgsDescriptionMetadata, a$, addBrushPaletteThemeEntry, addPaletteThemeEntry, addTextThemeEntry, arrayClear, arrayClear1, arrayContains, arrayCopy, arrayCopy1, arrayCopy2, arrayCopyTo, arrayFindByName, arrayGetLength, arrayGetRank, arrayGetValue, arrayIndexOf1, arrayInsert, arrayInsertRange, arrayInsertRange1, arrayLast, arrayListCreate, arrayRemoveAt, arrayRemoveItem, arrayResize, arrayShallowClone, b$, b64toUint8Array, boolCompare, boolToDecimal, boolToDouble, boolToInt16, boolToInt32, boolToInt64, boolToSingle, boolToString, boolToUInt16, boolToUInt32, boolToUInt64, boxArray$1, brushCollectionToString, brushToString, callStaticConstructors, ceil10, charMaxValue, charMinValue, colorCollectionToString, colorToString, compareTo, createGuid, createMutationObserver, d$, dateAdd, dateAddDays, dateAddHours, dateAddMinutes, dateAddMonths, dateAddSeconds, dateAddYears, dateEquals, dateFromFileTime, dateFromFileTimeUtc, dateFromMilliseconds, dateFromTicks, dateFromValues, dateGetDate, dateGetMonth, dateGetTimeOfDay, dateIsDST, dateIsLeapYear, dateKind, dateMaxValue, dateMinValue, dateNow, dateParse, dateParseExact, dateStdTimezoneOffset, dateSubtract, dateToFileTime, dateToString, dateToStringFormat, dateToday, dateTryParse, daysInMonth, decimalAdjust, defaultDVDateParse, delegateCombine, delegateRemove, doubleCollectionToString, endsWith1, ensureBool, ensureEnum, enumGetBox, enumToString, floor10, fromBrushCollection, fromColorCollection, fromDict, fromDoubleCollection, fromEn, fromEnum, fromOADate, fromPoint, fromRect, fromSize, fromSpinal, getAllPropertyNames, getBoxIfEnum, getColorStringSafe, getEn, getEnumerator, getEnumeratorObject, getInstanceType, getModifiedProps, ieeeRemainder, indexOfAny, initializePropertiesFromCss, intDivide, intSToU, intToString, intToString1, interfaceToInternal, isDigit, isDigit1, isInfinity, isLetter, isLetterOrDigit, isLower, isNaN_, isNegativeInfinity, isNumber, isPoint, isPositiveInfinity, isRect, isSize, isValidProp, lastIndexOfAny, log10, logBase, markDep, markEnum, markStruct, markType, n$, netRegexToJS, nullableAdd, nullableConcat, nullableDivide, nullableEquals, nullableGreaterThan, nullableGreaterThanOrEqual, nullableIsNull, nullableLessThan, nullableLessThanOrEqual, nullableModulus, nullableMultiply, nullableNotEquals, nullableSubtract, numberToString, numberToString1, numberToString2, padLeft, padRight, parseBool, parseInt16_1, parseInt16_2, parseInt32_1, parseInt32_2, parseInt64_1, parseInt64_2, parseInt8_1, parseInt8_2, parseIntCore, parseNumber, parseNumber1, parseUInt16_1, parseUInt16_2, parseUInt32_1, parseUInt32_2, parseUInt64_1, parseUInt64_2, parseUInt8_1, parseUInt8_2, pointFromLiteral, pointToLiteral, pointToString, rectFromLiteral, rectToLiteral, rectToString, reverse, rgbToHex, round10, round10N, runOn, s$, sizeFromLiteral, sizeToLiteral, sizeToString, sleep, startsWith1, strToColor, stringCompare, stringCompare1, stringCompare2, stringCompare3, stringCompareOrdinal, stringCompareTo, stringConcat, stringContains, stringCopyToCharArray, stringCreateFromChar, stringCreateFromCharArray, stringCreateFromCharArraySlice, stringEmpty, stringEndsWith, stringEquals, stringEquals1, stringEscapeRegExp, stringFormat, stringFormat1, stringFormat2, stringInsert, stringIsDigit, stringIsNullOrEmpty, stringIsNullOrWhiteSpace, stringJoin, stringJoin1, stringRemove, stringReplace, stringSplit, stringStartsWith, stringToBrush, stringToCharArray, stringToColor, stringToLocaleLower, stringToLocaleUpper, stringToString$1, stringToString1, timeSpanDays, timeSpanFromDays, timeSpanFromHours, timeSpanFromMilliseconds, timeSpanFromMinutes, timeSpanFromSeconds, timeSpanFromTicks, timeSpanHours, timeSpanInit1, timeSpanInit2, timeSpanInit3, timeSpanMilliseconds, timeSpanMinutes, timeSpanNegate, timeSpanSeconds, timeSpanTicks, timeSpanTotalDays, timeSpanTotalHours, timeSpanTotalMilliseconds, timeSpanTotalMinutes, timeSpanTotalSeconds, toBoolean, toBrushCollection, toColorCollection, toDecimal, toDouble, toDoubleCollection, toEn, toEnum, toLocalTime, toLongDateString, toLongTimeString, toNullable, toOADate, toPoint, toRect, toSize, toSpinal, toString1, toUniversalTime, trim, trimEnd, trimStart, truncate, tryParseBool, tryParseInt16_1, tryParseInt16_2, tryParseInt32_1, tryParseInt32_2, tryParseInt64_1, tryParseInt64_2, tryParseInt8_1, tryParseInt8_2, tryParseIntCore, tryParseNumber, tryParseNumber1, tryParseUInt16_1, tryParseUInt16_2, tryParseUInt32_1, tryParseUInt32_2, tryParseUInt64_1, tryParseUInt64_2, tryParseUInt8_1, tryParseUInt8_2, typeCast, typeCastObjTo$t, typeGetValue, u32BitwiseAnd, u32BitwiseOr, u32BitwiseXor, u32LS, uint8ArraytoB64, unboxArray, unicode_hack, unwrapNullable, v$, wellKnownColors, wrapNullable };
|
|
279132
|
+
export { APIFactory, AbsolutePanelBridge, AbsoluteVolumeOscillatorIndicatorDescription, AbsoluteVolumeOscillatorIndicatorDescriptionMetadata, AbsoluteVolumeOscillatorIndicatorDescriptionModule, AbstractEnumerable, AbstractEnumerator, AccumulationDistributionIndicatorDescription, AccumulationDistributionIndicatorDescriptionMetadata, AccumulationDistributionIndicatorDescriptionModule, Activator, AggregateException, AggregatedDataProvider, AggregatedDataProviderLayerInfo, AggregatedDataProviderLayerMap, AggregatedDataProviderTargetDataSourceNotifier, AggregatedDataProviderTopLayer, AlignLinearGraphLabelEventArgsDescription, AlignLinearGraphLabelEventArgsDescriptionMetadata, AlignRadialGaugeLabelEventArgsDescription, AlignRadialGaugeLabelEventArgsDescriptionMetadata, AnchoredCategorySeriesDescription, AnchoredCategorySeriesDescriptionMetadata, AnchoredRadialSeriesDescription, AnchoredRadialSeriesDescriptionMetadata, AngleSimplifier, AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter, AngularRenderer, AngularTemplateCodeGeneratingComponentRendererCodeEmitter, AngularWrapper, AnimationBrowserTickProvider, AnimationIdleEventArgsDescription, AnimationIdleEventArgsDescriptionMetadata, AnimationKeyFrame, AnimationKeyFrameEffect, AnimationKeyFrameEffectTargetType_$type, AnimationKeyFrameEffectTiming, AnimationKeyFrameProperty, AnimationManager, AnimationState, AnnotationLayerDescription, AnnotationLayerDescriptionMetadata, AnnotationLayerProxyDescriptionModule, AppearanceHelper, ApplyButtonClickEventArgsDescription, ApplyButtonClickEventArgsDescriptionMetadata, ArcGISOnlineMapImageryDescription, ArcGISOnlineMapImageryDescriptionMetadata, ArcGISOnlineMapImageryDescriptionModule, ArcGISOnlineTileSource, ArcSegment, ArcSegmentData, AreaFragmentDescription, AreaFragmentDescriptionMetadata, AreaFragmentDescriptionModule, AreaSeriesDescription, AreaSeriesDescriptionMetadata, AreaSeriesDescriptionModule, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, ArrayAccessHelper, ArrayBox$1, ArrayExtension, Array_$type, AsciiEncoding, AssigningCategoryMarkerStyleEventArgsDescription, AssigningCategoryMarkerStyleEventArgsDescriptionMetadata, AssigningCategoryStyleEventArgsBaseDescription, AssigningCategoryStyleEventArgsBaseDescriptionMetadata, AssigningCategoryStyleEventArgsDescription, AssigningCategoryStyleEventArgsDescriptionMetadata, AssigningPolarMarkerStyleEventArgsDescription, AssigningPolarMarkerStyleEventArgsDescriptionMetadata, AssigningPolarStyleEventArgsBaseDescription, AssigningPolarStyleEventArgsBaseDescriptionMetadata, AssigningPolarStyleEventArgsDescription, AssigningPolarStyleEventArgsDescriptionMetadata, AssigningRadialMarkerStyleEventArgsDescription, AssigningRadialMarkerStyleEventArgsDescriptionMetadata, AssigningRadialStyleEventArgsBaseDescription, AssigningRadialStyleEventArgsBaseDescriptionMetadata, AssigningRadialStyleEventArgsDescription, AssigningRadialStyleEventArgsDescriptionMetadata, AssigningScatterMarkerStyleEventArgsDescription, AssigningScatterMarkerStyleEventArgsDescriptionMetadata, AssigningScatterStyleEventArgsBaseDescription, AssigningScatterStyleEventArgsBaseDescriptionMetadata, AssigningScatterStyleEventArgsDescription, AssigningScatterStyleEventArgsDescriptionMetadata, AssigningSeriesShapeStyleEventArgsBaseDescription, AssigningSeriesShapeStyleEventArgsBaseDescriptionMetadata, AssigningSeriesStyleEventArgsBaseDescription, AssigningSeriesStyleEventArgsBaseDescriptionMetadata, AssigningShapeMarkerStyleEventArgsDescription, AssigningShapeMarkerStyleEventArgsDescriptionMetadata, AssigningShapeStyleEventArgsBaseDescription, AssigningShapeStyleEventArgsBaseDescriptionMetadata, AssigningShapeStyleEventArgsDescription, AssigningShapeStyleEventArgsDescriptionMetadata, AsyncCompletedEventArgs, AsyncCompletedEventArgsDescription, AsyncCompletedEventArgsDescriptionMetadata, AsyncDataSourcePageRequest, AsyncDataSourcePageTaskHolder, AsyncVirtualDataSourceDataProviderWorkerSettings, AsyncVirtualDataSourceProviderTaskDataHolder, AsyncVirtualDataSourceProviderWorker, AsyncVirtualDataTask, AsyncVirtualDataTaskCompletionSource, AverageDirectionalIndexIndicatorDescription, AverageDirectionalIndexIndicatorDescriptionMetadata, AverageDirectionalIndexIndicatorDescriptionModule, AverageSummaryCalculator, AverageTrueRangeIndicatorDescription, AverageTrueRangeIndicatorDescriptionMetadata, AverageTrueRangeIndicatorDescriptionModule, AxisAnnotationDescription, AxisAnnotationDescriptionMetadata, AxisDescription, AxisDescriptionMetadata, AxisRangeChangedEventArgsDescription, AxisRangeChangedEventArgsDescriptionMetadata, AzureMapsImageryDescription, AzureMapsImageryDescriptionMetadata, AzureMapsImageryDescriptionModule, AzureMapsTileSource, BarFragmentDescription, BarFragmentDescriptionMetadata, BarFragmentDescriptionModule, BarSeriesDescription, BarSeriesDescriptionMetadata, BarSeriesDescriptionModule, Base, BaseControlTheme, BaseControlTheme_$type, BaseDOMEventProxy, BaseDataSource, BaseDataSourceDescription, BaseDataSourceDescriptionMetadata, BaseError, BaseGenericDataSource, BaseGenericDataSourceDescription, BaseGenericDataSourceDescriptionMetadata, BaseTransactionService, BaseVirtualDataProvider, BezierSegment, BezierSegmentData, BinaryFileDownloader, BinaryReader, BinaryUtil, BinaryWriter, Binding, BindingFormatter, BingMapsMapImageryDescription, BingMapsMapImageryDescriptionMetadata, BingMapsMapImageryDescriptionModule, BingMapsTileSource, BitArray, BitConverter, BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter, BlazorCodeGeneratingComponentRendererModuleEmitter, BlazorRazorCodeGeneratingComponentRendererCodeEmitter, BollingerBandWidthIndicatorDescription, BollingerBandWidthIndicatorDescriptionMetadata, BollingerBandWidthIndicatorDescriptionModule, BollingerBandsOverlayDescription, BollingerBandsOverlayDescriptionMetadata, BollingerBandsOverlayDescriptionModule, Boolean_$type, BottomClipper, BoxCollisionGeometry, BoxesCollisionGeometry, BreakEvenDataInfo, BreakEvenDataRule, BreakEvenItem, BreakEvenPoints, Brush, BrushAppearanceData, BrushCollection, BrushCollectionUtil, BrushScaleDescription, BrushScaleDescriptionMetadata, BrushScaleDescriptionModule, BrushUtil, BrushUtilCore, BubbleSeriesDescription, BubbleSeriesDescriptionMetadata, BubbleSeriesDescriptionModule, Buffer, BulletGraphCoreDescriptionModule, BulletGraphDescription, BulletGraphDescriptionMetadata, BulletGraphDescriptionModule, ButtonClickEventArgsDescription, ButtonClickEventArgsDescriptionMetadata, ButtonDescription, ButtonDescriptionMetadata, ButtonDescriptionModule, ButtonGroupDescription, ButtonGroupDescriptionMetadata, ButtonGroupDescriptionModule, ButtonGroupSelectionChangedEventArgsDescription, ButtonGroupSelectionChangedEventArgsDescriptionMetadata, CSSColorUtil, CalculatedColumnDescription, CalculatedColumnDescriptionMetadata, Calendar, CalendarDateDescription, CalendarDateDescriptionMetadata, CalendarDescription, CalendarDescriptionMetadata, CalendarDescriptionModule, CalendarFormatOptionsDescription, CalendarFormatOptionsDescriptionMetadata, CalendarWeekRule_$type, CalloutAnnotationDescription, CalloutAnnotationDescriptionMetadata, CalloutCollisionMode, CalloutCollisionMode_$type, CalloutContentUpdatingEventArgsDescription, CalloutContentUpdatingEventArgsDescriptionMetadata, CalloutLabelUpdatingEventArgsDescription, CalloutLabelUpdatingEventArgsDescriptionMetadata, CalloutLayerDescription, CalloutLayerDescriptionMetadata, CalloutLayerDescriptionModule, CalloutRenderStyleUpdatingEventArgsDescription, CalloutRenderStyleUpdatingEventArgsDescriptionMetadata, CalloutSeriesSelectingEventArgsDescription, CalloutSeriesSelectingEventArgsDescriptionMetadata, CalloutStyleUpdatingEventArgsDescription, CalloutStyleUpdatingEventArgsDescriptionMetadata, CancelBehavior, CancelBehavior_$type, CancelButtonClickEventArgsDescription, CancelButtonClickEventArgsDescriptionMetadata, CancelEventArgs, CancelEventArgsDescription, CancelEventArgsDescriptionMetadata, CancellingMultiScaleImageEventArgs, CancellingMultiScaleImageEventArgsDescription, CancellingMultiScaleImageEventArgsDescriptionMetadata, Canvas, CanvasGestureDOMEventProxy, CanvasRenderScheduler, CanvasViewRenderer, Capture, CaptureImageFormat, CaptureImageFormat_$type, CaptureImageSettings, CaptureImageSettingsDescription, CaptureImageSettingsDescriptionMetadata, CategoryAngleAxisDescription, CategoryAngleAxisDescriptionMetadata, CategoryAngleAxisDescriptionModule, CategoryAxisBaseDescription, CategoryAxisBaseDescriptionMetadata, CategoryChartCoreDescriptionModule, CategoryChartDescription, CategoryChartDescriptionMetadata, CategoryChartDescriptionModule, CategoryChartToolbarDescriptionModule, CategoryDateTimeXAxisDescription, CategoryDateTimeXAxisDescriptionMetadata, CategoryDateTimeXAxisDescriptionModule, CategoryHighlightLayerDescription, CategoryHighlightLayerDescriptionMetadata, CategoryHighlightLayerDescriptionModule, CategoryItemHighlightLayerDescription, CategoryItemHighlightLayerDescriptionMetadata, CategoryItemHighlightLayerDescriptionModule, CategorySeriesDescription, CategorySeriesDescriptionMetadata, CategoryToolTipLayerDescription, CategoryToolTipLayerDescriptionMetadata, CategoryToolTipLayerDescriptionModule, CategoryXAxisDescription, CategoryXAxisDescriptionMetadata, CategoryXAxisDescriptionModule, CategoryYAxisDescription, CategoryYAxisDescriptionMetadata, CategoryYAxisDescriptionModule, CellActionManagerDescription, CellActionManagerDescriptionMetadata, CellInfoDescription, CellInfoDescriptionMetadata, CellKeyDescription, CellKeyDescriptionMetadata, CellKeyDescriptionModule, CellRangeDescription, CellRangeDescriptionMetadata, CellRangeDescriptionModule, CellStyleRequestedEventArgsDescription, CellStyleRequestedEventArgsDescriptionMetadata, ChaikinOscillatorIndicatorDescription, ChaikinOscillatorIndicatorDescriptionMetadata, ChaikinOscillatorIndicatorDescriptionModule, ChaikinVolatilityIndicatorDescription, ChaikinVolatilityIndicatorDescriptionMetadata, ChaikinVolatilityIndicatorDescriptionModule, ChartCursorEventArgsDescription, ChartCursorEventArgsDescriptionMetadata, ChartGroupDescriptionDescription, ChartGroupDescriptionDescriptionMetadata, ChartGroupDescriptionDescriptionModule, ChartMouseEventArgsDescription, ChartMouseEventArgsDescriptionMetadata, ChartResizeIdleEventArgsDescription, ChartResizeIdleEventArgsDescriptionMetadata, ChartSelectionDescription, ChartSelectionDescriptionMetadata, ChartSelectionDescriptionModule, ChartSeriesEventArgsDescription, ChartSeriesEventArgsDescriptionMetadata, ChartSortDescriptionDescription, ChartSortDescriptionDescriptionMetadata, ChartSortDescriptionDescriptionModule, ChartSummaryDescriptionDescription, ChartSummaryDescriptionDescriptionMetadata, ChartSummaryDescriptionDescriptionModule, CheckboxChangeEventArgsDescription, CheckboxChangeEventArgsDescriptionMetadata, CheckboxDescription, CheckboxDescriptionMetadata, CheckboxDescriptionModule, CheckboxListDescription, CheckboxListDescriptionMetadata, CheckboxListDescriptionModule, CheckboxListIndexTypeChangedEventArgsDescription, CheckboxListIndexTypeChangedEventArgsDescriptionMetadata, CheckboxListKeysClearedEventArgsDescription, CheckboxListKeysClearedEventArgsDescriptionMetadata, CheckedChangedEventArgsDescription, CheckedChangedEventArgsDescriptionMetadata, ChildContentDescriptionModule, ChildContentExtendedDescriptionModule, CircleCollisionGeometry, Clipboard, Clipper, CodeGeneratingCodeWriter, CodeGeneratingComponentRenderer, CodeGeneratingComponentRendererCodeEmitter, CodeGeneratingComponentRendererDataEmitter, CodeGeneratingComponentRendererDataEmitterItemType, CodeGeneratingComponentRendererDataEmitterPropertyType, CodeGeneratingComponentRendererHandlerEmitter, CodeGeneratingComponentRendererModuleEmitter, CodeGeneratingComponentRendererTemplateEmitter, CodeGeneratingImportManager, CodeGeneratingRegexHelper, CodeGeneratingRendererResult, CodeGenerationContainer, CodeGenerationFolderTemplate, CodeGenerationItemBuilder, CodeGenerationItemBuilderPropertyInfo, CodeGenerationLibrary, CodeGenerationLibraryItem, CodeGenerationLibraryItemContent, CodeGenerationLibraryItemContentConfiguration, CodeGenerationLibraryItemContentLocation, CodeGenerationLibraryItemContentLocation_$type, CodeGenerationLibraryItemPlatform, CodeGenerationLibraryItemPlatform_$type, CodeGenerationLibraryItemType, CodeGenerationLibraryItemType_$type, CodeGenerationRendererAdapter, CodeGenerationRendererOptions, CodeGenerationSpecialValue, CodeGenerationSpecialValueType_$type, CodeGenerationTargetPlatforms, CodeGenerationTargetPlatforms_$type, CodeGenerationTransformer, Collection$1, CollectionAdapter, CollisionGeometry, CollisionGeometryType, CollisionGeometryType_$type, CollisionRect, Color, ColorCollectionUtil, ColorData, ColorEditorDescription, ColorEditorDescriptionMetadata, ColorEditorDescriptionModule, ColorEditorGotFocusEventArgsDescription, ColorEditorGotFocusEventArgsDescriptionMetadata, ColorEditorLostFocusEventArgsDescription, ColorEditorLostFocusEventArgsDescriptionMetadata, ColorEditorPanelClosedEventArgsDescription, ColorEditorPanelClosedEventArgsDescriptionMetadata, ColorEditorPanelDescription, ColorEditorPanelDescriptionMetadata, ColorEditorPanelDescriptionModule, ColorEditorPanelSelectedValueChangedEventArgsDescription, ColorEditorPanelSelectedValueChangedEventArgsDescriptionMetadata, ColorScaleDescription, ColorScaleDescriptionMetadata, ColorUtil, ColumnChooserDescription, ColumnChooserDescriptionMetadata, ColumnChooserDescriptionModule, ColumnComparisonFilterConditionDescription, ColumnComparisonFilterConditionDescriptionMetadata, ColumnCustomFilterConditionDescription, ColumnCustomFilterConditionDescriptionMetadata, ColumnDependenciesDescriptionModule, ColumnExchangerDescription, ColumnExchangerDescriptionMetadata, ColumnFilterConditionDescription, ColumnFilterConditionDescriptionMetadata, ColumnFilterConditionGroupDescription, ColumnFilterConditionGroupDescriptionMetadata, ColumnFragmentDescription, ColumnFragmentDescriptionMetadata, ColumnFragmentDescriptionModule, ColumnGroupDescriptionDescription, ColumnGroupDescriptionDescriptionMetadata, ColumnGroupDescriptionDescriptionModule, ColumnGroupingDescription, ColumnGroupingDescriptionMetadata, ColumnGroupingDescriptionModule, ColumnHiddenChangedEventArgsDescription, ColumnHiddenChangedEventArgsDescriptionMetadata, ColumnMovingSeparatorDescription, ColumnMovingSeparatorDescriptionMetadata, ColumnMovingSeparatorDescriptionModule, ColumnPinnedChangedEventArgsDescription, ColumnPinnedChangedEventArgsDescriptionMetadata, ColumnPinningDescription, ColumnPinningDescriptionMetadata, ColumnPinningDescriptionModule, ColumnPropertySetterDescription, ColumnPropertySetterDescriptionMetadata, ColumnReference, ColumnResizingSeparatorDescription, ColumnResizingSeparatorDescriptionMetadata, ColumnResizingSeparatorDescriptionModule, ColumnSeriesDescription, ColumnSeriesDescriptionMetadata, ColumnSeriesDescriptionModule, ColumnSortDescriptionDescription, ColumnSortDescriptionDescriptionMetadata, ColumnSortDescriptionDescriptionModule, ColumnSummaryDescriptionDescription, ColumnSummaryDescriptionDescriptionMetadata, ColumnSummaryDescriptionDescriptionModule, ColumnSupportingCalculationDescription, ColumnSupportingCalculationDescriptionMetadata, ColumnWidthDescription, ColumnWidthDescriptionMetadata, ColumnWidthDescriptionModule, ComboBoxColumnDescription, ComboBoxColumnDescriptionMetadata, ComboBoxColumnDescriptionModule, ComboEditorDescription, ComboEditorDescriptionMetadata, ComboEditorDescriptionModule, ComboEditorGotFocusEventArgsDescription, ComboEditorGotFocusEventArgsDescriptionMetadata, ComboEditorLostFocusEventArgsDescription, ComboEditorLostFocusEventArgsDescriptionMetadata, ComboEditorTextChangedEventArgsDescription, ComboEditorTextChangedEventArgsDescriptionMetadata, ComboEditorValueChangedEventArgsDescription, ComboEditorValueChangedEventArgsDescriptionMetadata, CommodityChannelIndexIndicatorDescription, CommodityChannelIndexIndicatorDescriptionMetadata, CommodityChannelIndexIndicatorDescriptionModule, CompareInfo, CompareUtil, Comparer$1, CompletedSinkImpl, ComponentRenderer, ComponentRendererAdapter, ComponentRendererMethodHelper, ComponentRendererMethodHelperArgumentBuilder, ComponentRendererMethodHelperBuilder, ComponentRendererMethodHelperReturnBuilder, ComponentRendererReferenceResolverEventArgs, ComponentRendererSerializationHelper, ComponentSizeHelpers, Compute, ContainerState, ContainsPropertyDataSourceFilterExpressionVisitor, ContentChildCollection, ContentControl, ContourValueResolverDescription, ContourValueResolverDescriptionMetadata, Control, ControlDisplayDensity, ControlDisplayDensity_$type, Convert, ConvertUtil, CoreGeometryUtil, CornerRadius, CountSummaryCalculator, CrosshairLayerDescription, CrosshairLayerDescriptionMetadata, CrosshairLayerDescriptionModule, CssColorPropertyAccessor, CssCornerRadiusPropertyAccessor, CssCursorPropertyAccessor, CssFloatPropertyAccessor, CssGradientUtil, CssHelper, CssHitTestVisiblePropertyAccessor, CssLengthArrayPropertyAccessor, CssLengthPropertyAccessor, CssPixelsPropertyAccessor, CssThicknessPropertyAccessor, CssTransformPropertyAccessor, CssVisibilityPropertyAccessor, CultureInfo, CustomContourValueResolverDescription, CustomContourValueResolverDescriptionMetadata, CustomContourValueResolverDescriptionModule, CustomContourValueResolverEventArgsDescription, CustomContourValueResolverEventArgsDescriptionMetadata, CustomIndicatorDescription, CustomIndicatorDescriptionMetadata, CustomIndicatorDescriptionModule, CustomLocalDataSourceDescription, CustomLocalDataSourceDescriptionMetadata, CustomLocalDataSourceDescriptionModule, CustomMapImageryDescription, CustomMapImageryDescriptionMetadata, CustomMapImageryDescriptionModule, CustomMapTileSource, CustomPaletteBrushScaleDescription, CustomPaletteBrushScaleDescriptionMetadata, CustomPaletteBrushScaleDescriptionModule, CustomPaletteColorScaleDescription, CustomPaletteColorScaleDescriptionMetadata, CustomPaletteColorScaleDescriptionModule, DOMEventProxy, DOMExecutionContext, DOMWindowBridge, DTDObjectModel, DVContainer, DVInteractivityDescriptionModule, DVSR, DashboardTileChangingContentEventArgsDescription, DashboardTileChangingContentEventArgsDescriptionMetadata, DashboardTileCustomizationDescription, DashboardTileCustomizationDescriptionMetadata, DashboardTileCustomizationDescriptionModule, DashboardTileDescription, DashboardTileDescriptionMetadata, DashboardTileDescriptionModule, DashboardTileFilterStringErrorsParsingEventArgsDescription, DashboardTileFilterStringErrorsParsingEventArgsDescriptionMetadata, DashboardTileGroupDescriptionDescription, DashboardTileGroupDescriptionDescriptionMetadata, DashboardTileGroupDescriptionDescriptionModule, DashboardTileSortDescriptionDescription, DashboardTileSortDescriptionDescriptionMetadata, DashboardTileSortDescriptionDescriptionModule, DashboardTileSummaryDescriptionDescription, DashboardTileSummaryDescriptionDescriptionMetadata, DashboardTileSummaryDescriptionDescriptionModule, DataAbbreviationMode, DataAbbreviationMode_$type, DataAdapterRunContextRecursionType_$type, DataAnnotationAxisLayerDescription, DataAnnotationAxisLayerDescriptionMetadata, DataAnnotationBandLayerDescription, DataAnnotationBandLayerDescriptionMetadata, DataAnnotationBandLayerDescriptionModule, DataAnnotationInfoDescription, DataAnnotationInfoDescriptionMetadata, DataAnnotationItemDescription, DataAnnotationItemDescriptionMetadata, DataAnnotationLineLayerDescription, DataAnnotationLineLayerDescriptionMetadata, DataAnnotationLineLayerDescriptionModule, DataAnnotationPointLayerDescription, DataAnnotationPointLayerDescriptionMetadata, DataAnnotationRangeLayerDescription, DataAnnotationRangeLayerDescriptionMetadata, DataAnnotationRectLayerDescription, DataAnnotationRectLayerDescriptionMetadata, DataAnnotationRectLayerDescriptionModule, DataAnnotationShapeLayerDescription, DataAnnotationShapeLayerDescriptionMetadata, DataAnnotationSliceLayerDescription, DataAnnotationSliceLayerDescriptionMetadata, DataAnnotationSliceLayerDescriptionModule, DataAnnotationStripLayerDescription, DataAnnotationStripLayerDescriptionMetadata, DataAnnotationStripLayerDescriptionModule, DataAnnotationStyleEventArgsDescription, DataAnnotationStyleEventArgsDescriptionMetadata, DataBindingEventArgsDescription, DataBindingEventArgsDescriptionMetadata, DataChartAnnotationDescriptionModule, DataChartCategoryCoreDescriptionModule, DataChartCategoryDescriptionModule, DataChartCategoryTrendLineDescriptionModule, DataChartCoreDescriptionModule, DataChartDashboardTileDescriptionModule, DataChartDefaultTooltipsDescriptionMetadata, DataChartDefaultTooltipsExtendedDescriptionMetadata, DataChartDescription, DataChartDescriptionMetadata, DataChartExtendedAxesDescriptionModule, DataChartFinancialCoreDescriptionModule, DataChartFinancialDescriptionModule, DataChartFinancialIndicatorsDescriptionModule, DataChartFinancialOverlaysDescriptionModule, DataChartInteractivityDescriptionModule, DataChartMouseButtonEventArgsDescription, DataChartMouseButtonEventArgsDescriptionMetadata, DataChartPolarCoreDescriptionModule, DataChartPolarDescriptionModule, DataChartRadialCoreDescriptionModule, DataChartRadialDescriptionModule, DataChartScatterCoreDescriptionModule, DataChartScatterDescriptionModule, DataChartShapeCoreDescriptionModule, DataChartShapeDescriptionModule, DataChartStackedDescriptionModule, DataChartToolbarDescriptionModule, DataChartToolbarIconsDescriptionModule, DataChartVerticalCategoryCoreDescriptionModule, DataChartVerticalCategoryDescriptionModule, DataChartVisualDataDescriptionModule, DataContext, DataContextDescription, DataContextDescriptionMetadata, DataFormats, DataGridAllColumnsDescriptionModule, DataGridCellEventArgsDescription, DataGridCellEventArgsDescriptionMetadata, DataGridColumnDescription, DataGridColumnDescriptionMetadata, DataGridComparisonOperatorSelectorDescription, DataGridComparisonOperatorSelectorDescriptionMetadata, DataGridCoreDescriptionModule, DataGridDescription, DataGridDescriptionMetadata, DataGridDescriptionModule, DataGridExpansionIndicatorDescription, DataGridExpansionIndicatorDescriptionMetadata, DataGridFilterDialogDescription, DataGridFilterDialogDescriptionMetadata, DataGridPagerDescription, DataGridPagerDescriptionMetadata, DataGridPagerDescriptionModule, DataGridSortIndicatorDescription, DataGridSortIndicatorDescriptionMetadata, DataGridSummaryResultDescription, DataGridSummaryResultDescriptionMetadata, DataGridToolbarDescription, DataGridToolbarDescriptionMetadata, DataGridToolbarDescriptionModule, DataLegendDescription, DataLegendDescriptionMetadata, DataLegendDescriptionModule, DataLegendHeaderDateMode, DataLegendHeaderDateMode_$type, DataLegendHeaderTimeMode, DataLegendHeaderTimeMode_$type, DataLegendLabelMode, DataLegendLabelMode_$type, DataLegendLayoutMode, DataLegendLayoutMode_$type, DataLegendSeriesContext, DataLegendSeriesContextDescription, DataLegendSeriesContextDescriptionMetadata, DataLegendSeriesFamily, DataLegendSeriesFamily_$type, DataLegendSeriesGroupInfoDescription, DataLegendSeriesGroupInfoDescriptionMetadata, DataLegendSeriesValueInfo, DataLegendSeriesValueInfoDescription, DataLegendSeriesValueInfoDescriptionMetadata, DataLegendSeriesValueType, DataLegendSeriesValueType_$type, DataLegendStylingColumnEventArgsDescription, DataLegendStylingColumnEventArgsDescriptionMetadata, DataLegendStylingRowEventArgsDescription, DataLegendStylingRowEventArgsDescriptionMetadata, DataLegendSummaryColumn, DataLegendSummaryColumnDescription, DataLegendSummaryColumnDescriptionMetadata, DataLegendSummaryEventArgsDescription, DataLegendSummaryEventArgsDescriptionMetadata, DataLegendSummaryType, DataLegendSummaryType_$type, DataLegendUnitsMode, DataLegendUnitsMode_$type, DataLegendValueMode, DataLegendValueMode_$type, DataObject, DataPieBaseChartDescription, DataPieBaseChartDescriptionMetadata, DataPieChartCoreDescriptionModule, DataPieChartDescription, DataPieChartDescriptionMetadata, DataPieChartDescriptionModule, DataPieChartToolbarDescriptionModule, DataSeries, DataSeriesAdapter, DataSeriesAdapterCachedProviderType_$type, DataSeriesAdapterImplementation, DataSeriesAdapterPropertyInfo, DataSeriesAdapterProviderInfo, DataSeriesAdapterRemovingDuplicatesEventArgs, DataSeriesAdapterRuleCollection, DataSeriesAdapterRunContext, DataSeriesAdapterRunEventArgs, DataSeriesAdapterUpdateNotifier, DataSeriesAxisType, DataSeriesAxisType_$type, DataSeriesCollection, DataSeriesDataProviderAnalyzer, DataSeriesIntent, DataSeriesIntent_$type, DataSeriesMarker, DataSeriesMarker_$type, DataSeriesMemberPathHint, DataSeriesPropertyType, DataSeriesPropertyType_$type, DataSeriesToDescriptionCustomization, DataSeriesType, DataSeriesType_$type, DataSourceAggregatedResult, DataSourceAggregatedResultDescription, DataSourceAggregatedResultDescriptionMetadata, DataSourceBatchCompletedEventArgs, DataSourceBatchStartedEventArgs, DataSourceDataCommittedEventArgs, DataSourceDataProviderSchemaChangedEventArgs, DataSourceDataProviderSchemaChangedEventArgsDescription, DataSourceDataProviderSchemaChangedEventArgsDescriptionMetadata, DataSourceExecutionContext, DataSourceGroupDescription, DataSourceGroupDescriptionCollection, DataSourceGroupDescriptionDescription, DataSourceGroupDescriptionDescriptionMetadata, DataSourceGroupDescriptionDescriptionModule, DataSourceLocalDataProvider, DataSourcePageRequestPriority, DataSourcePageRequestPriority_$type, DataSourcePropertiesComparer, DataSourcePropertiesRequestedChangedEventArgs, DataSourcePropertiesRequestedChangedEventArgsDescription, DataSourcePropertiesRequestedChangedEventArgsDescriptionMetadata, DataSourceRootSummariesChangedEventArgs, DataSourceRootSummariesChangedEventArgsDescription, DataSourceRootSummariesChangedEventArgsDescriptionMetadata, DataSourceRowExpansionChangedEventArgs, DataSourceRowExpansionChangedEventArgsDescription, DataSourceRowExpansionChangedEventArgsDescriptionMetadata, DataSourceRowType, DataSourceRowType_$type, DataSourceSchemaChangedEventArgs, DataSourceSchemaChangedEventArgsDescription, DataSourceSchemaChangedEventArgsDescriptionMetadata, DataSourceSchemaPropertyType, DataSourceSchemaPropertyType_$type, DataSourceSectionHeaderDisplayMode, DataSourceSectionHeaderDisplayMode_$type, DataSourceSortDescription, DataSourceSortDescriptionCollection, DataSourceSortDescriptionDescription, DataSourceSortDescriptionDescriptionMetadata, DataSourceSortDescriptionDescriptionModule, DataSourceSpecialRow, DataSourceSpecialRowDescription, DataSourceSpecialRowDescriptionMetadata, DataSourceSummaryDescription, DataSourceSummaryDescriptionCollection, DataSourceSummaryDescriptionDescription, DataSourceSummaryDescriptionDescriptionMetadata, DataSourceSummaryDescriptionDescriptionModule, DataSourceSummaryOperand, DataSourceSummaryOperand_$type, DataSourceSummaryScope, DataSourceSummaryScope_$type, DataSourceSupportingCalculationDescription, DataSourceSupportingCalculationDescriptionMetadata, DataSourceVelocityReading, DataSourceVelocityTracker, DataTemplate, DataTemplateMeasureInfo, DataTemplatePassInfo, DataTemplateRenderInfo, DataToolTipLayerDescription, DataToolTipLayerDescriptionMetadata, DataToolTipLayerDescriptionModule, DataToolTipLayerGroupingMode, DataToolTipLayerGroupingMode_$type, DataTooltipGroupedPositionX, DataTooltipGroupedPositionX_$type, DataTooltipGroupedPositionY, DataTooltipGroupedPositionY_$type, DataVisualizationLocaleCs, DataVisualizationLocaleDa, DataVisualizationLocaleDe, DataVisualizationLocaleEn, DataVisualizationLocaleEs, DataVisualizationLocaleFr, DataVisualizationLocaleHu, DataVisualizationLocaleIt, DataVisualizationLocaleJa, DataVisualizationLocaleKo, DataVisualizationLocaleNb, DataVisualizationLocaleNl, DataVisualizationLocalePl, DataVisualizationLocalePt, DataVisualizationLocaleRo, DataVisualizationLocaleSv, DataVisualizationLocaleTr, DataVisualizationLocaleZhHans, DataVisualizationLocaleZhHant, DatePartDeltasDescription, DatePartDeltasDescriptionMetadata, DatePickerDescription, DatePickerDescriptionMetadata, DatePickerDescriptionModule, DateRangeDescriptorDescription, DateRangeDescriptorDescriptionMetadata, DateTimeCellInfoDescription, DateTimeCellInfoDescriptionMetadata, DateTimeColumnDescription, DateTimeColumnDescriptionMetadata, DateTimeColumnDescriptionModule, DateTimeFormat, DateTimeFormatSpecifier, DateTimeFormatSpecifierDescription, DateTimeFormatSpecifierDescriptionMetadata, DateTimeFormatSpecifierDescriptionModule, DateTimeKind_$type, Date_$type, DayOfWeek, DayOfWeek_$type, Debug, Decoder, DecoderExceptionFallback, DecoderExceptionFallbackBuffer, DecoderFallback, DecoderFallbackBuffer, DecoderFallbackException, DecoderReplacementFallback, DecoderReplacementFallbackBuffer, DefaultComparer$1, DefaultDataSourceDataProviderUpdateNotifier, DefaultDataSourceSchema, DefaultDecoder, DefaultEqualityComparer$1, DefaultODataLiteralEmitter, DefaultRandomnessGenerator, DefaultRandomnessSource, DefaultSectionInformation, DefaultSummaryResult, DefinitionBaseDescription, DefinitionBaseDescriptionMetadata, DelayManager, DelayManagerCallbackSettings, Delegate_$type, DependencyObject, DependencyObjectNotifier, DependencyPropertiesCollection, DependencyProperty, DependencyPropertyChangedEventArgs, Description, DescriptionJsonValidator, DescriptionPath, DescriptionPathEvaluator, DescriptionPathEvaluatorResult, DescriptionPathIndexer, DescriptionPathOperatorType, DescriptionPathOperatorType_$type, DescriptionPathParser, DescriptionPathSegment, DescriptionPropertyValue, DescriptionRef, DescriptionRefTargetInfo, DescriptionRefValueChangedEventArgs, DescriptionResult, DescriptionSerializer, DescriptionSerializerBuilder, DescriptionTreeAction, DescriptionTreeActionType_$type, DescriptionTreeBuilder, DescriptionTreeNode, DescriptionTreeReconciler, DescriptionTreeReconciler_TreeModeData, DetrendedPriceOscillatorIndicatorDescription, DetrendedPriceOscillatorIndicatorDescriptionMetadata, DetrendedPriceOscillatorIndicatorDescriptionModule, DeviceUtils, Dictionary$2, DictionaryUtil, Dictionary_EnumerableCollection$3, DiffApplyInfo, DivBridge, DomPortal_$type, DomRenderer_$type, DomWrapper_$type, DomainChartDescription, DomainChartDescriptionMetadata, DomainChartPlotAreaPointerEventArgsDescription, DomainChartPlotAreaPointerEventArgsDescriptionMetadata, DomainChartSeriesPointerEventArgsDescription, DomainChartSeriesPointerEventArgsDescriptionMetadata, DomainChartToolbarDescriptionModule, DotNetCodeGeneratingComponentRendererDataEmitter, DotNetCodeGeneratingComponentRendererHandlerEmitter, DotNetCodeGeneratingComponentRendererModuleEmitter, DotNetCodeGeneratingComponentRendererTemplateEmitter, DoubleAnimator, DoubleCollection, DoubleValueChangedEventArgs, DoubleValueChangedEventArgsDescription, DoubleValueChangedEventArgsDescriptionMetadata, DoughnutChartCoreDescriptionModule, DoughnutChartDefaultTooltipsDescriptionMetadata, DoughnutChartDefaultTooltipsExtendedDescriptionMetadata, DoughnutChartDescription, DoughnutChartDescriptionMetadata, DoughnutChartDescriptionModule, DoughnutChartInteractivityDescriptionModule, DownloadingMultiScaleImageEventArgs, DownloadingMultiScaleImageEventArgsDescription, DownloadingMultiScaleImageEventArgsDescriptionMetadata, EaseOfMovementIndicatorDescription, EaseOfMovementIndicatorDescriptionMetadata, EaseOfMovementIndicatorDescriptionModule, EasingFunctions, EdgeClipper, EdgeComparer, EditRowDefinitionDescription, EditRowDefinitionDescriptionMetadata, EditRowDefinitionDescriptionModule, EditorCellInfoDescription, EditorCellInfoDescriptionMetadata, EditorDefinitionDescription, EditorDefinitionDescriptionMetadata, EditorDefinitionDescriptionModule, EditorRowCellInfoDescription, EditorRowCellInfoDescriptionMetadata, ElevationHelper, ElevationMode, ElevationMode_$type, Ellipse, EllipseGeometry, EllipseGeometryData, EllipseVisualData, EmbeddedRefDescription, Encoding, EntityHandling, EntityHandling_$type, Enum, EnumBox, EnumUtil, Enumerable, EnumerableWrapper, EnumerableWrapperObject, EnumeratorWrapper, EnumeratorWrapperObject, Environment, EqualityComparer$1, ErrorBarCalculatorReference, ErrorBarCalculatorReference_$type, ErrorBarCalculatorType, ErrorBarCalculatorType_$type, ErrorMessageDisplayingEventArgs, EventArgs, EventProxy, ExpansionPanelDescription, ExpansionPanelDescriptionMetadata, ExpansionPanelDescriptionModule, ExpressionSyntax, Extensions, FastFlattener, FastItemColumn, FastItemDateTimeColumn, FastItemIntColumn, FastItemObjectColumn, FastItemsSource, FastItemsSourceEventAction, FastItemsSourceEventAction_$type, FastItemsSourceEventArgs, FastItemsSourceReference, FastIterationDictionary$2, FastReflectionHelper, FastStochasticOscillatorIndicatorDescription, FastStochasticOscillatorIndicatorDescriptionMetadata, FastStochasticOscillatorIndicatorDescriptionModule, FaultCode, FaultException, FaultException$1, FaultReason, FillRule, FillRule_$type, FilterCellInfoDescription, FilterCellInfoDescriptionMetadata, FilterDialogRenderCompletedEventArgsDescription, FilterDialogRenderCompletedEventArgsDescriptionMetadata, FilterExpression, FilterExpressionCollection, FilterExpressionConversionVisitor, FilterExpressionDescription, FilterExpressionDescriptionMetadata, FilterExpressionEnvironment, FilterExpressionFunctionType, FilterExpressionFunctionType_$type, FilterExpressionOperatorType, FilterExpressionOperatorType_$type, FilterExpressionParsingHelper, FilterExpressionParsingResult, FilterExpressionVisitor, FilterExpressionWrapperType, FilterExpressionWrapperType_$type, FilterFactory, FilterOperandDescription, FilterOperandDescriptionMetadata, FilterOperandDescriptionModule, FilterRowDefinitionDescription, FilterRowDefinitionDescriptionMetadata, FilterRowDefinitionDescriptionModule, FilterStringErrorsParsingEventArgsDescription, FilterStringErrorsParsingEventArgsDescriptionMetadata, FilterSyntaxBinaryOperatorExpressionSyntax, FilterSyntaxExpressionSyntax, FilterSyntaxIdentifierExpressionSyntax, FilterSyntaxLexer, FilterSyntaxMemberExpressionSyntax, FilterSyntaxMethodCallExpressionSyntax, FilterSyntaxNullExpressionSyntax, FilterSyntaxParenthesisExpressionSyntax, FilterSyntaxParseResult, FilterSyntaxParser, FilterSyntaxPrimitiveValueExpressionSyntax, FilterSyntaxPrintingHelper, FilterSyntaxToken, FilterSyntaxTokenType_$type, FilterSyntaxUnaryOperatorExpressionSyntax, FilterSyntaxVisitor, FinalValueLayerDescription, FinalValueLayerDescriptionMetadata, FinalValueLayerDescriptionModule, FinancialCalculationDataSourceDescription, FinancialCalculationDataSourceDescriptionMetadata, FinancialCalculationSupportingCalculationsDescription, FinancialCalculationSupportingCalculationsDescriptionMetadata, FinancialChartCoreDescriptionModule, FinancialChartCustomIndicatorArgsDescription, FinancialChartCustomIndicatorArgsDescriptionMetadata, FinancialChartDefaultTemplatesDescriptionMetadata, FinancialChartDefaultTemplatesExtendedDescriptionMetadata, FinancialChartDescription, FinancialChartDescriptionMetadata, FinancialChartDescriptionModule, FinancialDataAdapter, FinancialEventArgsDescription, FinancialEventArgsDescriptionMetadata, FinancialIndicatorDescription, FinancialIndicatorDescriptionMetadata, FinancialLegendDescription, FinancialLegendDescriptionMetadata, FinancialLegendDescriptionModule, FinancialOverlayDescription, FinancialOverlayDescriptionMetadata, FinancialPriceSeriesDescription, FinancialPriceSeriesDescriptionMetadata, FinancialPriceSeriesDescriptionModule, FinancialSeriesDescription, FinancialSeriesDescriptionMetadata, FlatDataProvider, FlatDataProviderJoinCollisionType, FlatDataProviderJoinCollisionType_$type, FlatDataProviderJoinType, FlatDataProviderJoinType_$type, FlatDataProviderTargetDataSourceNotifier, Flattener, FlattenerSettings, FocusEventArgs, FocusEventArgsDescription, FocusEventArgsDescriptionMetadata, FocusOptionsDescription, FocusOptionsDescriptionMetadata, FontDefaults, FontInfo, FontRegistry, FontUtil, ForceIndexIndicatorDescription, ForceIndexIndicatorDescriptionMetadata, ForceIndexIndicatorDescriptionModule, FormatCellEventArgsDescription, FormatCellEventArgsDescriptionMetadata, FormatException, FormatException2, FormatGroupTextEventArgsDescription, FormatGroupTextEventArgsDescriptionMetadata, FormatLinearGraphLabelEventArgsDescription, FormatLinearGraphLabelEventArgsDescriptionMetadata, FormatRadialGaugeLabelEventArgsDescription, FormatRadialGaugeLabelEventArgsDescriptionMetadata, FormatSpecifier, FormatSpecifierCollection, FormatSpecifierDescription, FormatSpecifierDescriptionMetadata, FormatSpecifierDescriptionModule, FormatSummaryTextEventArgsDescription, FormatSummaryTextEventArgsDescriptionMetadata, Formatting, Formatting_$type, FragmentBaseDescription, FragmentBaseDescriptionMetadata, FrameworkElement, FrameworkElementExtensions, FullStochasticOscillatorIndicatorDescription, FullStochasticOscillatorIndicatorDescriptionMetadata, FullStochasticOscillatorIndicatorDescriptionModule, FunctionFilterExpression, FunctionFilterExpressionDescription, FunctionFilterExpressionDescriptionMetadata, FunnelChartCoreDescriptionModule, FunnelChartDescription, FunnelChartDescriptionMetadata, FunnelChartDescriptionModule, FunnelChartSelectedItemsChangedEventArgsDescription, FunnelChartSelectedItemsChangedEventArgsDescriptionMetadata, FunnelDataContextDescription, FunnelDataContextDescriptionMetadata, FunnelSliceClickedEventArgsDescription, FunnelSliceClickedEventArgsDescriptionMetadata, FunnelSliceDataContextDescription, FunnelSliceDataContextDescriptionMetadata, FunnelSliceEventArgsDescription, FunnelSliceEventArgsDescriptionMetadata, GC, GenericDataSourcePage, GenericDataSourceSchemaPropertyType, GenericDataSourceSchemaPropertyType_$type, GenericEnumerable$1, GenericEnumerator$1, GenericInternalVirtualDataProvider, GenericInternalVirtualDataSource, GenericPageResponse, GenericSectionInformation, GenericSummaryResult, GenericVirtualDataProviderWorker, GenericVirtualDataProviderWorkerSettings, GenericVirtualDataSource, GenericVirtualDataSourceDescription, GenericVirtualDataSourceDescriptionMetadata, GenericVirtualDataSourceDescriptionModule, GeographicContourLineSeriesDescription, GeographicContourLineSeriesDescriptionMetadata, GeographicContourLineSeriesDescriptionModule, GeographicHighDensityScatterSeriesDescription, GeographicHighDensityScatterSeriesDescriptionMetadata, GeographicHighDensityScatterSeriesDescriptionModule, GeographicMapCoreDescriptionModule, GeographicMapDashboardTileDescriptionModule, GeographicMapDescription, GeographicMapDescriptionMetadata, GeographicMapDescriptionModule, GeographicMapImageryDescription, GeographicMapImageryDescriptionMetadata, GeographicMapSeriesHostDescription, GeographicMapSeriesHostDescriptionMetadata, GeographicMarkerSeriesBaseDescription, GeographicMarkerSeriesBaseDescriptionMetadata, GeographicMarkerSeriesDescription, GeographicMarkerSeriesDescriptionMetadata, GeographicPolylineSeriesDescription, GeographicPolylineSeriesDescriptionMetadata, GeographicPolylineSeriesDescriptionModule, GeographicProportionalSymbolSeriesBaseDescription, GeographicProportionalSymbolSeriesBaseDescriptionMetadata, GeographicProportionalSymbolSeriesDescription, GeographicProportionalSymbolSeriesDescriptionMetadata, GeographicProportionalSymbolSeriesDescriptionModule, GeographicScatterAreaSeriesDescription, GeographicScatterAreaSeriesDescriptionMetadata, GeographicScatterAreaSeriesDescriptionModule, GeographicShapeSeriesBaseBaseDescription, GeographicShapeSeriesBaseBaseDescriptionMetadata, GeographicShapeSeriesBaseDescription, GeographicShapeSeriesBaseDescriptionMetadata, GeographicShapeSeriesDescription, GeographicShapeSeriesDescriptionMetadata, GeographicShapeSeriesDescriptionModule, GeographicSymbolSeriesBaseDescription, GeographicSymbolSeriesBaseDescriptionMetadata, GeographicSymbolSeriesDescription, GeographicSymbolSeriesDescriptionMetadata, GeographicSymbolSeriesDescriptionModule, GeographicTileSeriesDescription, GeographicTileSeriesDescriptionMetadata, GeographicTileSeriesDescriptionModule, GeographicXYTriangulatingSeriesBaseDescription, GeographicXYTriangulatingSeriesBaseDescriptionMetadata, GeographicXYTriangulatingSeriesDescription, GeographicXYTriangulatingSeriesDescriptionMetadata, Geometry, GeometryCollection, GeometryData, GeometryGroup, GeometryType, GeometryType_$type, GeometryUtil, GetPointsSettings, GetTileImageUriArgs, GetTileImageUriArgsDescription, GetTileImageUriArgsDescriptionMetadata, GlobalAnimationState, GotFocusEventArgsDescription, GotFocusEventArgsDescriptionMetadata, GradientDirection, GradientDirection_$type, GradientStop, GradientStopAppearanceData, GridActiveCellChangedEventArgsDescription, GridActiveCellChangedEventArgsDescriptionMetadata, GridAnimationPhaseSettingsDescription, GridAnimationPhaseSettingsDescriptionMetadata, GridAnimationSettingsDescription, GridAnimationSettingsDescriptionMetadata, GridBridge, GridBridgeColumnDefinition, GridBridgeRowDefinition, GridCellEditEndedEventArgsDescription, GridCellEditEndedEventArgsDescriptionMetadata, GridCellEditStartedEventArgsDescription, GridCellEditStartedEventArgsDescriptionMetadata, GridCellEventArgsDescription, GridCellEventArgsDescriptionMetadata, GridCellPositionDescription, GridCellPositionDescriptionMetadata, GridCellPositionDescriptionModule, GridCellValueChangingEventArgsDescription, GridCellValueChangingEventArgsDescriptionMetadata, GridColumnAnimationSettingsDescription, GridColumnAnimationSettingsDescriptionMetadata, GridColumnButtonOptionsDescription, GridColumnButtonOptionsDescriptionMetadata, GridColumnButtonOptionsDescriptionModule, GridColumnFilterOptionsDescription, GridColumnFilterOptionsDescriptionMetadata, GridColumnFilterOptionsDescriptionModule, GridColumnGroupOptionsDescription, GridColumnGroupOptionsDescriptionMetadata, GridColumnGroupOptionsDescriptionModule, GridColumnHideOptionsDescription, GridColumnHideOptionsDescriptionMetadata, GridColumnHideOptionsDescriptionModule, GridColumnMoveOptionsDescription, GridColumnMoveOptionsDescriptionMetadata, GridColumnMoveOptionsDescriptionModule, GridColumnOptionsBaseDescription, GridColumnOptionsBaseDescriptionMetadata, GridColumnOptionsDescription, GridColumnOptionsDescriptionMetadata, GridColumnOptionsDescriptionModule, GridColumnOptionsSectionBaseDescription, GridColumnOptionsSectionBaseDescriptionMetadata, GridColumnOptionsSimpleSectionBaseDescription, GridColumnOptionsSimpleSectionBaseDescriptionMetadata, GridColumnPinOptionsDescription, GridColumnPinOptionsDescriptionMetadata, GridColumnPinOptionsDescriptionModule, GridColumnSortOptionsDescription, GridColumnSortOptionsDescriptionMetadata, GridColumnSortOptionsDescriptionModule, GridColumnSummaryOptionsDescription, GridColumnSummaryOptionsDescriptionMetadata, GridColumnSummaryOptionsDescriptionModule, GridColumnWidthChangedEventArgsDescription, GridColumnWidthChangedEventArgsDescriptionMetadata, GridColumnsAutoGeneratedEventArgsDescription, GridColumnsAutoGeneratedEventArgsDescriptionMetadata, GridColumnsChangedEventArgsDescription, GridColumnsChangedEventArgsDescriptionMetadata, GridCompoundConditionalStyleDescription, GridCompoundConditionalStyleDescriptionMetadata, GridConditionFilterStringErrorsParsingEventArgsDescription, GridConditionFilterStringErrorsParsingEventArgsDescriptionMetadata, GridConditionalStyleDescription, GridConditionalStyleDescriptionMetadata, GridConditionalStyleDescriptionModule, GridConditionalStyleFontInfoDescription, GridConditionalStyleFontInfoDescriptionMetadata, GridConditionalStyleFontInfoDescriptionModule, GridConditionalStylePropertyDescription, GridConditionalStylePropertyDescriptionMetadata, GridConditionalStylePropertyDescriptionModule, GridCustomFilterRequestedEventArgsDescription, GridCustomFilterRequestedEventArgsDescriptionMetadata, GridDataCommittedEventArgsDescription, GridDataCommittedEventArgsDescriptionMetadata, GridDataCommittingEventArgsDescription, GridDataCommittingEventArgsDescriptionMetadata, GridFilterDialogFilterChangeEventArgsDescription, GridFilterDialogFilterChangeEventArgsDescriptionMetadata, GridFilterDialogOpeningEventArgsDescription, GridFilterDialogOpeningEventArgsDescriptionMetadata, GridFilterDialogViewModelDescription, GridFilterDialogViewModelDescriptionMetadata, GridFilterDialogViewModelGroupingDescription, GridFilterDialogViewModelGroupingDescriptionMetadata, GridFilterDialogViewModelRowDescription, GridFilterDialogViewModelRowDescriptionMetadata, GridFilterExpressionsEventArgsDescription, GridFilterExpressionsEventArgsDescriptionMetadata, GridGroupDescriptionsChangedEventArgsDescription, GridGroupDescriptionsChangedEventArgsDescriptionMetadata, GridRowEditEndedEventArgsDescription, GridRowEditEndedEventArgsDescriptionMetadata, GridRowEditStartedEventArgsDescription, GridRowEditStartedEventArgsDescriptionMetadata, GridSelectedCellRangesChangedEventArgsDescription, GridSelectedCellRangesChangedEventArgsDescriptionMetadata, GridSelectedCellsChangedEventArgsDescription, GridSelectedCellsChangedEventArgsDescriptionMetadata, GridSelectedItemsChangedEventArgsDescription, GridSelectedItemsChangedEventArgsDescriptionMetadata, GridSelectedKeysChangedEventArgsDescription, GridSelectedKeysChangedEventArgsDescriptionMetadata, GridSelectionChangedEventArgsDescription, GridSelectionChangedEventArgsDescriptionMetadata, GridSizeChangedEventArgsDescription, GridSizeChangedEventArgsDescriptionMetadata, GridSortDescriptionsChangedEventArgsDescription, GridSortDescriptionsChangedEventArgsDescriptionMetadata, GridSummaryDescriptionsChangedEventArgsDescription, GridSummaryDescriptionsChangedEventArgsDescriptionMetadata, Group, GroupCollection, GroupDataDescription, GroupDataDescriptionMetadata, Guid, Guid_GuidParseThrowStyle_$type, Guid_GuidResult, Guid_GuidStyles_$type, Guid_ParseFailureKind_$type, HalfEdge, HalfEdgeSet, HashPool$2, HashSet$1, Hashtable, Header, HeaderDescription, HeaderDescriptionMetadata, HeaderRowSeparatorDescription, HeaderRowSeparatorDescriptionMetadata, HeaderRowSeparatorDescriptionModule, HeaderSeparatorDescription, HeaderSeparatorDescriptionMetadata, HeaderSeparatorDescriptionModule, HeatTileGenerator, HeatTileGeneratorDescription, HeatTileGeneratorDescriptionMetadata, HeatTileGeneratorDescriptionModule, HeatTileGeneratorWebWorker, HeatTileGeneratorWorker, HeatTileGeneratorWorkerManager, HeatTileImageCreatedEventArgs, HeatTileScaler, HierarchicalRingSeriesDescription, HierarchicalRingSeriesDescriptionMetadata, HierarchicalRingSeriesDescriptionModule, HighDensityScatterSeriesDescription, HighDensityScatterSeriesDescriptionMetadata, HighDensityScatterSeriesDescriptionModule, HighlightState, HighlightState_$type, HighlightedValueDisplayMode, HighlightedValueDisplayMode_$type, HighlightedValueLabelMode, HighlightedValueLabelMode_$type, HighlightingData, HighlightingInfo, HighlightingInfoComparer, HighlightingInfoDescription, HighlightingInfoDescriptionMetadata, HighlightingManager, HighlightingState, HighlightingState_$type, HoleDimensionsChangedEventArgsDescription, HoleDimensionsChangedEventArgsDescriptionMetadata, HorizontalAlignment, HorizontalAlignment_$type, HorizontalAnchoredCategorySeriesDescription, HorizontalAnchoredCategorySeriesDescriptionMetadata, HorizontalAnchoredCategorySeriesProxyDescriptionModule, HorizontalRangeCategorySeriesDescription, HorizontalRangeCategorySeriesDescriptionMetadata, HorizontalRangeCategorySeriesProxyDescriptionModule, HorizontalStackedSeriesBaseDescription, HorizontalStackedSeriesBaseDescriptionMetadata, HttpRequestUtil, IAcceptsDataSeriesToDescriptionCustomizations_$type, IArrayList_$type, IArray_$type, IChartItemLegend_$type, IChartLegend_$type, IChartScaleLegend_$type, ICodeGenerationRendererTemplate_$type, ICollection$1_$type, ICollection_$type, ICommandAvailabilityListener_$type, ICommandStateChangedListener_$type, IComparable$1_$type, IComparable_$type, IComparer$1_$type, IComparer_$type, IComponentRendererAdapter_$type, IConvertible_$type, ICredentials_$type, IDataLegendSeries_$type, IDataLegendTarget_$type, IDataLegend_$type, IDataObject_$type, IDataSeriesAdapterRule_$type, IDataSourceClonableDataProvider_$type, IDataSourceDataProviderUpdateNotifier_$type, IDataSourceDataProvider_$type, IDataSourceExecutionContext_$type, IDataSourceLocalDataProvider_$type, IDataSourcePage_$type, IDataSourceSchema_$type, IDataSourceSupportsCount_$type, IDataSourceSupportsIndexedAccess_$type, IDataSourceUpdateNotifier_$type, IDataSourceVirtualDataProvider_$type, IDataSource_$type, IDependentRenderer_$type, IDictionary$2_$type, IDictionary_$type, IDisposable_$type, IEasingFunction_$type, IEditableDataSource_$type, IEnumerable$1_$type, IEnumerable_$type, IEnumerator$1_$type, IEnumerator_$type, IEqualityComparer$1_$type, IEqualityComparer_$type, IEquatable$1_$type, IErrorBarCalculator_$type, IExecutionContext_$type, IExternalDataSeriesAdapter_$type, IExternalDataSource_$type, IExternalLocalDataSource_$type, IExternalVirtualDataSource_$type, IFastItemColumn$1_$type, IFastItemColumnInternal_$type, IFastItemColumnPropertyName_$type, IFastItemsSourceProvider_$type, IFastItemsSource_$type, IFilterExpressionEnvironment_$type, IFilterExpression_$type, IFormatProvider_$type, IFormattable_$type, IFunctionFilterExpression_$type, IGetItemAtIndex_$type, IGrouping$2_$type, IHashPool$2_$type, IHighlightingManager_$type, IIcon_$type, IIndexedPool$1_$type, IInternalLegendOwner_$type, IKeyFrameAnimation_$type, ILegendContext_$type, ILegendOwner_$type, ILegendSeriesInternal_$type, ILegendSeries_$type, ILegendTemplateProvider_$type, IList$1_$type, IList_$type, ILiteralFilterExpression_$type, IMapRenderDeferralHandler_$type, INativeUIAbsolutePanelBridge_$type, INativeUIButtonGroupBridge_$type, INativeUICheckboxListBridge_$type, INativeUIColumnBridge_$type, INativeUIContainerBridge_$type, INativeUIContentBridge_$type, INativeUIElementBridge_$type, INativeUIElementFactory_$type, INativeUIGridBridge_$type, INativeUIInputBridge_$type, INativeUIPopupBridge_$type, INativeUIWindowBridge_$type, INotifyCollectionChanged_$type, INotifyPropertyChanged_$type, IOPath, IOnDemandRender_$type, IOperationFilterExpression_$type, IOrderedEnumerable$1_$type, IOverviewPlusDetailControl_$type, IOverviewPlusDetailPane_$type, IPageCandidatesSink_$type, IPermission_$type, IPlatformAPIHelperImpl_$type, IPool$1_$type, IPropertyReferenceFilterExpression_$type, IQueryProvider_$type, IQueryable$1_$type, IQueryable_$type, IRandomnessGenerator_$type, IRandomnessSource_$type, IRenderer_$type, IScaleLegendSeries_$type, ISchedulableRender_$type, IScrollerKeyboardListener_$type, IScrollerView_$type, ISectionInformation_$type, ISmartPlaceable_$type, ISummaryResult_$type, ISupportsAnimation_$type, ISupportsDataChangeNotifications_$type, ISupportsExpansionChangeNotifications_$type, ISupportsInput_$type, ITickProvider_$type, ITileGenerator_$type, ITileWorkCompletedSink_$type, IToolbarContextAccessor_$type, IToolbarTarget_$type, ITypeDescriptionPropertyTransforms_$type, IUnknownValuePlotting_$type, IVisualData_$type, IXmlLineInfo_$type, IXmlNamespaceResolver_$type, IZoomSlider_$type, IconDescription, IconDescriptionMetadata, IconDescriptionModule, IgCollection, IgEvent, IgcButtonBridge, IgcCheckboxBridge, IgcDropdownBridge, IgcIconButtonBridge, IgcInputBridge, IgcSliderBridge, IgxAsyncCompletedEventArgs, IgxBaseGenericDataSource, IgxCancelEventArgs, IgxCancellingMultiScaleImageEventArgs, IgxCaptureImageSettings, IgxChildContentComponent, IgxChildContentDynamicModule, IgxChildContentModule, IgxComponentRendererContainerComponent, IgxComponentRendererContainerDynamicModule, IgxComponentRendererContainerModule, IgxContentChildCollection, IgxDVInteractivityDynamicModule, IgxDVInteractivityModule, IgxDataContext, IgxDataLegendSeriesContext, IgxDataLegendSeriesValueInfo, IgxDataLegendSummaryColumn, IgxDataSeriesCollection, IgxDataSourceDataProviderSchemaChangedEventArgs, IgxDataSourceGroupDescription, IgxDataSourceGroupDescriptionCollection, IgxDataSourceGroupDescriptionDynamicModule, IgxDataSourceGroupDescriptionModule, IgxDataSourcePropertiesRequestedChangedEventArgs, IgxDataSourceRootSummariesChangedEventArgs, IgxDataSourceRowExpansionChangedEventArgs, IgxDataSourceSchemaChangedEventArgs, IgxDataSourceSortDescription, IgxDataSourceSortDescriptionCollection, IgxDataSourceSortDescriptionDynamicModule, IgxDataSourceSortDescriptionModule, IgxDataSourceSummaryDescription, IgxDataSourceSummaryDescriptionCollection, IgxDataSourceSummaryDescriptionDynamicModule, IgxDataSourceSummaryDescriptionModule, IgxDataVisualizationLocaleCsModule, IgxDataVisualizationLocaleDaModule, IgxDataVisualizationLocaleDeModule, IgxDataVisualizationLocaleEnModule, IgxDataVisualizationLocaleEsModule, IgxDataVisualizationLocaleFrModule, IgxDataVisualizationLocaleHuModule, IgxDataVisualizationLocaleItModule, IgxDataVisualizationLocaleJaModule, IgxDataVisualizationLocaleKoModule, IgxDataVisualizationLocaleNbModule, IgxDataVisualizationLocaleNlModule, IgxDataVisualizationLocalePlModule, IgxDataVisualizationLocalePtModule, IgxDataVisualizationLocaleRoModule, IgxDataVisualizationLocaleSvModule, IgxDataVisualizationLocaleTrModule, IgxDataVisualizationLocaleZhHansModule, IgxDataVisualizationLocaleZhHantModule, IgxDateTimeFormatSpecifier, IgxDateTimeFormatSpecifierDynamicModule, IgxDateTimeFormatSpecifierModule, IgxDoubleValueChangedEventArgs, IgxDownloadingMultiScaleImageEventArgs, IgxFilterExpressionCollection, IgxFocusEventArgs, IgxFormatSpecifier, IgxFormatSpecifierCollection, IgxFormatSpecifierDynamicModule, IgxFormatSpecifierModule, IgxGenericVirtualDataSource, IgxGenericVirtualDataSourceDynamicModule, IgxGenericVirtualDataSourceModule, IgxGetTileImageUriArgs, IgxHeatTileGenerator, IgxHeatTileGeneratorDynamicModule, IgxHeatTileGeneratorModule, IgxHighlightingInfo, IgxImageCapturedEventArgs, IgxKeyEventArgs, IgxLocalDataSourceDynamicModule, IgxLocalDataSourceModule, IgxNumberFormatSpecifier, IgxNumberFormatSpecifierDynamicModule, IgxNumberFormatSpecifierModule, IgxObjectCollection, IgxOnClosedEventArgs, IgxOnPopupEventArgs, IgxPageRequestedEventArgs, IgxPopupComponent, IgxPopupDynamicModule, IgxPopupMeasuringContentSizeEventArgs, IgxPopupModule, IgxPropertyUpdatedEventArgs, IgxProvideCalculatorEventArgs, IgxRectChangedEventArgs, IgxShapeDataSource, IgxShapeDataSourceDynamicModule, IgxShapeDataSourceModule, IgxShapeFilterRecordEventArgs, IgxShapefileRecord, IgxSimpleDefaultTooltipComponent, IgxStockChangedEventArgs, IgxStyle, IgxTemplateContentComponent, IgxTemplateContentDynamicModule, IgxTemplateContentModule, IgxToolCommandArgumentCollection, IgxTooltipContainerComponent, IgxTooltipContainerDynamicModule, IgxTooltipContainerModule, IgxTransactionState, IgxTriangulationDataSource, IgxTriangulationStatusEventArgs, IgxUploadDataCompletedEventArgs, IgxUploadStringCompletedEventArgs, Image, ImageCapturedEventArgs, ImageCapturedEventArgsDescription, ImageCapturedEventArgsDescriptionMetadata, ImageCellInfoDescription, ImageCellInfoDescriptionMetadata, ImageColumnDescription, ImageColumnDescriptionMetadata, ImageColumnDescriptionModule, ImageTilesReadyEventArgsDescription, ImageTilesReadyEventArgsDescriptionMetadata, ImagesChangedEventArgsDescription, ImagesChangedEventArgsDescriptionMetadata, IndexOutOfRangeException, IndicatorProxyDescriptionModule, IndicatorsDescriptionModule, InputChangeEventArgsDescription, InputChangeEventArgsDescriptionMetadata, InputDescription, InputDescriptionMetadata, InputDescriptionModule, InputGroupDescription, InputGroupDescriptionMetadata, InputGroupDescriptionModule, InputGroupItemDescription, InputGroupItemDescriptionMetadata, InteractionState, InteractionState_$type, InterpolationMode, InterpolationMode_$type, InterpolationUtil, InvalidOperationException, ItemLegendDescription, ItemLegendDescriptionMetadata, ItemLegendDescriptionModule, ItemToolTipLayerDescription, ItemToolTipLayerDescriptionMetadata, ItemToolTipLayerDescriptionModule, ItemwiseStrategyBasedIndicatorDescription, ItemwiseStrategyBasedIndicatorDescriptionMetadata, IterableWrapper, IteratorWrapper, ItfConverter, JavaScriptSerializer, JsonDictionaryArray, JsonDictionaryItem, JsonDictionaryObject, JsonDictionaryParser, JsonDictionaryValue, JsonDictionaryValueType_$type, JsonWriter, Key, KeyEventArgs, KeyEventArgsDescription, KeyEventArgsDescriptionMetadata, KeyFrameAnimationDirect, KeyFrameAnimationEffectPhase_$type, KeyFrameAnimationFactory, KeyFrameAnimationFill_$type, KeyFrameAnimationPlayState_$type, KeyFrameAnimationTimeline, KeyFrameEffectEasing_$type, KeyFrameEffectTimingDirection_$type, KeyValuePair$2, Key_$type, LRUCache$2, LRUCacheItem$2, LabelAppearanceData, LabelAppearanceDataList, LabelClickEventArgsDescription, LabelClickEventArgsDescriptionMetadata, LabelCollisionInfo, LabelCollisionManager, LabelCollisionManagerCollisionMode_$type, LabelCollisionPlacementPositions_$type, LabelDescription, LabelDescriptionMetadata, LabelDescriptionModule, LambdaExpression, LastMonthExpression, LastMonthExpressionDescription, LastMonthExpressionDescriptionMetadata, LastQuarterExpression, LastQuarterExpressionDescription, LastQuarterExpressionDescriptionMetadata, LastWeekExpression, LastWeekExpressionDescription, LastWeekExpressionDescriptionMetadata, LastYearExpression, LastYearExpressionDescription, LastYearExpressionDescriptionMetadata, LayoutPrimaryKeyValueDescription, LayoutPrimaryKeyValueDescriptionMetadata, LayoutPrimaryKeyValueDescriptionModule, LeastSquaresFit, LeftClipper, LegendBaseDescription, LegendBaseDescriptionMetadata, LegendDescription, LegendDescriptionMetadata, LegendDescriptionModule, LegendEmptyValuesMode, LegendEmptyValuesMode_$type, LegendItemBadgeMode, LegendItemBadgeMode_$type, LegendItemBadgeShape, LegendItemBadgeShape_$type, LegendItemHelper, LegendMouseButtonEventArgsDescription, LegendMouseButtonEventArgsDescriptionMetadata, LegendMouseEventArgsDescription, LegendMouseEventArgsDescriptionMetadata, LegendTextContentChangedEventArgsDescription, LegendTextContentChangedEventArgsDescriptionMetadata, Line, LineEquation, LineFragmentDescription, LineFragmentDescriptionMetadata, LineFragmentDescriptionModule, LineGeometry, LineGeometryData, LineSegment, LineSegmentData, LineSeriesDescription, LineSeriesDescriptionMetadata, LineSeriesDescriptionModule, LineVisualData, LinearContourValueResolverDescription, LinearContourValueResolverDescriptionMetadata, LinearContourValueResolverDescriptionModule, LinearGaugeCoreDescriptionModule, LinearGaugeDashboardTileDescriptionModule, LinearGaugeDescription, LinearGaugeDescriptionMetadata, LinearGaugeDescriptionModule, LinearGradientBrush, LinearGradientBrushAppearanceData, LinearGraphRangeDescription, LinearGraphRangeDescriptionMetadata, LinearGraphRangeDescriptionModule, LinkedList$1, LinkedListNode$1, List$1, ListPanelActiveRowChangedEventArgsDescription, ListPanelActiveRowChangedEventArgsDescriptionMetadata, ListPanelContentRebindEventArgsDescription, ListPanelContentRebindEventArgsDescriptionMetadata, ListPanelContentRecycledEventArgsDescription, ListPanelContentRecycledEventArgsDescriptionMetadata, ListPanelContentRefreshedEventArgsDescription, ListPanelContentRefreshedEventArgsDescriptionMetadata, ListPanelDescription, ListPanelDescriptionMetadata, ListPanelDescriptionModule, ListPanelItemEventArgsDescription, ListPanelItemEventArgsDescriptionMetadata, ListPanelItemModelDescription, ListPanelItemModelDescriptionMetadata, ListPanelPrimaryKeyValueDescription, ListPanelPrimaryKeyValueDescriptionMetadata, ListPanelPrimaryKeyValueDescriptionModule, ListPanelSelectedItemsChangedEventArgsDescription, ListPanelSelectedItemsChangedEventArgsDescriptionMetadata, ListPanelSelectedKeysChangedEventArgsDescription, ListPanelSelectedKeysChangedEventArgsDescriptionMetadata, ListPanelSelectionChangedEventArgsDescription, ListPanelSelectionChangedEventArgsDescriptionMetadata, ListPanelTemplateHeightRequestedEventArgsDescription, ListPanelTemplateHeightRequestedEventArgsDescriptionMetadata, ListPanelTemplateItemUpdatingEventArgsDescription, ListPanelTemplateItemUpdatingEventArgsDescriptionMetadata, ListPanelTemplateWidthRequestedEventArgsDescription, ListPanelTemplateWidthRequestedEventArgsDescriptionMetadata, ListSortDirection, ListSortDirection_$type, LiteralFilterExpression, LiteralFilterExpressionDescription, LiteralFilterExpressionDescriptionMetadata, LocalDataSource, LocalDataSourceDescription, LocalDataSourceDescriptionMetadata, LocalDataSourceDescriptionModule, LocalDataSourceViewExpansionNotifier, LocalDataSourceViewUpdateNotifier, Locale, Localization, LostFocusEventArgsDescription, LostFocusEventArgsDescriptionMetadata, MapTileSource, MarkerSeriesDescription, MarkerSeriesDescriptionMetadata, MarketFacilitationIndexIndicatorDescription, MarketFacilitationIndexIndicatorDescriptionMetadata, MarketFacilitationIndexIndicatorDescriptionModule, MarshalByRefObject, MassIndexIndicatorDescription, MassIndexIndicatorDescriptionMetadata, MassIndexIndicatorDescriptionModule, Match, Matcher, MathUtil, MathUtilExtended, Matrix, MatrixTransform, MaxSummaryCalculator, MedianPriceIndicatorDescription, MedianPriceIndicatorDescriptionMetadata, MedianPriceIndicatorDescriptionModule, MemberExpression, MemoryStream, MethodCallExpression, MinSummaryCalculator, ModifierKeys, ModifierKeys_$type, MoneyFlowIndexIndicatorDescription, MoneyFlowIndexIndicatorDescriptionMetadata, MoneyFlowIndexIndicatorDescriptionModule, MouseButton, MouseButtonEventArgs, MouseButton_$type, MouseEventArgs, MovingAverageConvergenceDivergenceIndicatorDescription, MovingAverageConvergenceDivergenceIndicatorDescriptionMetadata, MovingAverageConvergenceDivergenceIndicatorDescriptionModule, MultiColumnComboBoxDescription, MultiColumnComboBoxDescriptionMetadata, MultiColumnComboBoxDescriptionModule, MultiColumnComboBoxTextChangedEventArgsDescription, MultiColumnComboBoxTextChangedEventArgsDescriptionMetadata, MultiColumnComboBoxValueChangedEventArgsDescription, MultiColumnComboBoxValueChangedEventArgsDescriptionMetadata, MultiSliderDescription, MultiSliderDescriptionMetadata, MultiSliderDescriptionModule, MultiSliderResolvingToolTipValueEventArgsDescription, MultiSliderResolvingToolTipValueEventArgsDescriptionMetadata, MultiSliderThumbDescription, MultiSliderThumbDescriptionMetadata, MultiSliderThumbValueChangingEventArgsDescription, MultiSliderThumbValueChangingEventArgsDescriptionMetadata, MultiSliderTrackThumbRangeDescription, MultiSliderTrackThumbRangeDescriptionMetadata, MultiSliderYValueChangingEventArgsDescription, MultiSliderYValueChangingEventArgsDescriptionMetadata, NamePatcher, NameTable, NameTable_Entry, NameValueCollection, NamespaceHandling_$type, NativeUI, NativeUIAbsolutePanel, NativeUIAlignItems_$type, NativeUIBoxSizing_$type, NativeUIBuiltInEvents_$type, NativeUIBuiltInProperties_$type, NativeUIButton, NativeUIButtonClickedEventArgs, NativeUIButtonDisplayType_$type, NativeUIButtonGroup, NativeUIButtonGroupDisplayType_$type, NativeUIButtonGroupSelectionChangedEventArgs, NativeUICheckbox, NativeUICheckboxChangeEventArgs, NativeUICheckboxList, NativeUICheckboxListChangeEventArgs, NativeUICheckboxListIndexTypeChangedEventArgs, NativeUICheckboxListIndexType_$type, NativeUICheckboxListKeysClearedEventArgs, NativeUIChildren, NativeUIClickedEventArgs, NativeUIColorEditor, NativeUIColorEditorValueChangedEventArgs, NativeUIColumn, NativeUICombo, NativeUIComboSelectedItemsChangedEventArgs, NativeUIComponent, NativeUIComponentBuiltInType_$type, NativeUIComponentHorizontalAlignment_$type, NativeUIComponentVerticalAlignment_$type, NativeUIContainer, NativeUIContent, NativeUICursor_$type, NativeUIDisplayDensity_$type, NativeUIDropDown, NativeUIDropDownSelectedValueChangedEventArgs, NativeUIElementBridge, NativeUIElementFactoryFlavor, NativeUIElementFactoryFlavor_$type, NativeUIFocusEventArgs, NativeUIGrid, NativeUIGridHeightType_$type, NativeUIGridWidthType_$type, NativeUIIcon, NativeUIIconButton, NativeUIInput, NativeUIInputChangingEventArgs, NativeUIInputDisplayType_$type, NativeUIInputType_$type, NativeUIInputsFactory, NativeUIKeyEventArgs, NativeUILabel, NativeUIMouseEventArgs, NativeUIPlaceContent_$type, NativeUIPopup, NativeUIPopupAlignment_$type, NativeUIPopupAnimationType_$type, NativeUIPopupClosedEventArgs, NativeUIPopupDirection_$type, NativeUIPopupMeasuringContentEventArgs, NativeUIPopupOpenedEventArgs, NativeUIPopupPointerPosition_$type, NativeUIPositionChangedEventArgs, NativeUISizeChangedEventArgs, NativeUISlider, NativeUISliderOrientation_$type, NativeUISliderValueChangedEventArgs, NativeUIWindow, NeedleBeingDragged, NeedleBeingDragged_$type, NegativeVolumeIndexIndicatorDescription, NegativeVolumeIndexIndicatorDescriptionMetadata, NegativeVolumeIndexIndicatorDescriptionModule, NetworkCredential, NewLineHandling_$type, NextMonthExpression, NextMonthExpressionDescription, NextMonthExpressionDescriptionMetadata, NextQuarterExpression, NextQuarterExpressionDescription, NextQuarterExpressionDescriptionMetadata, NextWeekExpression, NextWeekExpressionDescription, NextWeekExpressionDescriptionMetadata, NextYearExpression, NextYearExpressionDescription, NextYearExpressionDescriptionMetadata, NonBlockingStreamReader, NotImplementedException, NotSupportedException, NotifyCollectionChangedAction, NotifyCollectionChangedAction_$type, NotifyCollectionChangedEventArgs, NullReferenceException, NullStream, Nullable, Nullable$1, NumberAbbreviatorDescriptionModule, NumberFormatInfo, NumberFormatSpecifier, NumberFormatSpecifierDescription, NumberFormatSpecifierDescriptionMetadata, NumberFormatSpecifierDescriptionModule, Number_$type, Numeric, NumericAngleAxisDescription, NumericAngleAxisDescriptionMetadata, NumericAngleAxisDescriptionModule, NumericAxisBaseDescription, NumericAxisBaseDescriptionMetadata, NumericCellInfoDescription, NumericCellInfoDescriptionMetadata, NumericColumnDescription, NumericColumnDescriptionMetadata, NumericColumnDescriptionModule, NumericRadiusAxisDescription, NumericRadiusAxisDescriptionMetadata, NumericRadiusAxisDescriptionModule, NumericXAxisDescription, NumericXAxisDescriptionMetadata, NumericXAxisDescriptionModule, NumericYAxisDescription, NumericYAxisDescriptionMetadata, NumericYAxisDescriptionModule, ODataDataSourceFilterExpressionVisitor, ODataDataSourceSchema, ODataLiteralEmitter_$type, ObjectCollection, ObjectDisposedException, ObservableCollection$1, ObservableColorCollection, OffsettableWeekExpression, OffsettableWeekExpressionDescription, OffsettableWeekExpressionDescriptionMetadata, OnBalanceVolumeIndicatorDescription, OnBalanceVolumeIndicatorDescriptionMetadata, OnBalanceVolumeIndicatorDescriptionModule, OnClosedEventArgs, OnClosedEventArgsDescription, OnClosedEventArgsDescriptionMetadata, OnCollapsedEventArgsDescription, OnCollapsedEventArgsDescriptionMetadata, OnExpandedEventArgsDescription, OnExpandedEventArgsDescriptionMetadata, OnPopupEventArgs, OnPopupEventArgsDescription, OnPopupEventArgsDescriptionMetadata, OpenStreetMapImageryDescription, OpenStreetMapImageryDescriptionMetadata, OpenStreetMapImageryDescriptionModule, OpenStreetMapTileSource, OperationFilterExpression, OperationFilterExpressionDescription, OperationFilterExpressionDescriptionMetadata, OperatorSelectorClosingEventArgsDescription, OperatorSelectorClosingEventArgsDescriptionMetadata, OperatorSelectorOpeningEventArgsDescription, OperatorSelectorOpeningEventArgsDescriptionMetadata, OperatorSelectorValueChangedEventArgsDescription, OperatorSelectorValueChangedEventArgsDescriptionMetadata, OrdinalTimeXAxisDescription, OrdinalTimeXAxisDescriptionMetadata, OrdinalTimeXAxisDescriptionModule, OthersCategoryContextDescription, OthersCategoryContextDescriptionMetadata, OthersCategoryContextDescriptionModule, OthersCategoryType, OthersCategoryType_$type, OverlayProxyDescriptionModule, OverlayTextInfoDescription, OverlayTextInfoDescriptionMetadata, OverlayTextUpdatingEventArgsDescription, OverlayTextUpdatingEventArgsDescriptionMetadata, OverlaysDescriptionModule, PageChangedEventArgsDescription, PageChangedEventArgsDescriptionMetadata, PagePredictionEngine, PageRequestedEventArgs, PageRequestedEventArgsDescription, PageRequestedEventArgsDescriptionMetadata, PagedDataSource, PagedDataSourceDescription, PagedDataSourceDescriptionMetadata, Pair$2, Panel, PanelBridge, ParameterExpression, Path, PathFigure, PathFigureCollection, PathFigureData, PathFigureUtil, PathGeometry, PathGeometryData, PathMarkupParser, PathMarkupToken, PathMarkupTokenType_$type, PathSegment, PathSegmentCollection, PathSegmentType, PathSegmentType_$type, PathVisualData, PenLineCap, PenLineCap_$type, PenLineJoin, PenLineJoin_$type, PercentChangeYAxisDescription, PercentChangeYAxisDescriptionMetadata, PercentChangeYAxisDescriptionModule, PercentagePriceOscillatorIndicatorDescription, PercentagePriceOscillatorIndicatorDescriptionMetadata, PercentagePriceOscillatorIndicatorDescriptionModule, PercentageVolumeOscillatorIndicatorDescription, PercentageVolumeOscillatorIndicatorDescriptionMetadata, PercentageVolumeOscillatorIndicatorDescriptionModule, PermissionSet, PermissionState, PermissionState_$type, PieChartBaseDescription, PieChartBaseDescriptionMetadata, PieChartCoreDescriptionModule, PieChartDashboardTileDescriptionModule, PieChartDescription, PieChartDescriptionMetadata, PieChartDescriptionModule, PieSliceCollisionGeometry, PieSliceDataContextDescription, PieSliceDataContextDescriptionMetadata, PieSliceOthersContextDescription, PieSliceOthersContextDescriptionMetadata, PinnedAreaSeparatorDescription, PinnedAreaSeparatorDescriptionMetadata, PinnedAreaSeparatorDescriptionModule, PlatformAPIHelper, PlatformConstants, PlatformFormatter, PlatformKeyFrameAnimationFactory, PlatformSpecifierType_$type, PlatformUIElementPropertyAccessorFactory, PlotAreaMouseButtonEventArgsDescription, PlotAreaMouseButtonEventArgsDescriptionMetadata, PlotAreaMouseEventArgsDescription, PlotAreaMouseEventArgsDescriptionMetadata, PointCollection, PointCollectionUtil, PointComparer, PointData, PointDescription, PointSeriesDescription, PointSeriesDescriptionMetadata, PointSeriesDescriptionModule, PointTester, PointUtil, Point_$type, PolarAreaSeriesDescription, PolarAreaSeriesDescriptionMetadata, PolarAreaSeriesDescriptionModule, PolarBaseDescription, PolarBaseDescriptionMetadata, PolarLineSeriesBaseDescription, PolarLineSeriesBaseDescriptionMetadata, PolarLineSeriesDescription, PolarLineSeriesDescriptionMetadata, PolarLineSeriesDescriptionModule, PolarScatterSeriesDescription, PolarScatterSeriesDescriptionMetadata, PolarScatterSeriesDescriptionModule, PolarSplineAreaSeriesDescription, PolarSplineAreaSeriesDescriptionMetadata, PolarSplineAreaSeriesDescriptionModule, PolarSplineSeriesDescription, PolarSplineSeriesDescriptionMetadata, PolarSplineSeriesDescriptionModule, PolyBezierSegment, PolyBezierSegmentData, PolyLineSegment, PolyLineVisualData, PolySimplification, Polygon, PolygonUtil, PolygonVisualData, Polyline, PolylineSegmentData, Pool$1, Popup, PopupAlignment, PopupAlignment_$type, PopupAnimation, PopupAnimationType, PopupAnimationType_$type, PopupDescription, PopupDescriptionMetadata, PopupDescriptionModule, PopupDirection, PopupDirection_$type, PopupMeasuringContentSizeEventArgs, PopupMeasuringContentSizeEventArgsDescription, PopupMeasuringContentSizeEventArgsDescriptionMetadata, PopupPointerPosition, PopupPointerPosition_$type, PopupView, PopupVisualModelExport, Popup_InnerAnimationInfo, Popup_OuterAnimationInfo, PortalManager, PositiveVolumeIndexIndicatorDescription, PositiveVolumeIndexIndicatorDescriptionMetadata, PositiveVolumeIndexIndicatorDescriptionModule, PredictionEnginePageCandidate, PrefixDescription, PrefixDescriptionMetadata, PrefixDescriptionModule, PriceChannelOverlayDescription, PriceChannelOverlayDescriptionMetadata, PriceChannelOverlayDescriptionModule, PriceVolumeTrendIndicatorDescription, PriceVolumeTrendIndicatorDescriptionMetadata, PriceVolumeTrendIndicatorDescriptionModule, PrimaryKeyValueDescription, PrimaryKeyValueDescriptionMetadata, PrimaryKeyValueDescriptionModule, PrimitiveAppearanceData, PrimitiveVisualData, PrimitiveVisualDataList, PriorityDataRule, ProgressiveLoadStatusEventArgsDescription, ProgressiveLoadStatusEventArgsDescriptionMetadata, PromiseFactory, PromiseWrapper, PropertyChangedEventArgs, PropertyChangedEventArgs$1, PropertyEditorDataSourceDescription, PropertyEditorDataSourceDescriptionMetadata, PropertyEditorDescription, PropertyEditorDescriptionMetadata, PropertyEditorDescriptionModule, PropertyEditorDescriptionObjectDescription, PropertyEditorDescriptionObjectDescriptionMetadata, PropertyEditorPanelDescription, PropertyEditorPanelDescriptionMetadata, PropertyEditorPanelDescriptionModule, PropertyEditorPropertyDescriptionButtonClickEventArgsDescription, PropertyEditorPropertyDescriptionButtonClickEventArgsDescriptionMetadata, PropertyEditorPropertyDescriptionChangedEventArgsDescription, PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata, PropertyEditorPropertyDescriptionCoercingValueEventArgsDescription, PropertyEditorPropertyDescriptionCoercingValueEventArgsDescriptionMetadata, PropertyEditorPropertyDescriptionDescription, PropertyEditorPropertyDescriptionDescriptionMetadata, PropertyEditorPropertyDescriptionDescriptionModule, PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgsDescription, PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgsDescriptionMetadata, PropertyMetadata, PropertyPath, PropertyReferenceFilterExpression, PropertyReferenceFilterExpressionDescription, PropertyReferenceFilterExpressionDescriptionMetadata, PropertyUpdatedEventArgs, PropertyUpdatedEventArgsDescription, PropertyUpdatedEventArgsDescriptionMetadata, ProportionalCategoryAngleAxisDescription, ProportionalCategoryAngleAxisDescriptionMetadata, ProportionalCategoryAngleAxisDescriptionModule, ProvideCalculatorEventArgs, ProvideCalculatorEventArgsDescription, ProvideCalculatorEventArgsDescriptionMetadata, Q1Expression, Q1ExpressionDescription, Q1ExpressionDescriptionMetadata, Q2Expression, Q2ExpressionDescription, Q2ExpressionDescriptionMetadata, Q3Expression, Q3ExpressionDescription, Q3ExpressionDescriptionMetadata, Q4Expression, Q4ExpressionDescription, Q4ExpressionDescriptionMetadata, QuadTree, QuadTreeBoundingBox, QuadTreeForceVector, QuadTreeNode, Queryable, Queue$1, RadialAreaSeriesDescription, RadialAreaSeriesDescriptionMetadata, RadialAreaSeriesDescriptionModule, RadialBaseChartDescription, RadialBaseChartDescriptionMetadata, RadialBaseDescription, RadialBaseDescriptionMetadata, RadialColumnSeriesDescription, RadialColumnSeriesDescriptionMetadata, RadialColumnSeriesDescriptionModule, RadialGaugeCoreDescriptionModule, RadialGaugeDashboardTileDescriptionModule, RadialGaugeDescription, RadialGaugeDescriptionMetadata, RadialGaugeDescriptionModule, RadialGaugeRangeDescription, RadialGaugeRangeDescriptionMetadata, RadialGaugeRangeDescriptionModule, RadialLabelMode, RadialLabelMode_$type, RadialLineSeriesDescription, RadialLineSeriesDescriptionMetadata, RadialLineSeriesDescriptionModule, RadialPieSeriesDescription, RadialPieSeriesDescriptionMetadata, RadialPieSeriesDescriptionModule, Random, RangeAreaSeriesDescription, RangeAreaSeriesDescriptionMetadata, RangeAreaSeriesDescriptionModule, RangeCategorySeriesDescription, RangeCategorySeriesDescriptionMetadata, RangeColumnSeriesDescription, RangeColumnSeriesDescriptionMetadata, RangeColumnSeriesDescriptionModule, RateOfChangeAndMomentumIndicatorDescription, RateOfChangeAndMomentumIndicatorDescriptionMetadata, RateOfChangeAndMomentumIndicatorDescriptionModule, ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter, ReactMarkupCodeGeneratingComponentRendererCodeEmitter, ReadOnlyCollection$1, ReadOnlyDoubleCollection, ReadOnlyObservableCollection$1, ReadState, ReadState_$type, RearrangedList$1, RearrangedListView, Rect, RectChangedEventArgs, RectChangedEventArgsDescription, RectChangedEventArgsDescriptionMetadata, RectData, RectDescription, RectUtil, Rectangle, RectangleGeometry, RectangleGeometryData, RectangleVisualData, RefValueChangedTarget, ReflectionUtil, RefreshCompletedEventArgsDescription, RefreshCompletedEventArgsDescriptionMetadata, Regex, RegexOptions, RegexOptions_$type, RelativeStrengthIndexIndicatorDescription, RelativeStrengthIndexIndicatorDescriptionMetadata, RelativeStrengthIndexIndicatorDescriptionModule, RemovedShiftedRowInfo, RenderRequestedEventArgsDescription, RenderRequestedEventArgsDescriptionMetadata, RenderingContext, ResponsivePhaseDescription, ResponsivePhaseDescriptionMetadata, ResponsiveStateDescription, ResponsiveStateDescriptionMetadata, ResponsiveStateEnteredEventArgsDescription, ResponsiveStateEnteredEventArgsDescriptionMetadata, ResponsiveStateEnteringEventArgsDescription, ResponsiveStateEnteringEventArgsDescriptionMetadata, ResponsiveStateExitedEventArgsDescription, ResponsiveStateExitedEventArgsDescriptionMetadata, ReverseArrayEnumerator$1, RightClipper, RingDescription, RingDescriptionMetadata, RingSeriesBaseDescription, RingSeriesBaseDescriptionMetadata, RingSeriesDescription, RingSeriesDescriptionMetadata, RingSeriesDescriptionModule, RippleDescription, RippleDescriptionMetadata, RippleDescriptionModule, RotateTransform, RowSeparatorDescription, RowSeparatorDescriptionMetadata, RowSeparatorDescriptionModule, RowSeparatorInfoDescription, RowSeparatorInfoDescriptionMetadata, SRProvider, SVGAttributeType_$type, SVGBrush, SVGBrushType_$type, SVGCircle, SVGEllipse, SVGGroup, SVGLine, SVGNode, SVGNodeType_$type, SVGParser, SVGPath, SVGPresentationNode, SVGRect, SVGRoot, ScaleLegendDescription, ScaleLegendDescriptionMetadata, ScaleLegendDescriptionModule, ScaleTransform, ScalerParamsDescription, ScalerParamsDescriptionMetadata, ScalerVisibleBounds, ScatterAreaSeriesDescription, ScatterAreaSeriesDescriptionMetadata, ScatterAreaSeriesDescriptionModule, ScatterBaseDescription, ScatterBaseDescriptionMetadata, ScatterContourSeriesDescription, ScatterContourSeriesDescriptionMetadata, ScatterContourSeriesDescriptionModule, ScatterDataInfo, ScatterDataRule, ScatterLineSeriesDescription, ScatterLineSeriesDescriptionMetadata, ScatterLineSeriesDescriptionModule, ScatterPolygonSeriesDescription, ScatterPolygonSeriesDescriptionMetadata, ScatterPolygonSeriesDescriptionModule, ScatterPolylineSeriesDescription, ScatterPolylineSeriesDescriptionMetadata, ScatterPolylineSeriesDescriptionModule, ScatterSeriesDescription, ScatterSeriesDescriptionMetadata, ScatterSeriesDescriptionModule, ScatterSplineSeriesDescription, ScatterSplineSeriesDescriptionMetadata, ScatterSplineSeriesDescriptionModule, ScatterTriangulationSeriesDescription, ScatterTriangulationSeriesDescriptionMetadata, ScatterType_$type, SchedulableRenderWrapper, ScrollbarStyle, ScrollbarStyle_$type, Scroller, ScrollerScrollingEventArgs, ScrollerView, SectionData, SectionDataStartIndexComparer, SectionDataUndisplacedStartIndexComparer, SectionFooterDescription, SectionFooterDescriptionMetadata, SectionFooterDescriptionModule, SectionHeaderCellInfoDescription, SectionHeaderCellInfoDescriptionMetadata, SectionHeaderDescription, SectionHeaderDescriptionMetadata, SectionHeaderDescriptionModule, SectionInformationDescription, SectionInformationDescriptionMetadata, SectionMap, SectionSearchData, SecurityAction, SecurityAction_$type, SeekOrigin, SegmentData, SelectAllCheckboxChangedEventArgsDescription, SelectAllCheckboxChangedEventArgsDescriptionMetadata, SelectedItemChangedEventArgsDescription, SelectedItemChangedEventArgsDescriptionMetadata, SelectedItemChangingEventArgsDescription, SelectedItemChangingEventArgsDescriptionMetadata, SelectedItemsChangedEventArgsDescription, SelectedItemsChangedEventArgsDescriptionMetadata, SelectedItemsChangingEventArgsDescription, SelectedItemsChangingEventArgsDescriptionMetadata, SelectedValueChangedEventArgsDescription, SelectedValueChangedEventArgsDescriptionMetadata, SeriesDescription, SeriesDescriptionMetadata, SeriesHighlightedValuesDisplayMode, SeriesHighlightedValuesDisplayMode_$type, SeriesLayerDescription, SeriesLayerDescriptionMetadata, SeriesLayerPropertyOverlayDescription, SeriesLayerPropertyOverlayDescriptionMetadata, SeriesLayerPropertyOverlayValueResolvingEventArgsDescription, SeriesLayerPropertyOverlayValueResolvingEventArgsDescriptionMetadata, SeriesMatcherDescription, SeriesMatcherDescriptionMetadata, SeriesMatcherDescriptionModule, SeriesViewerDescription, SeriesViewerDescriptionMetadata, SeriesViewerManipulationEventArgsDescription, SeriesViewerManipulationEventArgsDescriptionMetadata, SeriesViewerSelectedSeriesItemsChangedEventArgsDescription, SeriesViewerSelectedSeriesItemsChangedEventArgsDescriptionMetadata, SeriesViewerSelectedSeriesItemsChangingEventArgsDescription, SeriesViewerSelectedSeriesItemsChangingEventArgsDescriptionMetadata, Shape, ShapeChartUtils, ShapeDataInfo, ShapeDataRule, ShapeDataSourceDescription, ShapeDataSourceDescriptionMetadata, ShapeDataSourceDescriptionModule, ShapeFileUtil, ShapeFilterRecordEventArgs, ShapeFilterRecordEventArgsDescription, ShapeFilterRecordEventArgsDescriptionMetadata, ShapeSeriesBaseDescription, ShapeSeriesBaseDescriptionMetadata, ShapeTags, ShapeType, ShapeType_$type, ShapefileConverter, ShapefileRecord, ShapefileRecordDescription, ShapefileRecordDescriptionMetadata, SimpleCategorySeriesRule, SimpleDefaultTooltipDescriptionMetadata, SimpleDefaultTooltipExtendedDescriptionMetadata, SimpleFinancialPriceSeriesRule, SimpleGaugeRule, SimplePieSeriesRule, SimpleScatterSeriesRule, Size, SizeData, SizeDescription, SizeScaleDescription, SizeScaleDescriptionMetadata, SizeScaleDescriptionModule, SliceClickEventArgsDescription, SliceClickEventArgsDescriptionMetadata, SliceEventArgsDescription, SliceEventArgsDescriptionMetadata, SlowStochasticOscillatorIndicatorDescription, SlowStochasticOscillatorIndicatorDescriptionMetadata, SlowStochasticOscillatorIndicatorDescriptionModule, SmartPlaceableWrapper$1, SmartPlacer, SmartPosition, SmartPosition_$type, SolidBrushAppearanceData, SortDescription, SortDescriptionCollection, SortGroupParser, SortIndicatorRenderCompletedEventArgsDescription, SortIndicatorRenderCompletedEventArgsDescriptionMetadata, SortedList$1, SpanBridge, SparklineCoreDescriptionModule, SparklineDescription, SparklineDescriptionMetadata, SparklineDescriptionModule, SpiralFlattener, SpiralTodo, SplineAreaFragmentDescription, SplineAreaFragmentDescriptionMetadata, SplineAreaFragmentDescriptionModule, SplineAreaSeriesDescription, SplineAreaSeriesDescriptionMetadata, SplineAreaSeriesDescriptionModule, SplineFragmentBaseDescription, SplineFragmentBaseDescriptionMetadata, SplineFragmentDescription, SplineFragmentDescriptionMetadata, SplineFragmentDescriptionModule, SplineSeriesBaseDescription, SplineSeriesBaseDescriptionMetadata, SplineSeriesDescription, SplineSeriesDescriptionMetadata, SplineSeriesDescriptionModule, Stack$1, StackPool$1, Stacked100AreaSeriesDescription, Stacked100AreaSeriesDescriptionMetadata, Stacked100AreaSeriesDescriptionModule, Stacked100BarSeriesDescription, Stacked100BarSeriesDescriptionMetadata, Stacked100BarSeriesDescriptionModule, Stacked100ColumnSeriesDescription, Stacked100ColumnSeriesDescriptionMetadata, Stacked100ColumnSeriesDescriptionModule, Stacked100LineSeriesDescription, Stacked100LineSeriesDescriptionMetadata, Stacked100LineSeriesDescriptionModule, Stacked100SplineAreaSeriesDescription, Stacked100SplineAreaSeriesDescriptionMetadata, Stacked100SplineAreaSeriesDescriptionModule, Stacked100SplineSeriesDescription, Stacked100SplineSeriesDescriptionMetadata, Stacked100SplineSeriesDescriptionModule, StackedAreaSeriesDescription, StackedAreaSeriesDescriptionMetadata, StackedAreaSeriesDescriptionModule, StackedBarSeriesDescription, StackedBarSeriesDescriptionMetadata, StackedBarSeriesDescriptionModule, StackedColumnSeriesDescription, StackedColumnSeriesDescriptionMetadata, StackedColumnSeriesDescriptionModule, StackedFragmentSeriesDescription, StackedFragmentSeriesDescriptionMetadata, StackedFragmentSeriesDescriptionModule, StackedLineSeriesDescription, StackedLineSeriesDescriptionMetadata, StackedLineSeriesDescriptionModule, StackedSeriesBaseDescription, StackedSeriesBaseDescriptionMetadata, StackedSeriesCreatedEventArgsDescription, StackedSeriesCreatedEventArgsDescriptionMetadata, StackedSplineAreaSeriesDescription, StackedSplineAreaSeriesDescriptionMetadata, StackedSplineAreaSeriesDescriptionModule, StackedSplineSeriesDescription, StackedSplineSeriesDescriptionMetadata, StackedSplineSeriesDescriptionModule, StandardDeviationIndicatorDescription, StandardDeviationIndicatorDescriptionMetadata, StandardDeviationIndicatorDescriptionModule, StandardLegendItems_$type, StepAreaSeriesDescription, StepAreaSeriesDescriptionMetadata, StepAreaSeriesDescriptionModule, StepLineSeriesDescription, StepLineSeriesDescriptionMetadata, StepLineSeriesDescriptionModule, StochRSIIndicatorDescription, StochRSIIndicatorDescriptionMetadata, StochRSIIndicatorDescriptionModule, StockChangedEventArgs, StockChangedEventArgsDescription, StockChangedEventArgsDescriptionMetadata, StockDataGenerator, StockDataLookup, StockDetails, StockInfo, StockPosition, StockPriceHistory, StockPricePoint, StraightNumericAxisBaseDescription, StraightNumericAxisBaseDescriptionMetadata, StrategyBasedIndicatorDescription, StrategyBasedIndicatorDescriptionMetadata, Stream, StreamReader, StreamWriter, Stretch, Stretch_$type, StringBuilder, StringComparer, StringReader, StringWriter, String_$type, Style, StyleDescription, StyleDescriptionMetadata, StyleSelectorDescription, StyleSelectorDescriptionMetadata, StyleShapeEventArgsDescription, StyleShapeEventArgsDescriptionMetadata, SubCollectionsRule, SuffixDescription, SuffixDescriptionMetadata, SumSummaryCalculator, SummaryCalculator, SummaryCellInfoDescription, SummaryCellInfoDescriptionMetadata, SummaryChangedEventArgsDescription, SummaryChangedEventArgsDescriptionMetadata, SummaryChooserDescriptionModule, SummaryDataDescription, SummaryDataDescriptionMetadata, SummaryDescription, SummaryDescriptionCollection, SummaryGroup, SummaryParser, SummaryRowDescription, SummaryRowDescriptionMetadata, SummaryRowRootDescription, SummaryRowRootDescriptionMetadata, SummaryRowRootDescriptionModule, SummaryRowSectionDescription, SummaryRowSectionDescriptionMetadata, SummaryRowSectionDescriptionModule, SvgIconCollection, SvgIconRegistry, SweepDirection, SweepDirection_$type, SyncableObservableCollection$1, SyncableObservableCollection$2, SyncableObservableCollectionChangedListener_$type, SynchronizedReader, SynchronizedWriter, SystemException, TRIXIndicatorDescription, TRIXIndicatorDescriptionMetadata, TRIXIndicatorDescriptionModule, TSCodeGeneratingComponentRendererDataEmitter, TSCodeGeneratingComponentRendererHandlerEmitter, TSCodeGeneratingComponentRendererModuleEmitter, TSCodeGeneratingComponentRendererTemplateEmitter, Task, Task$1, TaskCompletionSource$1, TaskFactory, TaskStatus, TaskStatus_$type, TemplateCellInfoDescription, TemplateCellInfoDescriptionMetadata, TemplateCellUpdatingEventArgsDescription, TemplateCellUpdatingEventArgsDescriptionMetadata, TemplateColumnDescription, TemplateColumnDescriptionMetadata, TemplateColumnDescriptionModule, TemplateContainerDescriptionModule, TemplateContentDescriptionModule, TemplateContentExtendedDescriptionModule, TemplateHeaderCellInfoDescription, TemplateHeaderCellInfoDescriptionMetadata, TemplateHeaderCellUpdatingEventArgsDescription, TemplateHeaderCellUpdatingEventArgsDescriptionMetadata, TemplateHeaderDescription, TemplateHeaderDescriptionMetadata, TemplateHeaderDescriptionModule, TemplateSectionHeaderCellInfoDescription, TemplateSectionHeaderCellInfoDescriptionMetadata, TemplateSectionHeaderCellUpdatingEventArgsDescription, TemplateSectionHeaderCellUpdatingEventArgsDescriptionMetadata, TemplateSectionHeaderDescription, TemplateSectionHeaderDescriptionMetadata, TemplateSectionHeaderDescriptionModule, TestFilterSyntaxVisitor, TestRandomness, TextBlock, TextCellInfoDescription, TextCellInfoDescriptionMetadata, TextColumnDescription, TextColumnDescriptionMetadata, TextColumnDescriptionModule, TextFontMetrics, TextHeaderCellInfoDescription, TextHeaderCellInfoDescriptionMetadata, TextHeaderDescription, TextHeaderDescriptionMetadata, TextHeaderDescriptionModule, TextIconSetConditionalStyleDescription, TextIconSetConditionalStyleDescriptionMetadata, TextIconSetConditionalStyleDescriptionModule, TextReader, TextReader_NullTextReader, TextWriter, TextWriter_NullTextWriter, Thickness, ThisMonthExpression, ThisMonthExpressionDescription, ThisMonthExpressionDescriptionMetadata, ThisQuarterExpression, ThisQuarterExpressionDescription, ThisQuarterExpressionDescriptionMetadata, ThisWeekExpression, ThisWeekExpressionDescription, ThisWeekExpressionDescriptionMetadata, ThisYearExpression, ThisYearExpressionDescription, ThisYearExpressionDescriptionMetadata, Thread, Tile, TileGeneratorDescription, TileGeneratorDescriptionMetadata, TileGeneratorMapImageryDescription, TileGeneratorMapImageryDescriptionMetadata, TileGeneratorMapImageryDescriptionModule, TileGeneratorTileSource, TileImageCreatedEventArgs, TileImageZoomChangingEventArgs, TilePositionComparer, TileSeriesDescription, TileSeriesDescriptionMetadata, TileSeriesDescriptionModule, TileWorkCompletedSink, TileWorkSettings, TimeAxisBaseDescription, TimeAxisBaseDescriptionMetadata, TimeAxisBreakDescription, TimeAxisBreakDescriptionMetadata, TimeAxisBreakDescriptionModule, TimeAxisIntervalDescription, TimeAxisIntervalDescriptionMetadata, TimeAxisIntervalDescriptionModule, TimeAxisLabelFormatDescription, TimeAxisLabelFormatDescriptionMetadata, TimeAxisLabelFormatDescriptionModule, TimeXAxisDescription, TimeXAxisDescriptionMetadata, TimeXAxisDescriptionModule, TodayExpression, TodayExpressionDescription, TodayExpressionDescriptionMetadata, TomorrowExpression, TomorrowExpressionDescription, TomorrowExpressionDescriptionMetadata, ToolActionButtonDescription, ToolActionButtonDescriptionMetadata, ToolActionButtonDescriptionModule, ToolActionButtonInfo, ToolActionButtonInfoDescription, ToolActionButtonInfoDescriptionMetadata, ToolActionButtonInfoDisplayType, ToolActionButtonInfoDisplayType_$type, ToolActionButtonPairDescription, ToolActionButtonPairDescriptionMetadata, ToolActionButtonPairDescriptionModule, ToolActionButtonPairInfo, ToolActionButtonPairInfoDescription, ToolActionButtonPairInfoDescriptionMetadata, ToolActionCheckboxDescription, ToolActionCheckboxDescriptionMetadata, ToolActionCheckboxDescriptionModule, ToolActionCheckboxInfo, ToolActionCheckboxInfoDescription, ToolActionCheckboxInfoDescriptionMetadata, ToolActionCheckboxListDescription, ToolActionCheckboxListDescriptionMetadata, ToolActionCheckboxListDescriptionModule, ToolActionCheckboxListInfo, ToolActionCheckboxListInfoDescription, ToolActionCheckboxListInfoDescriptionMetadata, ToolActionColorEditorDescription, ToolActionColorEditorDescriptionMetadata, ToolActionColorEditorDescriptionModule, ToolActionColorEditorInfo, ToolActionColorEditorInfoDescription, ToolActionColorEditorInfoDescriptionMetadata, ToolActionComboDescription, ToolActionComboDescriptionMetadata, ToolActionComboDescriptionModule, ToolActionComboInfo, ToolActionComboInfoDescription, ToolActionComboInfoDescriptionMetadata, ToolActionDescription, ToolActionDescriptionMetadata, ToolActionEventDetailDescription, ToolActionEventDetailDescriptionMetadata, ToolActionFieldSelectorAggregationDescription, ToolActionFieldSelectorAggregationDescriptionMetadata, ToolActionFieldSelectorAggregationDescriptionModule, ToolActionFieldSelectorDescription, ToolActionFieldSelectorDescriptionMetadata, ToolActionFieldSelectorDescriptionModule, ToolActionFieldSelectorInfo, ToolActionFieldSelectorInfoDescription, ToolActionFieldSelectorInfoDescriptionMetadata, ToolActionFieldSelectorInfoType, ToolActionFieldSelectorInfoType_$type, ToolActionFieldSelectorSelectedAggregationDescription, ToolActionFieldSelectorSelectedAggregationDescriptionMetadata, ToolActionFieldSelectorSelectedAggregationDescriptionModule, ToolActionGroupHeaderDescription, ToolActionGroupHeaderDescriptionMetadata, ToolActionGroupHeaderDescriptionModule, ToolActionGroupHeaderInfo, ToolActionGroupHeaderInfoDescription, ToolActionGroupHeaderInfoDescriptionMetadata, ToolActionIconButtonDescription, ToolActionIconButtonDescriptionMetadata, ToolActionIconButtonDescriptionModule, ToolActionIconButtonInfo, ToolActionIconButtonInfoDescription, ToolActionIconButtonInfoDescriptionMetadata, ToolActionIconMenuDescription, ToolActionIconMenuDescriptionMetadata, ToolActionIconMenuDescriptionModule, ToolActionIconMenuInfo, ToolActionIconMenuInfoDescription, ToolActionIconMenuInfoDescriptionMetadata, ToolActionInfo, ToolActionInfoDensity, ToolActionInfoDensity_$type, ToolActionInfoDescription, ToolActionInfoDescriptionMetadata, ToolActionLabelDescription, ToolActionLabelDescriptionMetadata, ToolActionLabelDescriptionModule, ToolActionLabelInfo, ToolActionLabelInfoDescription, ToolActionLabelInfoDescriptionMetadata, ToolActionNumberInputDescription, ToolActionNumberInputDescriptionMetadata, ToolActionNumberInputDescriptionModule, ToolActionNumberInputInfo, ToolActionNumberInputInfoDescription, ToolActionNumberInputInfoDescriptionMetadata, ToolActionPerformedEventArgsDescription, ToolActionPerformedEventArgsDescriptionMetadata, ToolActionPopupOpeningEventArgsDescription, ToolActionPopupOpeningEventArgsDescriptionMetadata, ToolActionRadioDescription, ToolActionRadioDescriptionMetadata, ToolActionRadioDescriptionModule, ToolActionRadioInfo, ToolActionRadioInfoDescription, ToolActionRadioInfoDescriptionMetadata, ToolActionSeparatorDescription, ToolActionSeparatorDescriptionMetadata, ToolActionSeparatorDescriptionModule, ToolActionSeparatorInfo, ToolActionSeparatorInfoDescription, ToolActionSeparatorInfoDescriptionMetadata, ToolActionSubPanelDescription, ToolActionSubPanelDescriptionMetadata, ToolActionSubPanelDescriptionModule, ToolActionSubPanelInfo, ToolActionSubPanelInfoDescription, ToolActionSubPanelInfoDescriptionMetadata, ToolActionTextInputDescription, ToolActionTextInputDescriptionMetadata, ToolActionTextInputDescriptionModule, ToolActionTextInputInfo, ToolActionTextInputInfoDescription, ToolActionTextInputInfoDescriptionMetadata, ToolActionType, ToolActionType_$type, ToolCommand, ToolCommandArgument, ToolCommandArgumentCollection, ToolCommandArgumentDescription, ToolCommandArgumentDescriptionMetadata, ToolCommandDescription, ToolCommandDescriptionMetadata, ToolCommandEventArgsDescription, ToolCommandEventArgsDescriptionMetadata, ToolCommandExecutionState, ToolCommandExecutionState_$type, ToolCommandStateChanged, ToolCommandStateType, ToolCommandStateType_$type, ToolContextBindingDescription, ToolContextBindingDescriptionMetadata, ToolContextBindingInfo, ToolContextBindingInfoDescription, ToolContextBindingInfoDescriptionMetadata, ToolContextBindingMode, ToolContextBindingMode_$type, ToolContextValueType, ToolContextValueType_$type, ToolPanelContentRefreshedEventArgsDescription, ToolPanelContentRefreshedEventArgsDescriptionMetadata, ToolPanelContextChangedEventArgsDescription, ToolPanelContextChangedEventArgsDescriptionMetadata, ToolPanelDescription, ToolPanelDescriptionMetadata, ToolPanelDescriptionModule, ToolbarDescription, ToolbarDescriptionMetadata, ToolbarDescriptionModule, ToolbarSubMenuClosingEventArgsDescription, ToolbarSubMenuClosingEventArgsDescriptionMetadata, ToolbarSubMenuOpeningEventArgsDescription, ToolbarSubMenuOpeningEventArgsDescriptionMetadata, TooltipContainerDescriptionModule, TooltipContainerExtendedDescriptionModule, TopClipper, TouchGestureEventArgs, TouchGestureRecognizer, TouchGestureState_$type, TouchHistoryItem, TouchPointInfo, TouchVelocityReading, TouchVelocityTracker, Transaction, TransactionCommit, TransactionEvent, TransactionEvent_$type, TransactionHistory, TransactionKeyEqualityComparer, TransactionPendingState, TransactionPendingState_$type, TransactionService, TransactionState, TransactionStateDescription, TransactionStateDescriptionMetadata, TransactionType, TransactionType_$type, Transform, TransformCollection, TransformGroup, TransformMatrixHelpler, TransitionOutCompletedEventArgsDescription, TransitionOutCompletedEventArgsDescriptionMetadata, TranslateTransform, TreemapDescription, TreemapDescriptionMetadata, TreemapDescriptionModule, TreemapNodePointerEventArgsDescription, TreemapNodePointerEventArgsDescriptionMetadata, TreemapNodeStyleDescription, TreemapNodeStyleDescriptionMetadata, TreemapNodeStyleDescriptionModule, TreemapNodeStyleMappingDescription, TreemapNodeStyleMappingDescriptionMetadata, TreemapNodeStyleMappingDescriptionModule, TreemapNodeStylingEventArgsDescription, TreemapNodeStylingEventArgsDescriptionMetadata, TrendCalculators, TrendLineLayerDescription, TrendLineLayerDescriptionMetadata, TrendLineLayerDescriptionModule, TrendLineType, TrendLineType_$type, Triangle, TriangulationDataSourceDescription, TriangulationDataSourceDescriptionMetadata, TriangulationSource, TriangulationSourcePointRecord, TriangulationStatusEventArgs, TriangulationStatusEventArgsDescription, TriangulationStatusEventArgsDescriptionMetadata, Triangulator, TriangulatorContext, Tuple, Tuple$2, Tuple$3, Type, TypeDescriptionCleanups, TypeDescriptionContext, TypeDescriptionMetadata, TypeDescriptionPlatform, TypeDescriptionPlatform_$type, TypeDescriptionPropretyTransforms, TypeDescriptionWellKnownType, TypeDescriptionWellKnownType_$type, TypeRegistrar, TypicalPriceIndicatorDescription, TypicalPriceIndicatorDescriptionMetadata, TypicalPriceIndicatorDescriptionModule, UIElement, UIElementCollection, UIElementPropertyAccessor, UIElementPropertyAccessorFactory, UIElementPropertyId_$type, UTF8Encoding, UTF8Encoding_UTF8Decoder, UltimateOscillatorIndicatorDescription, UltimateOscillatorIndicatorDescriptionMetadata, UltimateOscillatorIndicatorDescriptionModule, UnicodeEncoding, UnknownValuePlotting, UnknownValuePlotting_$type, UnsetValue, UploadDataCompletedEventArgs, UploadDataCompletedEventArgsDescription, UploadDataCompletedEventArgsDescriptionMetadata, UploadStringCompletedEventArgs, UploadStringCompletedEventArgsDescription, UploadStringCompletedEventArgsDescriptionMetadata, Uri, UriKind, UriKind_$type, UriParser, ValueBrushScaleDescription, ValueBrushScaleDescriptionMetadata, ValueBrushScaleDescriptionModule, ValueLayerDescription, ValueLayerDescriptionMetadata, ValueLayerDescriptionModule, ValueOverlayDescription, ValueOverlayDescriptionMetadata, ValueOverlayDescriptionModule, ValueType, VersionQueueAction, VersionQueueActionTimeout, VersionQueueHelper, VerticalAlignment, VerticalAlignment_$type, VerticalAnchoredCategorySeriesDescription, VerticalAnchoredCategorySeriesDescriptionMetadata, VerticalSeparatorCellInfoDescription, VerticalSeparatorCellInfoDescriptionMetadata, VerticalStackedSeriesBaseDescription, VerticalStackedSeriesBaseDescriptionMetadata, VirtualDataSource, VirtualDataSourceDescription, VirtualDataSourceDescriptionMetadata, Visibility, Visibility_$type, VisualDataPixelScalingOptions, VoidEventArgsDescription, VoidEventArgsDescriptionMetadata, Void_$type, WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter, WPFXamlCodeGeneratingComponentRendererCodeEmitter, WaterfallSeriesDescription, WaterfallSeriesDescriptionMetadata, WaterfallSeriesDescriptionModule, WeakReference, WebAccordionDescription, WebAccordionDescriptionMetadata, WebAccordionDescriptionModule, WebActionStripDescription, WebActionStripDescriptionMetadata, WebActionStripDescriptionModule, WebActionStripResourceStringsDescription, WebActionStripResourceStringsDescriptionMetadata, WebActiveNodeChangeEventArgsDescription, WebActiveNodeChangeEventArgsDescriptionMetadata, WebActiveNodeChangeEventArgsDetailDescription, WebActiveNodeChangeEventArgsDetailDescriptionMetadata, WebActivePaneEventArgsDescription, WebActivePaneEventArgsDescriptionMetadata, WebActivePaneEventArgsDetailDescription, WebActivePaneEventArgsDetailDescriptionMetadata, WebActiveStepChangedEventArgsDescription, WebActiveStepChangedEventArgsDescriptionMetadata, WebActiveStepChangedEventArgsDetailDescription, WebActiveStepChangedEventArgsDetailDescriptionMetadata, WebActiveStepChangingEventArgsDescription, WebActiveStepChangingEventArgsDescriptionMetadata, WebActiveStepChangingEventArgsDetailDescription, WebActiveStepChangingEventArgsDetailDescriptionMetadata, WebAvatarDescription, WebAvatarDescriptionMetadata, WebAvatarDescriptionModule, WebBadgeDescription, WebBadgeDescriptionMetadata, WebBadgeDescriptionModule, WebBannerDescription, WebBannerDescriptionMetadata, WebBannerDescriptionModule, WebBaseAlertLikeDescription, WebBaseAlertLikeDescriptionMetadata, WebBaseAlertLikeDescriptionModule, WebBaseComboBoxLikeDescription, WebBaseComboBoxLikeDescriptionMetadata, WebBaseComboBoxLikeDescriptionModule, WebBaseDateTimeFilteringOperandDescription, WebBaseDateTimeFilteringOperandDescriptionMetadata, WebBaseEventArgsDescription, WebBaseEventArgsDescriptionMetadata, WebBaseEventArgsDetailDescription, WebBaseEventArgsDetailDescriptionMetadata, WebBaseExporterDescription, WebBaseExporterDescriptionMetadata, WebBaseOptionLikeDescription, WebBaseOptionLikeDescriptionMetadata, WebBaseOptionLikeDescriptionModule, WebBaseSearchInfoDescription, WebBaseSearchInfoDescriptionMetadata, WebBaseToolbarColumnActionsDirectiveDescription, WebBaseToolbarColumnActionsDirectiveDescriptionMetadata, WebBaseToolbarColumnActionsDirectiveDescriptionModule, WebBaseToolbarDirectiveDescription, WebBaseToolbarDirectiveDescriptionMetadata, WebBooleanFilteringOperandDescription, WebBooleanFilteringOperandDescriptionMetadata, WebButtonBaseDescription, WebButtonBaseDescriptionMetadata, WebButtonBaseDescriptionModule, WebButtonDescription, WebButtonDescriptionMetadata, WebButtonDescriptionModule, WebButtonGroupDescription, WebButtonGroupDescriptionMetadata, WebButtonGroupDescriptionModule, WebCalendarBaseDescription, WebCalendarBaseDescriptionMetadata, WebCalendarBaseDescriptionModule, WebCalendarDateEventArgsDescription, WebCalendarDateEventArgsDescriptionMetadata, WebCalendarDescription, WebCalendarDescriptionMetadata, WebCalendarDescriptionModule, WebCalendarResourceStringsDescription, WebCalendarResourceStringsDescriptionMetadata, WebCancelableBrowserEventArgsDescription, WebCancelableBrowserEventArgsDescriptionMetadata, WebCancelableBrowserEventArgsDetailDescription, WebCancelableBrowserEventArgsDetailDescriptionMetadata, WebCancelableEventArgsDescription, WebCancelableEventArgsDescriptionMetadata, WebCancelableEventArgsDetailDescription, WebCancelableEventArgsDetailDescriptionMetadata, WebCardActionsDescription, WebCardActionsDescriptionMetadata, WebCardActionsDescriptionModule, WebCardContentDescription, WebCardContentDescriptionMetadata, WebCardContentDescriptionModule, WebCardDescription, WebCardDescriptionMetadata, WebCardDescriptionModule, WebCardHeaderDescription, WebCardHeaderDescriptionMetadata, WebCardHeaderDescriptionModule, WebCardMediaDescription, WebCardMediaDescriptionMetadata, WebCardMediaDescriptionModule, WebCarouselDescription, WebCarouselDescriptionMetadata, WebCarouselDescriptionModule, WebCarouselIndicatorDescription, WebCarouselIndicatorDescriptionMetadata, WebCarouselIndicatorDescriptionModule, WebCarouselSlideDescription, WebCarouselSlideDescriptionMetadata, WebCarouselSlideDescriptionModule, WebCellPositionDescription, WebCellPositionDescriptionMetadata, WebCellTemplateContextDescription, WebCellTemplateContextDescriptionMetadata, WebCellTypeDescription, WebCellTypeDescriptionMetadata, WebCheckboxBaseDescription, WebCheckboxBaseDescriptionMetadata, WebCheckboxBaseDescriptionModule, WebCheckboxChangeEventArgsDescription, WebCheckboxChangeEventArgsDescriptionMetadata, WebCheckboxChangeEventArgsDetailDescription, WebCheckboxChangeEventArgsDetailDescriptionMetadata, WebCheckboxDescription, WebCheckboxDescriptionMetadata, WebCheckboxDescriptionModule, WebChipDescription, WebChipDescriptionMetadata, WebChipDescriptionModule, WebCircularGradientDescription, WebCircularGradientDescriptionMetadata, WebCircularGradientDescriptionModule, WebCircularProgressDescription, WebCircularProgressDescriptionMetadata, WebCircularProgressDescriptionModule, WebClient, WebClipboardOptionsDescription, WebClipboardOptionsDescriptionMetadata, WebCodeBehindCodeGeneratingComponentRendererCodeEmitter, WebColumnComponentEventArgsDescription, WebColumnComponentEventArgsDescriptionMetadata, WebColumnDescription, WebColumnDescriptionMetadata, WebColumnDescriptionModule, WebColumnEditorOptionsDescription, WebColumnEditorOptionsDescriptionMetadata, WebColumnExportingEventArgsDescription, WebColumnExportingEventArgsDescriptionMetadata, WebColumnExportingEventArgsDetailDescription, WebColumnExportingEventArgsDetailDescriptionMetadata, WebColumnGroupDescription, WebColumnGroupDescriptionMetadata, WebColumnGroupDescriptionModule, WebColumnLayoutDescription, WebColumnLayoutDescriptionMetadata, WebColumnLayoutDescriptionModule, WebColumnMovingEndEventArgsDescription, WebColumnMovingEndEventArgsDescriptionMetadata, WebColumnMovingEndEventArgsDetailDescription, WebColumnMovingEndEventArgsDetailDescriptionMetadata, WebColumnMovingEventArgsDescription, WebColumnMovingEventArgsDescriptionMetadata, WebColumnMovingEventArgsDetailDescription, WebColumnMovingEventArgsDetailDescriptionMetadata, WebColumnMovingStartEventArgsDescription, WebColumnMovingStartEventArgsDescriptionMetadata, WebColumnMovingStartEventArgsDetailDescription, WebColumnMovingStartEventArgsDetailDescriptionMetadata, WebColumnPipeArgsDescription, WebColumnPipeArgsDescriptionMetadata, WebColumnResizeEventArgsDescription, WebColumnResizeEventArgsDescriptionMetadata, WebColumnResizeEventArgsDetailDescription, WebColumnResizeEventArgsDetailDescriptionMetadata, WebColumnSelectionEventArgsDescription, WebColumnSelectionEventArgsDescriptionMetadata, WebColumnSelectionEventArgsDetailDescription, WebColumnSelectionEventArgsDetailDescriptionMetadata, WebColumnStateDescription, WebColumnStateDescriptionMetadata, WebColumnTemplateContextDescription, WebColumnTemplateContextDescriptionMetadata, WebColumnToggledEventArgsDescription, WebColumnToggledEventArgsDescriptionMetadata, WebColumnToggledEventArgsDetailDescription, WebColumnToggledEventArgsDetailDescriptionMetadata, WebColumnVisibilityChangedEventArgsDescription, WebColumnVisibilityChangedEventArgsDescriptionMetadata, WebColumnVisibilityChangedEventArgsDetailDescription, WebColumnVisibilityChangedEventArgsDetailDescriptionMetadata, WebColumnVisibilityChangingEventArgsDescription, WebColumnVisibilityChangingEventArgsDescriptionMetadata, WebColumnVisibilityChangingEventArgsDetailDescription, WebColumnVisibilityChangingEventArgsDetailDescriptionMetadata, WebColumnsAutoGeneratedEventArgsDescription, WebColumnsAutoGeneratedEventArgsDescriptionMetadata, WebColumnsAutoGeneratedEventArgsDetailDescription, WebColumnsAutoGeneratedEventArgsDetailDescriptionMetadata, WebComboChangeEventArgsDescription, WebComboChangeEventArgsDescriptionMetadata, WebComboChangeEventArgsDetailDescription, WebComboChangeEventArgsDetailDescriptionMetadata, WebComboDescription, WebComboDescriptionMetadata, WebComboDescriptionModule, WebComponentArrayDataValueChangedEventArgsDescription, WebComponentArrayDataValueChangedEventArgsDescriptionMetadata, WebComponentBoolValueChangedEventArgsDescription, WebComponentBoolValueChangedEventArgsDescriptionMetadata, WebComponentDataValueChangedEventArgsDescription, WebComponentDataValueChangedEventArgsDescriptionMetadata, WebComponentDateValueChangedEventArgsDescription, WebComponentDateValueChangedEventArgsDescriptionMetadata, WebComponentValueChangedEventArgsDescription, WebComponentValueChangedEventArgsDescriptionMetadata, WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter, WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter, WebContentPaneDescription, WebContentPaneDescriptionMetadata, WebContentPaneDescriptionModule, WebDataCloneStrategyDescription, WebDataCloneStrategyDescriptionMetadata, WebDateFilteringOperandDescription, WebDateFilteringOperandDescriptionMetadata, WebDatePickerDescription, WebDatePickerDescriptionMetadata, WebDatePickerDescriptionModule, WebDateSummaryOperandDescription, WebDateSummaryOperandDescriptionMetadata, WebDateTimeFilteringOperandDescription, WebDateTimeFilteringOperandDescriptionMetadata, WebDateTimeInputDescription, WebDateTimeInputDescriptionMetadata, WebDateTimeInputDescriptionModule, WebDialogDescription, WebDialogDescriptionMetadata, WebDialogDescriptionModule, WebDimensionsChangeDescription, WebDimensionsChangeDescriptionMetadata, WebDimensionsChangeDetailDescription, WebDimensionsChangeDetailDescriptionMetadata, WebDimensionsChangeEventArgsDescription, WebDimensionsChangeEventArgsDescriptionMetadata, WebDividerDescription, WebDividerDescriptionMetadata, WebDividerDescriptionModule, WebDockManagerDescription, WebDockManagerDescriptionMetadata, WebDockManagerDescriptionModule, WebDockManagerLayoutDescription, WebDockManagerLayoutDescriptionMetadata, WebDockManagerLayoutDescriptionModule, WebDockManagerPaneDescription, WebDockManagerPaneDescriptionMetadata, WebDockManagerPointDescription, WebDockManagerPointDescriptionMetadata, WebDockManagerPointDescriptionModule, WebDockManagerResourceStringsDescription, WebDockManagerResourceStringsDescriptionMetadata, WebDockPaneActionDescription, WebDockPaneActionDescriptionMetadata, WebDockingIndicatorDescription, WebDockingIndicatorDescriptionMetadata, WebDocumentHostDescription, WebDocumentHostDescriptionMetadata, WebDocumentHostDescriptionModule, WebDragServiceDescription, WebDragServiceDescriptionMetadata, WebDragServiceDescriptionModule, WebDropdownDescription, WebDropdownDescriptionMetadata, WebDropdownDescriptionModule, WebDropdownGroupDescription, WebDropdownGroupDescriptionMetadata, WebDropdownGroupDescriptionModule, WebDropdownHeaderDescription, WebDropdownHeaderDescriptionMetadata, WebDropdownHeaderDescriptionModule, WebDropdownItemComponentEventArgsDescription, WebDropdownItemComponentEventArgsDescriptionMetadata, WebDropdownItemDescription, WebDropdownItemDescriptionMetadata, WebDropdownItemDescriptionModule, WebExpansionPanelComponentEventArgsDescription, WebExpansionPanelComponentEventArgsDescriptionMetadata, WebExpansionPanelDescription, WebExpansionPanelDescriptionMetadata, WebExpansionPanelDescriptionModule, WebExporterEventArgsDescription, WebExporterEventArgsDescriptionMetadata, WebExporterEventArgsDetailDescription, WebExporterEventArgsDetailDescriptionMetadata, WebExporterOptionsBaseDescription, WebExporterOptionsBaseDescriptionMetadata, WebExpressionTreeDescription, WebExpressionTreeDescriptionMetadata, WebExpressionTreeOrFilteringExpressionDescription, WebExpressionTreeOrFilteringExpressionDescriptionMetadata, WebFieldEditorOptionsDescription, WebFieldEditorOptionsDescriptionMetadata, WebFieldPipeArgsDescription, WebFieldPipeArgsDescriptionMetadata, WebFilteringEventArgsDescription, WebFilteringEventArgsDescriptionMetadata, WebFilteringEventArgsDetailDescription, WebFilteringEventArgsDetailDescriptionMetadata, WebFilteringExpressionDescription, WebFilteringExpressionDescriptionMetadata, WebFilteringExpressionsTreeDescription, WebFilteringExpressionsTreeDescriptionMetadata, WebFilteringExpressionsTreeDetailDescription, WebFilteringExpressionsTreeDetailDescriptionMetadata, WebFilteringExpressionsTreeEventArgsDescription, WebFilteringExpressionsTreeEventArgsDescriptionMetadata, WebFilteringExpressionsTreeOrFilteringExpressionDescription, WebFilteringExpressionsTreeOrFilteringExpressionDescriptionMetadata, WebFilteringExpressionsTreeOrFilteringOperationDescription, WebFilteringExpressionsTreeOrFilteringOperationDescriptionMetadata, WebFilteringOperandDescription, WebFilteringOperandDescriptionMetadata, WebFilteringOperationDescription, WebFilteringOperationDescriptionMetadata, WebFilteringOptionsDescription, WebFilteringOptionsDescriptionMetadata, WebFilteringStrategyDescription, WebFilteringStrategyDescriptionMetadata, WebFloatPaneActionDescription, WebFloatPaneActionDescriptionMetadata, WebFloatingPaneResizeEventArgsDescription, WebFloatingPaneResizeEventArgsDescriptionMetadata, WebFloatingPaneResizeEventArgsDetailDescription, WebFloatingPaneResizeEventArgsDetailDescriptionMetadata, WebFloatingPaneResizeMoveEventArgsDescription, WebFloatingPaneResizeMoveEventArgsDescriptionMetadata, WebFloatingPaneResizeMoveEventArgsDetailDescription, WebFloatingPaneResizeMoveEventArgsDetailDescriptionMetadata, WebForOfDataChangeEventArgsDescription, WebForOfDataChangeEventArgsDescriptionMetadata, WebForOfDataChangeEventArgsDetailDescription, WebForOfDataChangeEventArgsDetailDescriptionMetadata, WebForOfDataChangingEventArgsDescription, WebForOfDataChangingEventArgsDescriptionMetadata, WebForOfDataChangingEventArgsDetailDescription, WebForOfDataChangingEventArgsDetailDescriptionMetadata, WebForOfStateDescription, WebForOfStateDescriptionMetadata, WebForOfStateDetailDescription, WebForOfStateDetailDescriptionMetadata, WebForOfStateEventArgsDescription, WebForOfStateEventArgsDescriptionMetadata, WebGridActionsBaseDirectiveDescription, WebGridActionsBaseDirectiveDescriptionMetadata, WebGridActionsBaseDirectiveDescriptionModule, WebGridBaseDirectiveDescription, WebGridBaseDirectiveDescriptionMetadata, WebGridCellEventArgsDescription, WebGridCellEventArgsDescriptionMetadata, WebGridCellEventArgsDetailDescription, WebGridCellEventArgsDetailDescriptionMetadata, WebGridCellIdentifierDescription, WebGridCellIdentifierDescriptionMetadata, WebGridClipboardEventDescription, WebGridClipboardEventDescriptionMetadata, WebGridClipboardEventDetailDescription, WebGridClipboardEventDetailDescriptionMetadata, WebGridClipboardEventEventArgsDescription, WebGridClipboardEventEventArgsDescriptionMetadata, WebGridContextMenuEventArgsDescription, WebGridContextMenuEventArgsDescriptionMetadata, WebGridContextMenuEventArgsDetailDescription, WebGridContextMenuEventArgsDetailDescriptionMetadata, WebGridCreatedEventArgsDescription, WebGridCreatedEventArgsDescriptionMetadata, WebGridCreatedEventArgsDetailDescription, WebGridCreatedEventArgsDetailDescriptionMetadata, WebGridDescription, WebGridDescriptionMetadata, WebGridDescriptionModule, WebGridEditDoneEventArgsDescription, WebGridEditDoneEventArgsDescriptionMetadata, WebGridEditDoneEventArgsDetailDescription, WebGridEditDoneEventArgsDetailDescriptionMetadata, WebGridEditEventArgsDescription, WebGridEditEventArgsDescriptionMetadata, WebGridEditEventArgsDetailDescription, WebGridEditEventArgsDetailDescriptionMetadata, WebGridEditingActionsDescription, WebGridEditingActionsDescriptionMetadata, WebGridEditingActionsDescriptionModule, WebGridEmptyTemplateContextDescription, WebGridEmptyTemplateContextDescriptionMetadata, WebGridFormGroupCreatedEventArgsDescription, WebGridFormGroupCreatedEventArgsDescriptionMetadata, WebGridFormGroupCreatedEventArgsDetailDescription, WebGridFormGroupCreatedEventArgsDetailDescriptionMetadata, WebGridGroupingStrategyDescription, WebGridGroupingStrategyDescriptionMetadata, WebGridHeaderTemplateContextDescription, WebGridHeaderTemplateContextDescriptionMetadata, WebGridKeydownEventArgsDescription, WebGridKeydownEventArgsDescriptionMetadata, WebGridKeydownEventArgsDetailDescription, WebGridKeydownEventArgsDetailDescriptionMetadata, WebGridMasterDetailContextDescription, WebGridMasterDetailContextDescriptionMetadata, WebGridPaginatorTemplateContextDescription, WebGridPaginatorTemplateContextDescriptionMetadata, WebGridPinningActionsDescription, WebGridPinningActionsDescriptionMetadata, WebGridPinningActionsDescriptionModule, WebGridResourceStringsDescription, WebGridResourceStringsDescriptionMetadata, WebGridRowDescription, WebGridRowDescriptionMetadata, WebGridRowDragGhostContextDescription, WebGridRowDragGhostContextDescriptionMetadata, WebGridRowEditActionsTemplateContextDescription, WebGridRowEditActionsTemplateContextDescriptionMetadata, WebGridRowEditTextTemplateContextDescription, WebGridRowEditTextTemplateContextDescriptionMetadata, WebGridRowEventArgsDescription, WebGridRowEventArgsDescriptionMetadata, WebGridRowEventArgsDetailDescription, WebGridRowEventArgsDetailDescriptionMetadata, WebGridRowTemplateContextDescription, WebGridRowTemplateContextDescriptionMetadata, WebGridScrollEventArgsDescription, WebGridScrollEventArgsDescriptionMetadata, WebGridScrollEventArgsDetailDescription, WebGridScrollEventArgsDetailDescriptionMetadata, WebGridSelectionRangeDescription, WebGridSelectionRangeDescriptionMetadata, WebGridSelectionRangeDetailDescription, WebGridSelectionRangeDetailDescriptionMetadata, WebGridSelectionRangeEventArgsDescription, WebGridSelectionRangeEventArgsDescriptionMetadata, WebGridSortingStrategyDescription, WebGridSortingStrategyDescriptionMetadata, WebGridStateBaseDirectiveDescription, WebGridStateBaseDirectiveDescriptionMetadata, WebGridStateBaseDirectiveDescriptionModule, WebGridStateCollectionDescription, WebGridStateCollectionDescriptionMetadata, WebGridStateDescription, WebGridStateDescriptionMetadata, WebGridStateDescriptionModule, WebGridStateInfoDescription, WebGridStateInfoDescriptionMetadata, WebGridStateInfoDetailDescription, WebGridStateInfoDetailDescriptionMetadata, WebGridStateInfoEventArgsDescription, WebGridStateInfoEventArgsDescriptionMetadata, WebGridStateOptionsDescription, WebGridStateOptionsDescriptionMetadata, WebGridTemplateContextDescription, WebGridTemplateContextDescriptionMetadata, WebGridToolbarActionsDescription, WebGridToolbarActionsDescriptionMetadata, WebGridToolbarActionsDescriptionModule, WebGridToolbarAdvancedFilteringDescription, WebGridToolbarAdvancedFilteringDescriptionMetadata, WebGridToolbarAdvancedFilteringDescriptionModule, WebGridToolbarBaseActionDescription, WebGridToolbarBaseActionDescriptionMetadata, WebGridToolbarContentDescription, WebGridToolbarContentDescriptionMetadata, WebGridToolbarDescription, WebGridToolbarDescriptionMetadata, WebGridToolbarDescriptionModule, WebGridToolbarExportEventArgsDescription, WebGridToolbarExportEventArgsDescriptionMetadata, WebGridToolbarExportEventArgsDetailDescription, WebGridToolbarExportEventArgsDetailDescriptionMetadata, WebGridToolbarExporterDescription, WebGridToolbarExporterDescriptionMetadata, WebGridToolbarExporterDescriptionModule, WebGridToolbarHidingDescription, WebGridToolbarHidingDescriptionMetadata, WebGridToolbarHidingDescriptionModule, WebGridToolbarPinningDescription, WebGridToolbarPinningDescriptionMetadata, WebGridToolbarPinningDescriptionModule, WebGridToolbarTemplateContextDescription, WebGridToolbarTemplateContextDescriptionMetadata, WebGridToolbarTitleDescription, WebGridToolbarTitleDescriptionMetadata, WebGridToolbarTitleDescriptionModule, WebGridValidationStateDescription, WebGridValidationStateDescriptionMetadata, WebGridValidationStatusEventArgsDescription, WebGridValidationStatusEventArgsDescriptionMetadata, WebGridValidationStatusEventArgsDetailDescription, WebGridValidationStatusEventArgsDetailDescriptionMetadata, WebGroupByExpandStateDescription, WebGroupByExpandStateDescriptionMetadata, WebGroupByExpandStateEventArgsDescription, WebGroupByExpandStateEventArgsDescriptionMetadata, WebGroupByKeyDescription, WebGroupByKeyDescriptionMetadata, WebGroupByRecordDescription, WebGroupByRecordDescriptionMetadata, WebGroupByResultDescription, WebGroupByResultDescriptionMetadata, WebGroupByRowSelectorTemplateContextDescription, WebGroupByRowSelectorTemplateContextDescriptionMetadata, WebGroupByRowSelectorTemplateDetailsDescription, WebGroupByRowSelectorTemplateDetailsDescriptionMetadata, WebGroupByRowTemplateContextDescription, WebGroupByRowTemplateContextDescriptionMetadata, WebGroupingDoneEventArgsDescription, WebGroupingDoneEventArgsDescriptionMetadata, WebGroupingDoneEventArgsDetailDescription, WebGroupingDoneEventArgsDetailDescriptionMetadata, WebGroupingExpressionDescription, WebGroupingExpressionDescriptionMetadata, WebGroupingExpressionEventArgsDescription, WebGroupingExpressionEventArgsDescriptionMetadata, WebGroupingStateDescription, WebGroupingStateDescriptionMetadata, WebHeadSelectorTemplateContextDescription, WebHeadSelectorTemplateContextDescriptionMetadata, WebHeadSelectorTemplateDetailsDescription, WebHeadSelectorTemplateDetailsDescriptionMetadata, WebHeaderCollection, WebHeaderTypeDescription, WebHeaderTypeDescriptionMetadata, WebHierarchicalGridBaseDirectiveDescription, WebHierarchicalGridBaseDirectiveDescriptionMetadata, WebHierarchicalGridDescription, WebHierarchicalGridDescriptionMetadata, WebHierarchicalGridDescriptionModule, WebIconButtonDescription, WebIconButtonDescriptionMetadata, WebIconButtonDescriptionModule, WebIconDescription, WebIconDescriptionMetadata, WebIconDescriptionModule, WebIconMetaDescription, WebIconMetaDescriptionMetadata, WebImportsHalper, WebInputBaseDescription, WebInputBaseDescriptionMetadata, WebInputBaseDescriptionModule, WebInputDescription, WebInputDescriptionMetadata, WebInputDescriptionModule, WebLayoutChangeEventArgsDescription, WebLayoutChangeEventArgsDescriptionMetadata, WebLinearProgressDescription, WebLinearProgressDescriptionMetadata, WebLinearProgressDescriptionModule, WebListDescription, WebListDescriptionMetadata, WebListDescriptionModule, WebListHeaderDescription, WebListHeaderDescriptionMetadata, WebListHeaderDescriptionModule, WebListItemDescription, WebListItemDescriptionMetadata, WebListItemDescriptionModule, WebMaskInputBaseDescription, WebMaskInputBaseDescriptionMetadata, WebMaskInputBaseDescriptionModule, WebMaskInputDescription, WebMaskInputDescriptionMetadata, WebMaskInputDescriptionModule, WebMoveFloatingPaneActionDescription, WebMoveFloatingPaneActionDescriptionMetadata, WebMoveTabActionDescription, WebMoveTabActionDescriptionMetadata, WebNavDrawerDescription, WebNavDrawerDescriptionMetadata, WebNavDrawerDescriptionModule, WebNavDrawerHeaderItemDescription, WebNavDrawerHeaderItemDescriptionMetadata, WebNavDrawerHeaderItemDescriptionModule, WebNavDrawerItemDescription, WebNavDrawerItemDescriptionMetadata, WebNavDrawerItemDescriptionModule, WebNavbarDescription, WebNavbarDescriptionMetadata, WebNavbarDescriptionModule, WebNumberEventArgsDescription, WebNumberEventArgsDescriptionMetadata, WebNumberFilteringOperandDescription, WebNumberFilteringOperandDescriptionMetadata, WebNumberSummaryOperandDescription, WebNumberSummaryOperandDescriptionMetadata, WebOverlayOutletDirectiveDescription, WebOverlayOutletDirectiveDescriptionMetadata, WebOverlaySettingsDescription, WebOverlaySettingsDescriptionMetadata, WebPageCancellableEventArgsDescription, WebPageCancellableEventArgsDescriptionMetadata, WebPageCancellableEventArgsDetailDescription, WebPageCancellableEventArgsDetailDescriptionMetadata, WebPageEventArgsDescription, WebPageEventArgsDescriptionMetadata, WebPageEventArgsDetailDescription, WebPageEventArgsDetailDescriptionMetadata, WebPaginatorDescription, WebPaginatorDescriptionMetadata, WebPaginatorDescriptionModule, WebPaginatorResourceStringsDescription, WebPaginatorResourceStringsDescriptionMetadata, WebPagingStateDescription, WebPagingStateDescriptionMetadata, WebPaneCloseEventArgsDescription, WebPaneCloseEventArgsDescriptionMetadata, WebPaneCloseEventArgsDetailDescription, WebPaneCloseEventArgsDetailDescriptionMetadata, WebPaneDragActionDescription, WebPaneDragActionDescriptionMetadata, WebPaneDragEndEventArgsDescription, WebPaneDragEndEventArgsDescriptionMetadata, WebPaneDragEndEventArgsDetailDescription, WebPaneDragEndEventArgsDetailDescriptionMetadata, WebPaneDragOverEventArgsDescription, WebPaneDragOverEventArgsDescriptionMetadata, WebPaneDragOverEventArgsDetailDescription, WebPaneDragOverEventArgsDetailDescriptionMetadata, WebPaneDragStartEventArgsDescription, WebPaneDragStartEventArgsDescriptionMetadata, WebPaneDragStartEventArgsDetailDescription, WebPaneDragStartEventArgsDetailDescriptionMetadata, WebPaneHeaderConnectionEventArgsDescription, WebPaneHeaderConnectionEventArgsDescriptionMetadata, WebPaneHeaderConnectionEventArgsDetailDescription, WebPaneHeaderConnectionEventArgsDetailDescriptionMetadata, WebPaneHeaderElementDescription, WebPaneHeaderElementDescriptionMetadata, WebPaneHeaderElementDescriptionModule, WebPanePinnedEventArgsDescription, WebPanePinnedEventArgsDescriptionMetadata, WebPanePinnedEventArgsDetailDescription, WebPanePinnedEventArgsDetailDescriptionMetadata, WebPinColumnCancellableEventArgsDescription, WebPinColumnCancellableEventArgsDescriptionMetadata, WebPinColumnCancellableEventArgsDetailDescription, WebPinColumnCancellableEventArgsDetailDescriptionMetadata, WebPinColumnEventArgsDescription, WebPinColumnEventArgsDescriptionMetadata, WebPinColumnEventArgsDetailDescription, WebPinColumnEventArgsDetailDescriptionMetadata, WebPinRowEventArgsDescription, WebPinRowEventArgsDescriptionMetadata, WebPinRowEventArgsDetailDescription, WebPinRowEventArgsDetailDescriptionMetadata, WebPinningConfigDescription, WebPinningConfigDescriptionMetadata, WebPivotAggregatorDescription, WebPivotAggregatorDescriptionMetadata, WebPivotConfigurationChangedEventArgsDescription, WebPivotConfigurationChangedEventArgsDescriptionMetadata, WebPivotConfigurationChangedEventArgsDetailDescription, WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata, WebPivotConfigurationDescription, WebPivotConfigurationDescriptionMetadata, WebPivotDataSelectorDescription, WebPivotDataSelectorDescriptionMetadata, WebPivotDataSelectorDescriptionModule, WebPivotDateDimensionDescription, WebPivotDateDimensionDescriptionMetadata, WebPivotDateDimensionDescriptionModule, WebPivotDateDimensionOptionsDescription, WebPivotDateDimensionOptionsDescriptionMetadata, WebPivotDimensionDescription, WebPivotDimensionDescriptionMetadata, WebPivotDimensionDetailDescription, WebPivotDimensionDetailDescriptionMetadata, WebPivotDimensionEventArgsDescription, WebPivotDimensionEventArgsDescriptionMetadata, WebPivotDimensionStrategyDescription, WebPivotDimensionStrategyDescriptionMetadata, WebPivotGridColumnDescription, WebPivotGridColumnDescriptionMetadata, WebPivotGridDescription, WebPivotGridDescriptionMetadata, WebPivotGridDescriptionModule, WebPivotGridRecordDescription, WebPivotGridRecordDescriptionMetadata, WebPivotGridValueTemplateContextDescription, WebPivotGridValueTemplateContextDescriptionMetadata, WebPivotKeysDescription, WebPivotKeysDescriptionMetadata, WebPivotUISettingsDescription, WebPivotUISettingsDescriptionMetadata, WebPivotValueDescription, WebPivotValueDescriptionMetadata, WebPivotValueDetailDescription, WebPivotValueDetailDescriptionMetadata, WebPivotValueEventArgsDescription, WebPivotValueEventArgsDescriptionMetadata, WebPositionSettingsDescription, WebPositionSettingsDescriptionMetadata, WebPositionStrategyDescription, WebPositionStrategyDescriptionMetadata, WebProgressBaseDescription, WebProgressBaseDescriptionMetadata, WebProgressBaseDescriptionModule, WebRadioChangeEventArgsDescription, WebRadioChangeEventArgsDescriptionMetadata, WebRadioChangeEventArgsDetailDescription, WebRadioChangeEventArgsDetailDescriptionMetadata, WebRadioDescription, WebRadioDescriptionMetadata, WebRadioDescriptionModule, WebRadioGroupDescription, WebRadioGroupDescriptionMetadata, WebRadioGroupDescriptionModule, WebRangeSliderDescription, WebRangeSliderDescriptionMetadata, WebRangeSliderDescriptionModule, WebRangeSliderValueDescription, WebRangeSliderValueDescriptionMetadata, WebRangeSliderValueEventArgsDescription, WebRangeSliderValueEventArgsDescriptionMetadata, WebRatingDescription, WebRatingDescriptionMetadata, WebRatingDescriptionModule, WebRatingSymbolDescription, WebRatingSymbolDescriptionMetadata, WebRatingSymbolDescriptionModule, WebRippleDescription, WebRippleDescriptionMetadata, WebRippleDescriptionModule, WebRowDataCancelableEventArgsDescription, WebRowDataCancelableEventArgsDescriptionMetadata, WebRowDataCancelableEventArgsDetailDescription, WebRowDataCancelableEventArgsDetailDescriptionMetadata, WebRowDataEventArgsDescription, WebRowDataEventArgsDescriptionMetadata, WebRowDataEventArgsDetailDescription, WebRowDataEventArgsDetailDescriptionMetadata, WebRowDirectiveDescription, WebRowDirectiveDescriptionMetadata, WebRowDragEndEventArgsDescription, WebRowDragEndEventArgsDescriptionMetadata, WebRowDragEndEventArgsDetailDescription, WebRowDragEndEventArgsDetailDescriptionMetadata, WebRowDragStartEventArgsDescription, WebRowDragStartEventArgsDescriptionMetadata, WebRowDragStartEventArgsDetailDescription, WebRowDragStartEventArgsDetailDescriptionMetadata, WebRowExportingEventArgsDescription, WebRowExportingEventArgsDescriptionMetadata, WebRowExportingEventArgsDetailDescription, WebRowExportingEventArgsDetailDescriptionMetadata, WebRowIslandDescription, WebRowIslandDescriptionMetadata, WebRowIslandDescriptionModule, WebRowSelectionEventArgsDescription, WebRowSelectionEventArgsDescriptionMetadata, WebRowSelectionEventArgsDetailDescription, WebRowSelectionEventArgsDetailDescriptionMetadata, WebRowSelectorTemplateContextDescription, WebRowSelectorTemplateContextDescriptionMetadata, WebRowSelectorTemplateDetailsDescription, WebRowSelectorTemplateDetailsDescriptionMetadata, WebRowToggleEventArgsDescription, WebRowToggleEventArgsDescriptionMetadata, WebRowToggleEventArgsDetailDescription, WebRowToggleEventArgsDetailDescriptionMetadata, WebRowTypeDescription, WebRowTypeDescriptionMetadata, WebScrollStrategyDescription, WebScrollStrategyDescriptionMetadata, WebSearchInfoDescription, WebSearchInfoDescriptionMetadata, WebSelectDescription, WebSelectDescriptionMetadata, WebSelectDescriptionModule, WebSelectGroupDescription, WebSelectGroupDescriptionMetadata, WebSelectGroupDescriptionModule, WebSelectHeaderDescription, WebSelectHeaderDescriptionMetadata, WebSelectHeaderDescriptionModule, WebSelectItemComponentEventArgsDescription, WebSelectItemComponentEventArgsDescriptionMetadata, WebSelectItemDescription, WebSelectItemDescriptionMetadata, WebSelectItemDescriptionModule, WebSizeDescription, WebSizeDescriptionMetadata, WebSliderBaseDescription, WebSliderBaseDescriptionMetadata, WebSliderBaseDescriptionModule, WebSliderDescription, WebSliderDescriptionMetadata, WebSliderDescriptionModule, WebSliderLabelDescription, WebSliderLabelDescriptionMetadata, WebSliderLabelDescriptionModule, WebSnackbarDescription, WebSnackbarDescriptionMetadata, WebSnackbarDescriptionModule, WebSortingEventArgsDescription, WebSortingEventArgsDescriptionMetadata, WebSortingEventArgsDetailDescription, WebSortingEventArgsDetailDescriptionMetadata, WebSortingExpressionDescription, WebSortingExpressionDescriptionMetadata, WebSortingExpressionEventArgsDescription, WebSortingExpressionEventArgsDescriptionMetadata, WebSortingOptionsDescription, WebSortingOptionsDescriptionMetadata, WebSortingStrategyDescription, WebSortingStrategyDescriptionMetadata, WebSplitPaneDescription, WebSplitPaneDescriptionMetadata, WebSplitPaneDescriptionModule, WebStepDescription, WebStepDescriptionMetadata, WebStepDescriptionModule, WebStepperDescription, WebStepperDescriptionMetadata, WebStepperDescriptionModule, WebStringFilteringOperandDescription, WebStringFilteringOperandDescriptionMetadata, WebSummaryExpressionDescription, WebSummaryExpressionDescriptionMetadata, WebSummaryOperandDescription, WebSummaryOperandDescriptionMetadata, WebSummaryResultDescription, WebSummaryResultDescriptionMetadata, WebSummaryTemplateContextDescription, WebSummaryTemplateContextDescriptionMetadata, WebSwitchDescription, WebSwitchDescriptionMetadata, WebSwitchDescriptionModule, WebTabComponentEventArgsDescription, WebTabComponentEventArgsDescriptionMetadata, WebTabDescription, WebTabDescriptionMetadata, WebTabDescriptionModule, WebTabGroupPaneDescription, WebTabGroupPaneDescriptionMetadata, WebTabGroupPaneDescriptionModule, WebTabHeaderConnectionEventArgsDescription, WebTabHeaderConnectionEventArgsDescriptionMetadata, WebTabHeaderConnectionEventArgsDetailDescription, WebTabHeaderConnectionEventArgsDetailDescriptionMetadata, WebTabHeaderElementDescription, WebTabHeaderElementDescriptionMetadata, WebTabHeaderElementDescriptionModule, WebTabsDescription, WebTabsDescriptionMetadata, WebTabsDescriptionModule, WebTextareaDescription, WebTextareaDescriptionMetadata, WebTextareaDescriptionModule, WebTileChangeStateEventArgsDescription, WebTileChangeStateEventArgsDescriptionMetadata, WebTileChangeStateEventArgsDetailDescription, WebTileChangeStateEventArgsDetailDescriptionMetadata, WebTileComponentEventArgsDescription, WebTileComponentEventArgsDescriptionMetadata, WebTileDescription, WebTileDescriptionMetadata, WebTileDescriptionModule, WebTileManagerDescription, WebTileManagerDescriptionMetadata, WebTileManagerDescriptionModule, WebTimeFilteringOperandDescription, WebTimeFilteringOperandDescriptionMetadata, WebTimeSummaryOperandDescription, WebTimeSummaryOperandDescriptionMetadata, WebToastDescription, WebToastDescriptionMetadata, WebToastDescriptionModule, WebToggleButtonDescription, WebToggleButtonDescriptionMetadata, WebToggleButtonDescriptionModule, WebToggleViewCancelableEventArgsDescription, WebToggleViewCancelableEventArgsDescriptionMetadata, WebToggleViewCancelableEventArgsDetailDescription, WebToggleViewCancelableEventArgsDetailDescriptionMetadata, WebToggleViewEventArgsDescription, WebToggleViewEventArgsDescriptionMetadata, WebToggleViewEventArgsDetailDescription, WebToggleViewEventArgsDetailDescriptionMetadata, WebTooltipDescription, WebTooltipDescriptionMetadata, WebTooltipDescriptionModule, WebTransactionServiceDescription, WebTransactionServiceDescriptionMetadata, WebTreeDescription, WebTreeDescriptionMetadata, WebTreeDescriptionModule, WebTreeGridDescription, WebTreeGridDescriptionMetadata, WebTreeGridDescriptionModule, WebTreeGridRecordDescription, WebTreeGridRecordDescriptionMetadata, WebTreeItemComponentEventArgsDescription, WebTreeItemComponentEventArgsDescriptionMetadata, WebTreeItemDescription, WebTreeItemDescriptionMetadata, WebTreeItemDescriptionModule, WebTreeSelectionEventArgsDescription, WebTreeSelectionEventArgsDescriptionMetadata, WebTreeSelectionEventArgsDetailDescription, WebTreeSelectionEventArgsDetailDescriptionMetadata, WebValidationErrorsDescription, WebValidationErrorsDescriptionMetadata, WebValuesChangeDescription, WebValuesChangeDescriptionMetadata, WebValuesChangeDetailDescription, WebValuesChangeDetailDescriptionMetadata, WebValuesChangeEventArgsDescription, WebValuesChangeEventArgsDescriptionMetadata, WeightedCloseIndicatorDescription, WeightedCloseIndicatorDescriptionMetadata, WeightedCloseIndicatorDescriptionModule, WhitespaceHandling, WhitespaceHandling_$type, WilliamsPercentRIndicatorDescription, WilliamsPercentRIndicatorDescriptionMetadata, WilliamsPercentRIndicatorDescriptionModule, WrapperExpression, WrapperExpressionDescription, WrapperExpressionDescriptionMetadata, WriteState, WriteState_$type, WriteableBitmap, XAttribute, XBaseDataType, XBaseDataType_$type, XBaseField, XContainer, XDocument, XElement, XName, XNamespace, XNode, XObject, XYChartDescription, XYChartDescriptionMetadata, XamMultiScaleImage, XamMultiScaleImageView, XamMultiScaleTileSource, XmlAttribute_$type, XmlChar, XmlConvert, XmlDocument_$type, XmlElement_$type, XmlException, XmlInputStream, XmlLinkedNode_$type, XmlNameTable, XmlNamedNodeMap_$type, XmlNamespaceManager, XmlNamespaceManager_NsDecl, XmlNamespaceManager_NsScope, XmlNamespaceScope_$type, XmlNodeList_$type, XmlNodeType, XmlNodeType_$type, XmlNode_$type, XmlParserContext, XmlParserContext_ContextItem, XmlReader, XmlResolver, XmlSpace, XmlSpace_$type, XmlStreamReader, XmlTextReader, XmlTextReader_DtdInputStateStack, XmlTextReader_DtdInputState_$type, XmlTextReader_TagName, XmlTextReader_XmlAttributeTokenInfo, XmlTextReader_XmlTokenInfo, XmlTextWriter, XmlTextWriter_StringUtil, XmlTextWriter_XmlDeclState_$type, XmlTextWriter_XmlNodeInfo, XmlUrlResolver, XmlUtils, XmlWriter, YearToDateExpression, YearToDateExpressionDescription, YearToDateExpressionDescriptionMetadata, YesterdayExpression, YesterdayExpressionDescription, YesterdayExpressionDescriptionMetadata, ZoomSliderDescription, ZoomSliderDescriptionMetadata, ZoomSliderDescriptionModule, ZoomSliderResolvingAxisValueEventArgsDescription, ZoomSliderResolvingAxisValueEventArgsDescriptionMetadata, a$, addBrushPaletteThemeEntry, addPaletteThemeEntry, addTextThemeEntry, arrayClear, arrayClear1, arrayContains, arrayCopy, arrayCopy1, arrayCopy2, arrayCopyTo, arrayFindByName, arrayGetLength, arrayGetRank, arrayGetValue, arrayIndexOf1, arrayInsert, arrayInsertRange, arrayInsertRange1, arrayLast, arrayListCreate, arrayRemoveAt, arrayRemoveItem, arrayResize, arrayShallowClone, b$, b64toUint8Array, boolCompare, boolToDecimal, boolToDouble, boolToInt16, boolToInt32, boolToInt64, boolToSingle, boolToString, boolToUInt16, boolToUInt32, boolToUInt64, boxArray$1, brushCollectionToString, brushToString, callStaticConstructors, ceil10, charMaxValue, charMinValue, colorCollectionToString, colorToString, compareTo, createGuid, createMutationObserver, d$, dateAdd, dateAddDays, dateAddHours, dateAddMinutes, dateAddMonths, dateAddSeconds, dateAddYears, dateEquals, dateFromFileTime, dateFromFileTimeUtc, dateFromMilliseconds, dateFromTicks, dateFromValues, dateGetDate, dateGetMonth, dateGetTimeOfDay, dateIsDST, dateIsLeapYear, dateKind, dateMaxValue, dateMinValue, dateNow, dateParse, dateParseExact, dateStdTimezoneOffset, dateSubtract, dateToFileTime, dateToString, dateToStringFormat, dateToday, dateTryParse, daysInMonth, decimalAdjust, defaultDVDateParse, delegateCombine, delegateRemove, doubleCollectionToString, endsWith1, ensureBool, ensureEnum, enumGetBox, enumToString, floor10, fromBrushCollection, fromColorCollection, fromDict, fromDoubleCollection, fromEn, fromEnum, fromOADate, fromPoint, fromRect, fromSize, fromSpinal, getAllPropertyNames, getBoxIfEnum, getColorStringSafe, getEn, getEnumerator, getEnumeratorObject, getInstanceType, getModifiedProps, ieeeRemainder, indexOfAny, initializePropertiesFromCss, intDivide, intSToU, intToString, intToString1, interfaceToInternal, isDigit, isDigit1, isInfinity, isLetter, isLetterOrDigit, isLower, isNaN_, isNegativeInfinity, isNumber, isPoint, isPositiveInfinity, isRect, isSize, isValidProp, lastIndexOfAny, log10, logBase, markDep, markEnum, markStruct, markType, n$, netRegexToJS, nullableAdd, nullableConcat, nullableDivide, nullableEquals, nullableGreaterThan, nullableGreaterThanOrEqual, nullableIsNull, nullableLessThan, nullableLessThanOrEqual, nullableModulus, nullableMultiply, nullableNotEquals, nullableSubtract, numberToString, numberToString1, numberToString2, padLeft, padRight, parseBool, parseInt16_1, parseInt16_2, parseInt32_1, parseInt32_2, parseInt64_1, parseInt64_2, parseInt8_1, parseInt8_2, parseIntCore, parseNumber, parseNumber1, parseUInt16_1, parseUInt16_2, parseUInt32_1, parseUInt32_2, parseUInt64_1, parseUInt64_2, parseUInt8_1, parseUInt8_2, pointFromLiteral, pointToLiteral, pointToString, rectFromLiteral, rectToLiteral, rectToString, reverse, rgbToHex, round10, round10N, runOn, s$, sizeFromLiteral, sizeToLiteral, sizeToString, sleep, startsWith1, strToColor, stringCompare, stringCompare1, stringCompare2, stringCompare3, stringCompareOrdinal, stringCompareTo, stringConcat, stringContains, stringCopyToCharArray, stringCreateFromChar, stringCreateFromCharArray, stringCreateFromCharArraySlice, stringEmpty, stringEndsWith, stringEquals, stringEquals1, stringEscapeRegExp, stringFormat, stringFormat1, stringFormat2, stringInsert, stringIsDigit, stringIsNullOrEmpty, stringIsNullOrWhiteSpace, stringJoin, stringJoin1, stringRemove, stringReplace, stringSplit, stringStartsWith, stringToBrush, stringToCharArray, stringToColor, stringToLocaleLower, stringToLocaleUpper, stringToString$1, stringToString1, timeSpanDays, timeSpanFromDays, timeSpanFromHours, timeSpanFromMilliseconds, timeSpanFromMinutes, timeSpanFromSeconds, timeSpanFromTicks, timeSpanHours, timeSpanInit1, timeSpanInit2, timeSpanInit3, timeSpanMilliseconds, timeSpanMinutes, timeSpanNegate, timeSpanSeconds, timeSpanTicks, timeSpanTotalDays, timeSpanTotalHours, timeSpanTotalMilliseconds, timeSpanTotalMinutes, timeSpanTotalSeconds, toBoolean, toBrushCollection, toColorCollection, toDecimal, toDouble, toDoubleCollection, toEn, toEnum, toLocalTime, toLongDateString, toLongTimeString, toNullable, toOADate, toPoint, toRect, toSize, toSpinal, toString1, toUniversalTime, trim, trimEnd, trimStart, truncate, tryParseBool, tryParseInt16_1, tryParseInt16_2, tryParseInt32_1, tryParseInt32_2, tryParseInt64_1, tryParseInt64_2, tryParseInt8_1, tryParseInt8_2, tryParseIntCore, tryParseNumber, tryParseNumber1, tryParseUInt16_1, tryParseUInt16_2, tryParseUInt32_1, tryParseUInt32_2, tryParseUInt64_1, tryParseUInt64_2, tryParseUInt8_1, tryParseUInt8_2, typeCast, typeCastObjTo$t, typeGetValue, u32BitwiseAnd, u32BitwiseOr, u32BitwiseXor, u32LS, uint8ArraytoB64, unboxArray, unicode_hack, unwrapNullable, v$, wellKnownColors, wrapNullable };
|