Lines Matching refs:isShow
40 this.__isShow = new ObservedPropertySimplePU(false, this, "isShow");
67 if (c1.isShow !== undefined) {
68 this.isShow = c1.isShow;
87 get isShow() {
90 set isShow(z) {
113 this.isShow = false;
153 this.isShow = true;
166 this.isShow = false;
179 Row.bindContentCover({ value: this.isShow, changeEvent: k => { this.isShow = k; } }, { builder: () => {
197 this.isShow = false;
200 this.isShow = false;