9 references to ApplicationTrust
PresentationCore (9)
Core\CSharp\MS\Internal\ConstrainedDataObject.cs (1)
319IsFormatEqual(format, DataFormats.ApplicationTrust));
Core\CSharp\System\Windows\Clipboard.cs (3)
714isApplicationTrustFormatPresent = dataObjectToApply.GetDataPresent(DataFormats.ApplicationTrust, /*autoConvert:*/false); 717applicationTrust = dataObjectToApply.GetData(DataFormats.ApplicationTrust, /*autoConvert:*/false); 810dataObject.GetDataPresent(DataFormats.ApplicationTrust, /*autoConvert:*/false)))
Core\CSharp\System\Windows\DataFormats.cs (2)
470int applicationTrustFormatId = UnsafeNativeMethods.RegisterClipboardFormat(DataFormats.ApplicationTrust); 473_formatList.Add(new DataFormat(ApplicationTrust, applicationTrustFormatId));
Core\CSharp\System\Windows\DataObject.cs (3)
1797IsFormatEqual(format, DataFormats.ApplicationTrust)) 2438&& !IsFormatEqual(format, DataFormats.ApplicationTrust)); 3170IsFormatEqual(format, DataFormats.ApplicationTrust))