Determines whether this window is holding reference to the specified item. The item. true if window is editing the specified item; otherwise, false .
(ContentItem item)
| 132 | /// <param name="item">The item.</param> |
| 133 | /// <returns><c>true</c> if window is editing the specified item; otherwise, <c>false</c>.</returns> |
| 134 | public virtual bool IsEditingItem(ContentItem item) |
| 135 | { |
| 136 | return false; |
| 137 | } |
| 138 | |
| 139 | #region Window Events |
| 140 |
no outgoing calls
no test coverage detected