5 references to SymbolProtocol
System.Web.Mobile (5)
UI\MobileControls\Adapters\ChtmlImageAdapter.cs (3)
32if (source.StartsWith(Constants.SymbolProtocol, StringComparison.Ordinal) && 39source.Substring(Constants.SymbolProtocol.Length)); 49Constants.SymbolProtocol.Length);
UI\MobileControls\Adapters\WmlImageAdapter.cs (2)
65if (source.StartsWith(Constants.SymbolProtocol, StringComparison.Ordinal)) 68localSource = source.Substring(Constants.SymbolProtocol.Length);