1 write to _npp
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\ProgressPage.cs (1)
68
_npp
= npp;
4 references to _npp
PresentationFramework (4)
src\Framework\MS\Internal\AppModel\ProgressPage.cs (4)
80
HR hr =
_npp
.ShowProgressMessage(message);
122
HR hr =
_npp
.SetApplicationName(value);
141
HR hr =
_npp
.SetPublisherName(value);
155
HR hr =
_npp
.OnDownloadProgress((ulong)bytesDownloaded, (ulong)bytesTotal);