1 implementation of CanSave
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextRange.cs (1)
190bool ITextRange.CanSave(string dataFormat)
1 reference to CanSave
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextRange.cs (1)
898return ((ITextRange)this).CanSave(dataFormat);