Implemented interface member:
9 references to Count
System.Windows.Controls.Ribbon (9)
Microsoft\Windows\Controls\KeyTipService.cs (5)
329
if (elementSet != null && elementSet.
Count
> 0)
568
if (currentScopeElements != null && currentScopeElements.
Count
> 0)
596
if (_keyTipAutoGeneratedElements != null && _keyTipAutoGeneratedElements.
Count
> 0)
1051
if (_scopeToElementMap.Count == 0 && _toBeScopedElements.
Count
== 0 && _unprocessedScopes.Count == 0)
1141
if (elementSet != null && elementSet.
Count
> 0)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonMenuItemsPanel.cs (4)
104
if (_registeredStarLayoutProviders.
Count
== 0)
146
if (_registeredStarLayoutProviders.
Count
> 0)
154
double surplusHeight = Math.Max(remainingHeight, 0.0) / _registeredStarLayoutProviders.
Count
;
194
if (_registeredStarLayoutProviders.
Count
== 0)