예제 #1
0
 add => this.EventAdd(ref this.activated, value, WindowEvent.ForegroundChanged);
예제 #2
0
 setParameter(ref this.@ParameterName, @ParameterName);
this.Add(ref this.variables, variable);
예제 #4
0
 get => PreciseTimeSpan.FromTicks(Volatile.Read(ref this.startTimeVolatile));
예제 #5
0
 set => this.SetProperty(ref this.id, value);
예제 #6
0
 set => this.SetProperty(ref this.port, value, "Port");
예제 #7
0
 set => this.SetIfNotReadOnly(ref this.semVer, value);
예제 #8
0
 RGBToLEB(rgb, out this.L, out this.E, out this.B, out this.A);
예제 #9
0
 private set => this.SetProperty(ref this.isFlickerScheduled, value);
 set => RaiseAndSetIfChanged(ref this.xS, value);
예제 #11
0
 set => this.SetProperty(ref this.host, value, "Host");
예제 #12
0
 private set => this.SetProperty(ref this.startup, value);
예제 #13
0
 set => this.Set(ref this.title, value);
예제 #14
0
 private set => this.RaiseAndSetIfChanged(ref this._sortedFilteredTrackViewModelsROOC, value);
예제 #15
0
 set => this.SetProperty(ref this.downloadItems, value, "DownloadItems");
 private set => this.RaiseAndSetIfChanged(ref this.thingClassKind, value);
예제 #17
0
 set => this.SetValue(ref this.boolean, value);
예제 #18
0
 set => this.SetProperty(ref this.commandText, value, "CommandText");
예제 #19
0
 set => this.UpdatePropertyChild(value, ref this.child);
예제 #20
0
 set => this.RaiseAndSetIfChanged(ref this._dummy, value);
예제 #21
0
 private set => this.Set(ref this.reach, value);
예제 #22
0
 set => SetProperty(ref this.name, value, true);
예제 #23
0
 RGBToHSB(rgb, out this.H, out this.S, out this.B, out this.A);
예제 #24
0
 set => this.RaiseAndSetIfChanged(ref this.value, value);
 set => this.SetProperty(ref this.isCompleted, value, "IsCompleted");
예제 #26
0
 if (this.SetProperty(ref this.fullPath, value))
 {
     if (string.IsNullOrEmpty(this.Name))
예제 #27
0
 set => this.RaiseAndSetIfChanged(ref this.settings, value);
 set => this.SetPropertyValue(ref this.defaultTestProperty, value);