2 writes to context
System (2)
compmod\system\componentmodel\LicenseManager.cs (2)
52
context
= new System.ComponentModel.Design.RuntimeLicenseContext();
63
context
= value;
5 references to context
System (5)
compmod\system\componentmodel\LicenseManager.cs (5)
49
if (
context
== null) {
51
if (
context
== null) {
56
return
context
;
75
if (
context
!= null) {
76
return
context
.UsageMode;