4 references to IsMasterPageProperty
PresentationFramework (4)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (4)
334
/// DependencyProperty getter for <see cref="
IsMasterPageProperty
" /> property.
340
return (bool)element.GetValue(
IsMasterPageProperty
);
344
/// DependencyProperty setter for <see cref="
IsMasterPageProperty
" /> property.
351
element.SetValue(
IsMasterPageProperty
, value);