1 instantiation of ApplicationTrustExtraInfo
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManager.cs (1)
57
ApplicationTrustExtraInfo appTrustExtraInfo = new
ApplicationTrustExtraInfo
();
8 references to ApplicationTrustExtraInfo
System.Windows.Forms (8)
winforms\Managed\System\WinForms\TrustManager.cs (8)
57
ApplicationTrustExtraInfo
appTrustExtraInfo = new ApplicationTrustExtraInfo();
461
ApplicationTrustExtraInfo
appTrustExtraInfo,
488
ApplicationTrustExtraInfo
appTrustExtraInfo,
532
ApplicationTrustExtraInfo
appTrustExtraInfo,
836
ApplicationTrustExtraInfo
appTrustExtraInfo,
868
ApplicationTrustExtraInfo
appTrustExtraInfo,
952
ApplicationTrustExtraInfo
matchingAppTrustExtraInfo = matchingTrust.ExtraInfo as
ApplicationTrustExtraInfo
;