2 references to IsMutedProperty
PresentationFramework (2)
System\Windows\Controls\MediaElement.cs (2)
359
return (bool) GetValue(
IsMutedProperty
);
363
SetValue(
IsMutedProperty
, value);