4 references to ApplicationTrust
PresentationCore (4)
System\Windows\DataFormats.cs (2)
439int applicationTrustFormatId = UnsafeNativeMethods.RegisterClipboardFormat(DataFormats.ApplicationTrust); 442_formatList.Add(new DataFormat(ApplicationTrust, applicationTrustFormatId));
System\Windows\dataobject.cs (2)
1492IsFormatEqual(format, DataFormats.ApplicationTrust)) 2790IsFormatEqual(format, DataFormats.ApplicationTrust))