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)
80HR hr = _npp.ShowProgressMessage(message); 122HR hr = _npp.SetApplicationName(value); 141HR hr = _npp.SetPublisherName(value); 155HR hr = _npp.OnDownloadProgress((ulong)bytesDownloaded, (ulong)bytesTotal);