private static TextBlockFormatCellQuery get_query()
 {
     _mCellQuery= _mCellQuery ?? new TextBlockFormatCellQuery();
     return _mCellQuery;
 }
Example #2
0
 private static TextBlockFormatCellQuery get_query()
 {
     _mCellQuery = _mCellQuery ?? new TextBlockFormatCellQuery();
     return(_mCellQuery);
 }