4 references to ApplicationTrust
PresentationCore (4)
System\Windows\DataFormats.cs (2)
435int applicationTrustFormatId = UnsafeNativeMethods.RegisterClipboardFormat(DataFormats.ApplicationTrust); 438_formatList.Add(new DataFormat(ApplicationTrust, applicationTrustFormatId));
System\Windows\dataobject.cs (2)
1473IsFormatEqual(format, DataFormats.ApplicationTrust)) 2736IsFormatEqual(format, DataFormats.ApplicationTrust))