1 implementation of CanSave
PresentationFramework (1)
System\Windows\Documents\TextRange.cs (1)
200bool ITextRange.CanSave(string dataFormat)
1 reference to CanSave
PresentationFramework (1)
System\Windows\Documents\TextRange.cs (1)
902return ((ITextRange)this).CanSave(dataFormat);